New wood textures

This commit is contained in:
IamPyu
2024-07-29 15:39:12 -06:00
parent 7dfb1aa875
commit 52ac240aeb
10 changed files with 4 additions and 4 deletions

View File

@@ -355,7 +355,7 @@ PyuTestCore.make_node("pyutest_core:torch", "Torch", {
walkable = false,
drawtype = "torchlike",
paramtype = "light",
inventory_image = "torch.png",
inventory_image = "pyutest-torch.png",
paramtype2 = "wallmounted",
})

View File

@@ -21,7 +21,7 @@ PyuTestCore.make_lootbox = function (name, dname, items)
})
minetest.remove_node(pos)
end,
color = "green"
color = "lime"
})
end

View File

@@ -62,7 +62,7 @@ PyuTestCore.create_explosion = function (pos, range, rm_pos, dmg, creator, dmg_c
if dmg_creator and v == creator then
v:punch(creator, nil, {
damage_groups = {fleshy = dmg}
damage_groups = {fleshy = dmg}
}, nil)
end
end
@@ -81,7 +81,7 @@ PyuTestCore.create_explosion = function (pos, range, rm_pos, dmg, creator, dmg_c
maxsize = 64,
collisiondetection = false,
texture = "blast.png",
texture = "pyutest-blast.png",
minpos = minpos,
maxpos = maxpos,