diff --git a/node_breaker.lua b/node_breaker.lua index b603438..bb77c54 100644 --- a/node_breaker.lua +++ b/node_breaker.lua @@ -8,6 +8,8 @@ end --register aliases for when someone had technic installed, but then uninstalled it but not pipeworks minetest.register_alias("technic:nodebreaker_off", "pipeworks:nodebreaker_off") minetest.register_alias("technic:nodebreaker_on", "pipeworks:nodebreaker_on") +minetest.register_alias("technic:node_breaker_off", "pipeworks:nodebreaker_off") --old name +minetest.register_alias("technic:node_breaker_on", "pipeworks:nodebreaker_on") --old name minetest.register_craft({ output = 'pipeworks:nodebreaker_off 1',