forked from Mirrorlandia_minetest/tnt
Add labels to ABMs
Useful for searches and the mod profiler.
This commit is contained in:
parent
520470275f
commit
4294c6e8ac
1
init.lua
1
init.lua
@ -506,6 +506,7 @@ if enable_tnt then
|
||||
})
|
||||
|
||||
minetest.register_abm({
|
||||
label = "TNT ignition",
|
||||
nodenames = {"group:tnt", "tnt:gunpowder"},
|
||||
neighbors = {"fire:basic_flame", "default:lava_source", "default:lava_flowing"},
|
||||
interval = 4,
|
||||
|
Loading…
Reference in New Issue
Block a user