Allow more cobbling.
This commit is contained in:
parent
58ed1a5e1c
commit
68397c7fca
9 changed files with 9 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue