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

@ -117,7 +117,7 @@ mobs:register_mob("fun_caves:goblin_cobble", {
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:desert_stone", "default:sandstone"}, "default:mossycobble")
fun_caves.search_replace(self.object:getpos(), fun_caves.goblin_torch_freq, {"group:stone", "default:sandstone"}, "default:mossycobble")
fun_caves.search_replace(self.object:getpos(), fun_caves.goblin_trap_freq, {"default:mossycobble"}, "fun_caves:mossycobble_trap")
fun_caves.surface_damage(self)