Add label to all ABMs
This commit is contained in:
parent
ad73e81a64
commit
da3205837b
10 changed files with 42 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue