summaryrefslogtreecommitdiff
path: root/onion.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-08-19 17:22:09 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2016-08-19 17:22:09 +0100
commit4643128bea08a977c32e10bfc8260d1a91e2451e (patch)
tree61cd54d3d1828cc7f18f47ff1338ae5314b2583d /onion.lua
parentd98b48e2e102f59be92967ba4a6533923a29cb0e (diff)
Added default abm overrides
Diffstat (limited to 'onion.lua')
-rw-r--r--onion.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/onion.lua b/onion.lua
index 69eb8f5..b26a61b 100644
--- a/onion.lua
+++ b/onion.lua
@@ -68,6 +68,7 @@ minetest.register_node("ethereal:onion_5", table.copy(crop_def))
if not farming or not farming.mod or farming.mod ~= "redo" then
minetest.register_abm({
+ label = "Ethereal grow onion",
nodenames = {"ethereal:onion_1", "ethereal:onion_2", "ethereal:onion_3", "ethereal:onion_4"},
neighbors = {"farming:soil_wet"},
interval = 9,