Allow more cobbling.

This commit is contained in:
Duane Robertson 2016-05-26 02:06:15 -05:00
parent 58ed1a5e1c
commit 68397c7fca
9 changed files with 9 additions and 9 deletions

View file

@ -115,7 +115,7 @@ mobs:register_mob("fun_caves:goblin_iron", {
end
fun_caves.search_replace(self.object:getpos(), fun_caves.goblin_torch_freq, {"default:torch"}, "air")
fun_caves.search_replace(self.object:getpos(), fun_caves.goblin_trap_freq, {"default:stone"}, "default:mossycobble")
fun_caves.search_replace(self.object:getpos(), fun_caves.goblin_trap_freq, {"group:stone", "default:sandstone"}, "default:mossycobble")
fun_caves.search_replace(self.object:getpos(), fun_caves.goblin_trap_freq, {"group:stone"}, "fun_caves:stone_with_iron_trap")
fun_caves.surface_damage(self)