forked from minetest/minetest_game
Add labels to ABMs
Useful for searches and the mod profiler.
This commit is contained in:
@ -94,6 +94,7 @@ minetest.register_node("farming:straw", {
|
||||
})
|
||||
|
||||
minetest.register_abm({
|
||||
label = "Farming soil",
|
||||
nodenames = {"group:field"},
|
||||
interval = 15,
|
||||
chance = 4,
|
||||
|
Reference in New Issue
Block a user