From 97048bb3dc63b85bac6fa4130e946052a3009d32 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Sun, 16 Sep 2012 15:10:50 +0200 Subject: [PATCH] Make the stone monster light resitant (it normaly only spawns underground) --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index f7510d0..b24e800 100644 --- a/init.lua +++ b/init.lua @@ -406,6 +406,7 @@ mobs:register_monster("mobs:stone_monster", { damage = 3, drop = "default:mossycobble", drop_count = 3, + light_resistant = true, }) mobs:register_spawn("mobs:stone_monster", {"default:stone"}, 3)