Change label of cactus abm

This commit is contained in:
NO11 2021-09-03 14:06:21 +00:00
parent 0da7b3fbda
commit bf62eb33fa
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ minetest.register_abm({
})
minetest.register_abm({
label = "Cactus destroy items",
label = "Cactus mechanisms",
nodenames = {"mcl_core:cactus"},
interval = 1,
chance = 1,