Translocators
This commit is contained in:
parent
02337a1187
commit
fbcd651651
4 changed files with 110 additions and 2 deletions
|
@ -40,7 +40,7 @@ local function goblin_do(self)
|
|||
fun_caves.search_replace(pos, dig_freq, diggable, 'air')
|
||||
end
|
||||
|
||||
fun_caves.search_replace(pos, dig_freq * 2, burnable, 'fire:basic_flame')
|
||||
fun_caves.search_replace(pos, dig_freq * 3, burnable, 'fire:basic_flame')
|
||||
|
||||
-- steal torches
|
||||
fun_caves.search_replace(self.object:getpos(), torch_freq, {"default:torch"}, "air")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue