Add labels to ABMs
Useful for searches and the mod profiler.
This commit is contained in:
parent
61a197ffd8
commit
619ac52693
6 changed files with 16 additions and 0 deletions
|
@ -94,6 +94,7 @@ minetest.register_node("farming:straw", {
|
|||
})
|
||||
|
||||
minetest.register_abm({
|
||||
label = "Farming soil",
|
||||
nodenames = {"group:field"},
|
||||
interval = 15,
|
||||
chance = 4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue