Adjust dirt monster altitude.
This commit is contained in:
parent
22b96c7ff9
commit
75fdb61c25
3 changed files with 3 additions and 2 deletions
|
@ -55,6 +55,6 @@ mobs:register_mob("fun_caves:tarantula", {
|
|||
end,
|
||||
})
|
||||
|
||||
mobs:register_spawn("fun_caves:tarantula", {"default:desert_sand", "default:dirt_with_dry_grass"}, 99, 0, 2000, 2, 31000)
|
||||
mobs:register_spawn("fun_caves:tarantula", {"default:desert_sand", "default:dirt_with_dry_grass"}, 99, 0, 3000, 2, 31000)
|
||||
|
||||
--mobs:register_egg("fun_caves:spider", "Deep Spider", "mobs_cobweb.png", 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue