From 4643128bea08a977c32e10bfc8260d1a91e2451e Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 19 Aug 2016 17:22:09 +0100 Subject: Added default abm overrides --- sapling.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sapling.lua') diff --git a/sapling.lua b/sapling.lua index 2cf34b8..1a2192e 100644 --- a/sapling.lua +++ b/sapling.lua @@ -13,7 +13,7 @@ minetest.register_node("ethereal:bamboo_sprout", { walkable = false, groups = { snappy = 3, attached_node = 1, flammable = 2, - dig_immediate = 3, ethereal_sapling = 1 + dig_immediate = 3, sapling = 1 }, sounds = default.node_sound_defaults(), selection_box = { @@ -209,6 +209,7 @@ end -- Grow saplings minetest.register_abm({ + label = "Ethereal grow sapling", nodenames = {"group:ethereal_sapling"}, interval = 10, chance = 50, -- cgit v1.2.3