diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-03-31 20:25:46 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-03-31 20:25:46 -0400 |
commit | d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4 (patch) | |
tree | 823380234c085bb6edbc472531277db8a33c721b /technic/machines/other | |
parent | 02c000610d3e78d6f8a5fa58115e8fcd83f3d97b (diff) | |
download | dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar.gz dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar.bz2 dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar.xz dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.zip |
update mesecons, pipeworks, castle, and technic
Diffstat (limited to 'technic/machines/other')
-rw-r--r-- | technic/machines/other/coal_alloy_furnace.lua | 1 | ||||
-rw-r--r-- | technic/machines/other/injector.lua | 1 |
2 files changed, 2 insertions, 0 deletions
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, |