Correct errors in search.
This commit is contained in:
parent
0285d39793
commit
f8678a3d44
11 changed files with 35 additions and 32 deletions
2
mobs.lua
2
mobs.lua
|
@ -88,6 +88,8 @@ end
|
|||
|
||||
|
||||
fun_caves.goblin_spawn_frequency = 150
|
||||
fun_caves.goblin_trap_freq = 500
|
||||
fun_caves.goblin_torch_freq = 10
|
||||
|
||||
fun_caves.goblin_drops = { "default:pick_steel", "default:sword_steel", "default:shovel_steel", "farming:bread", "bucket:bucket_water", "default:pick_stone", "default:sword_stone" }
|
||||
--{"group:stone"} = { "default:stone", "default:mossycobble", "default:sandstone", "default:desert_stone", "default:stone_with_coal", "default:stone_with_iron", "default:stone_with_copper", "default:stone_with_gold", "default:stone_with_diamond" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue