From 03cafe9fcfcc21f1a8b915ae85fea5a31c36e158 Mon Sep 17 00:00:00 2001 From: tchncs Date: Mon, 10 Oct 2016 09:56:39 +0200 Subject: [PATCH] add missing stone definition --- mods/default/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/functions.lua b/mods/default/functions.lua index 282b33b0..9ca83db2 100644 --- a/mods/default/functions.lua +++ b/mods/default/functions.lua @@ -429,7 +429,7 @@ minetest.register_abm({ minetest.register_abm({ 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"}, interval = 16, chance = 200,