add missing stone definition
This commit is contained in:
parent
062642045c
commit
03cafe9fcf
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ minetest.register_abm({
|
||||||
|
|
||||||
minetest.register_abm({
|
minetest.register_abm({
|
||||||
label = "Moss growth",
|
label = "Moss growth",
|
||||||
nodenames = {"default:cobble", "default:stonebrick", "stairs:slab_cobble", "stairs:stair_cobble"},
|
nodenames = {"default:stone", "default:cobble", "default:stonebrick", "stairs:slab_cobble", "stairs:stair_cobble"},
|
||||||
neighbors = {"group:water"},
|
neighbors = {"group:water"},
|
||||||
interval = 16,
|
interval = 16,
|
||||||
chance = 200,
|
chance = 200,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue