diff options
author | Carter Kolwey <cheapiephp@gmail.com> | 2017-01-11 16:02:28 -0600 |
---|---|---|
committer | Jeija <norrepli@gmail.com> | 2017-03-04 09:40:07 +0100 |
commit | 199fb62108e30f0c784583ca5c5add19ca36c02f (patch) | |
tree | ca3c98f7734ba6a84e1fa3ccd0b5757f4002ff32 /mesecons_insulated/init.lua | |
parent | c7136b72cb9d041d7a49d905c03841373a93b45c (diff) |
Properly handle missing screwdriver modorigin/piston-rotation-rebased
Diffstat (limited to 'mesecons_insulated/init.lua')
-rw-r--r-- | mesecons_insulated/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesecons_insulated/init.lua b/mesecons_insulated/init.lua index 108badf..5dc6d9b 100644 --- a/mesecons_insulated/init.lua +++ b/mesecons_insulated/init.lua @@ -30,7 +30,7 @@ minetest.register_node("mesecons_insulated:insulated_on", { type = "fixed", fixed = { -16/32-0.001, -17/32, -3/32, 16/32+0.001, -13/32, 3/32 } }, - on_rotate = screwdriver.rotate_simple, + on_rotate = mesecon.rotate_simple, groups = {dig_immediate = 3, not_in_creative_inventory = 1}, drop = "mesecons_insulated:insulated_off", mesecons = {conductor = { |