
Bewitchment mobs don't spawn in other modded nether biomes from BOP or NetherEX
BugmanBugman opened this issue · 6 comments
Expected Behavior
For the nether mobs in BW to spawn in other modded biomes
Actual Behavior
They only spawn in the vanilla Hell biome
Steps to Reproduce
- load up BW with BOP or NEX
- search for biomes from either mod
- take notice of how nothing spawns there
Version of Minecraft, Bewitchment, Forge, Patchouli, and Baubles used
Minecraft 1.12.2
Bewitchment 0.0.21.10
Forge 1.12.2 - 14.23.5.2847
Patchouli 1.0-20
Baubles 1.12-1.15.2
@LogicTechCorp Any ideas on how to do that? I’m going over old issues and cleaning out the repo a bit.
The EntityRegistry class has an addSpawn method which can be used in place of the EntityEntryBuilder's spawn method. Calling it during post init will fix the issue. It can be called during init as well, but will require for BOP and NetherEx to be loaded first.
Strange. They use the biomedict for the nether so they should be spawning there.
Only two spawn there though, the feuerwurm and the hellhound. A few more will be added in the next 1.12.2 update.