From d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 31 Mar 2017 20:25:46 -0400 Subject: update mesecons, pipeworks, castle, and technic --- technic/machines/other/coal_alloy_furnace.lua | 1 + technic/machines/other/injector.lua | 1 + 2 files changed, 2 insertions(+) (limited to 'technic/machines/other') diff --git a/technic/machines/other/coal_alloy_furnace.lua b/technic/machines/other/coal_alloy_furnace.lua index 58af679..30db8ed 100644 --- a/technic/machines/other/coal_alloy_furnace.lua +++ b/technic/machines/other/coal_alloy_furnace.lua @@ -70,6 +70,7 @@ minetest.register_node("technic:coal_alloy_furnace_active", { }) minetest.register_abm({ + label = "Machines: run coal alloy furnace", nodenames = {"technic:coal_alloy_furnace", "technic:coal_alloy_furnace_active"}, interval = 1, chance = 1, diff --git a/technic/machines/other/injector.lua b/technic/machines/other/injector.lua index ec8966c..7dc5d0c 100644 --- a/technic/machines/other/injector.lua +++ b/technic/machines/other/injector.lua @@ -104,6 +104,7 @@ minetest.register_node("technic:injector", { }) minetest.register_abm({ + label = "Machines: run injector", nodenames = {"technic:injector"}, interval = 1, chance = 1, -- cgit v1.2.3