Make the stone monster light resitant (it normaly only spawns underground)

pull/4/head
PilzAdam 2012-09-16 15:10:50 +02:00
parent b1f6e14245
commit 97048bb3dc
1 changed files with 1 additions and 0 deletions

View File

@ -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)