[electricity] Remove Test Device
This commit is contained in:
@@ -96,15 +96,6 @@ PyuTestCore.make_wire("pyutest_core:zinc_wire", "Zinc Wire", {
|
||||
end)
|
||||
end)
|
||||
|
||||
PyuTestCore.make_node("pyutest_core:test_device", "Test Device", {
|
||||
choppy = PyuTestCore.BLOCK_FAST,
|
||||
electric = 1
|
||||
}, {"pyutest-wood.png"}, {
|
||||
__on_electricity_activated = function(pos, node, clicker)
|
||||
minetest.add_item(pos + vector.new(0, 1, 0), ItemStack("pyutest_core:apple 1"))
|
||||
end
|
||||
})
|
||||
|
||||
PyuTestCore.make_node("pyutest_core:freezer_device", "Freezer Device", {
|
||||
cracky = PyuTestCore.BLOCK_FAST,
|
||||
electric = 1
|
||||
|
Reference in New Issue
Block a user