Add label to all ABMs

This commit is contained in:
Wuzzy 2017-05-15 00:45:54 +02:00
parent ad73e81a64
commit da3205837b
10 changed files with 42 additions and 10 deletions

View file

@ -231,6 +231,7 @@ minetest.register_on_generated(function(minp, maxp)
end)
minetest.register_abm({
label = "Cocoa growth",
nodenames = {"mcl_cocoas:cocoa_1", "mcl_cocoas:cocoa_2"},
-- Same as potatoes
-- TODO: Tweak/balance the growth speed