Player spawn over the TF portal when the portal is larger than 2x2
lucom opened this issue ยท 1 comments
Forge version: 1.12.2-forge1.12.2-14.23.3.2698
Twilight Forest version: 1.12.2-3.7.424
Link to crash log: -
Steps to reproduce:
- Create a large pool (at least 4x4 water blocks) and surround it with plants, drop a diamond in it. A TF portal should now be created.
- Jump into the portal. You should now be in the TF.
- Get back to the over world through the automatically generated portal in TF (should be 2x2 portal blocks)
What I expected to happen:
I should stand next to the TF portal on a solid block.
What happened instead:
I spawn above the TF portal and fall back into it.
This seems to depend on the alignment of the portals in TF and the over world. Depending on which side I enter the portal from the TF it might happen that I land next to and not in the portal in the overworld.
Probably this needs updating now portals aren't always 2x2:
twilightforest/src/main/java/twilightforest/TFTeleporter.java
Lines 158 to 187 in b49cbf5