mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-24 00:49:34 +01:00
[extra_mobs] Fix hoglin spawn caused server crash
This commit is contained in:
parent
5d48975a07
commit
c89768f8f7
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ baby_hoglin.child = 1
|
|||
mobs:register_mob("extra_mobs:baby_hoglin", baby_hoglin)]]
|
||||
|
||||
-- Regular spawning in the Nether
|
||||
mobs:spawn_specific("extra_mobs:hoglin", "nether", "ground", {"air"}, 0, minetest.LIGHT_MAX+1, 30, 6000, 3, mcl_vars.mg_nether_min, mcl_vars.mg_nether_max)
|
||||
mobs:spawn_specific("extra_mobs:hoglin", "nether", "ground", 0, minetest.LIGHT_MAX+1, 30, 6000, 3, mcl_vars.mg_nether_min, mcl_vars.mg_nether_max)
|
||||
|
||||
-- spawn eggs
|
||||
mobs:register_egg("extra_mobs:hoglin", S("Hoglin"), "extra_mobs_spawn_icon_hoglin.png", 0)
|
||||
|
|
Loading…
Reference in a new issue