Begin Update Development: "The Something Update"

This commit is contained in:
IamPyu
2024-10-21 17:33:19 -06:00
parent dd9f883937
commit c89d4625da
34 changed files with 459 additions and 264 deletions

View File

@@ -47,7 +47,8 @@ PyuTest.make_wire = function(id, desc, groups, color, opts, texture, delay)
paramtype = "light",
sunlight_propagates = true,
walkable = false,
inventory_image = texture or "pyutest-wire.png",
inventory_image = "pyutest-powder.png",
wield_image = "pyutest-powder.png",
__on_electricity_activated = function(pos, node, sender_pos)
for _, v in pairs(PyuTest.get_full_neighbours(pos)) do