Hide WIP mobs in creative inventory

This commit is contained in:
Wuzzy 2019-12-11 00:46:55 +01:00
parent 4e08e978f5
commit 0d3b8e11c3
4 changed files with 4 additions and 4 deletions

View file

@ -147,7 +147,7 @@ mobs:register_arrow(":mobs_mc:fireball", {
end
})
--Spawn egg
mobs:register_egg("mobs_mc:wither", S("Wither"), "mobs_mc_spawn_icon_wither.png", 0)
mobs:register_egg("mobs_mc:wither", S("Wither"), "mobs_mc_spawn_icon_wither.png", 0, true)
--Compatibility
mobs:alias_mob("nssm:mese_dragon", "mobs_mc:wither")