summaryrefslogtreecommitdiff
path: root/technic/machines/other/injector.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/other/injector.lua')
-rw-r--r--technic/machines/other/injector.lua1
1 files changed, 1 insertions, 0 deletions
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,