Cannot create portals below y = -1000 in custom dimensions
Darmo117 opened this issue ยท 3 comments
Mod version
1.4.2-mc1.18.2-fabric
Bug description
Portals cannot be created below y = -1000 in custom dimensions.
Steps to reproduce
- Create a custom dimension using a datapack and set
y_min
to a value less than -1000. - Create a portal frame with Portal Helper blocks below y = -1000 then lit it with a flint and steel.
Result
A second portal frame is created nearby but no portal is spawned and the following error is printed in the console:
[18:02:16] [Server thread/INFO] (Portal) Portal Generation Attempted naissancee:void 6 -1002 -49
[18:02:16] [Server thread/INFO] (Portal) removed invalid portalPortal{208,west,(naissancee:void 6 -1000 -48)->(naissancee:void 6 -1000 -55),imm_ptl:intrinsic_portal_helper}
[18:02:16] [Server thread/INFO] (Portal) removed invalid portalPortal{209,east,(naissancee:void 6 -1000 -48)->(naissancee:void 6 -1000 -55),imm_ptl:intrinsic_portal_helper}
[18:02:16] [Server thread/INFO] (Portal) removed invalid portalPortal{210,east,(naissancee:void 6 -1000 -55)->(naissancee:void 6 -1000 -48),imm_ptl:intrinsic_portal_helper}
[18:02:16] [Server thread/INFO] (Portal) removed invalid portalPortal{211,west,(naissancee:void 6 -1000 -55)->(naissancee:void 6 -1000 -48),imm_ptl:intrinsic_portal_helper}
NB: naissance:void
is the name of the custom dimension.
Datapack used: datapack.zip