Add labels to ABMs

Useful for searches and the mod profiler.
This commit is contained in:
tenplus1 2016-08-08 10:56:13 +01:00 committed by paramat
parent 61a197ffd8
commit 619ac52693
6 changed files with 16 additions and 0 deletions

View file

@ -236,6 +236,7 @@ end
if replace then
minetest.register_abm({
label = "Slab replace",
nodenames = {"group:slabs_replace"},
interval = 16,
chance = 1,