Add label to all ABMs
This commit is contained in:
parent
ad73e81a64
commit
da3205837b
10 changed files with 42 additions and 10 deletions
|
@ -120,6 +120,7 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_abm({
|
||||
label = "Redstone torch inversion",
|
||||
nodenames = {"mesecons_torch:mesecon_torch_off","mesecons_torch:mesecon_torch_off_wall","mesecons_torch:mesecon_torch_on","mesecons_torch:mesecon_torch_on_wall"},
|
||||
interval = 1,
|
||||
chance = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue