Neteher portal not spawning and End portal exit not spawning
drago87 opened this issue ยท 5 comments
Forced crash to get modlist ignore OTG (used to force crash) OpenEye
When building a Netherportal and light it the portal spawn as solid blocks and pushes the player to the side. somethine you manage to get a glimpt of the nether the the portal dissapers.
Disabling the mod and light the portal works and you kan get into the nether but the portal was destroyed missing 2 obsidian blocks.
The end portals entrance was working (if it's ment to spawn 10-15 blocks over the bedrock structure) but after defeting the End Dragon the egg spawns but not the portal
A log where i only start the game load the map and light the neather portal then exit the game after the portal disapers
latest.log
There isn't anything obvious in the log.
As for mods, the only ones that seem a bit fishy (though they shouldn't cause what you're describing) are:
- DynamicSurroundings (known visual issues: #340)
- MultiMine (known visual issues or crash on older version: AtomicStryker/atomicstrykers-minecraft-mods#279)
- DynamicLights (does something with the RenderGlobal which sounds like it may be incompatible?)
So, to figure out what causes this behavior, please try to remove as many mods as possible such that you're left with only BP + conflicting mod(s) (or just BP).
For now let's focus on the nether portal issue, both issues sound like they might be related and the nether portal one is quicker to test. We can check back on the end one once we're done with the nether one.
I seam to have narrow it down to Glenn's Gasses
Only tested with the Nether portal
Looks like Glenn's Gases replaces some of the frame blocks with this white gas which then causes the portal to close again.
I'm not familiar with Glenn's Gases and couldn't find anything in its code relating to either portal or obsidian blocks. I'd suggest you report this on the issue tracker of Glenn's Gases, they'll probably know what those white gas is and why it generates there.
It doesn't appear to happen when the obsidian frame is pre-built and also doesn't appear to happen everywhere (probably only specific coordinates are affected, maybe something to do with worldgen?).
Here is a link to the Glenn's Gasses report trentv4/GlennsGases#4