diff --git a/mods/pyutest/pyutest_core/blocks.lua b/mods/pyutest/pyutest_core/blocks.lua index 3e69f9d..372d782 100644 --- a/mods/pyutest/pyutest_core/blocks.lua +++ b/mods/pyutest/pyutest_core/blocks.lua @@ -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", }) diff --git a/mods/pyutest/pyutest_core/lootboxes.lua b/mods/pyutest/pyutest_core/lootboxes.lua index 257e769..8ac3666 100644 --- a/mods/pyutest/pyutest_core/lootboxes.lua +++ b/mods/pyutest/pyutest_core/lootboxes.lua @@ -21,7 +21,7 @@ PyuTestCore.make_lootbox = function (name, dname, items) }) minetest.remove_node(pos) end, - color = "green" + color = "lime" }) end diff --git a/mods/pyutest/pyutest_core/utils.lua b/mods/pyutest/pyutest_core/utils.lua index 8d4f26f..cb728f0 100644 --- a/mods/pyutest/pyutest_core/utils.lua +++ b/mods/pyutest/pyutest_core/utils.lua @@ -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, diff --git a/textures/pyutest-birch-wood.png b/textures/pyutest-birch-wood.png index 59fbf95..dd9e899 100644 Binary files a/textures/pyutest-birch-wood.png and b/textures/pyutest-birch-wood.png differ diff --git a/textures/pyutest-cherry-wood.png b/textures/pyutest-cherry-wood.png index 196fd76..fb0ead3 100644 Binary files a/textures/pyutest-cherry-wood.png and b/textures/pyutest-cherry-wood.png differ diff --git a/textures/pyutest-jungle-log-top-bottom.png b/textures/pyutest-jungle-log-top-bottom.png index 29f5afe..2d20648 100644 Binary files a/textures/pyutest-jungle-log-top-bottom.png and b/textures/pyutest-jungle-log-top-bottom.png differ diff --git a/textures/pyutest-jungle-wood.png b/textures/pyutest-jungle-wood.png index cc83ca6..ac697be 100644 Binary files a/textures/pyutest-jungle-wood.png and b/textures/pyutest-jungle-wood.png differ diff --git a/textures/pyutest-redwood.png b/textures/pyutest-redwood.png index 6ed057e..fb6684a 100644 Binary files a/textures/pyutest-redwood.png and b/textures/pyutest-redwood.png differ diff --git a/textures/pyutest-savanna-wood.png b/textures/pyutest-savanna-wood.png index d25e8d2..890438a 100644 Binary files a/textures/pyutest-savanna-wood.png and b/textures/pyutest-savanna-wood.png differ diff --git a/textures/pyutest-wood.png b/textures/pyutest-wood.png index fcb43c4..71a5291 100644 Binary files a/textures/pyutest-wood.png and b/textures/pyutest-wood.png differ