Results 265 comments of qouteall

This mod manage multiple dimensions in client at the same time and multiple servers break the assumption of dimensions

@OkinawaGaijin To know whether it's a mod compatibility issue, please remove all other mods and keep only Immersive Portals and Fabric API, backup your world, and then test again whether...

Post the crash report here to diagnose the issue

Possibly related to some floating point inaccuracy

You can disable alternate dimensions to avoid crash for now.

``` java.lang.NullPointerException: Cannot invoke "net.minecraft.class_2794.method_38276()" because "this.delegate" is null at qouteall.imm_ptl.peripheral.alternate_dimension.DelegatedChunkGenerator.method_38276(DelegatedChunkGenerator.java:53) at net.minecraft.class_2794.handler$zzj001$onInit(class_2794.java:1598) at net.minecraft.class_2794.(class_2794.java:96) at net.minecraft.class_2794.(class_2794.java:88) at qouteall.imm_ptl.peripheral.alternate_dimension.DelegatedChunkGenerator.(DelegatedChunkGenerator.java:32) at qouteall.imm_ptl.peripheral.alternate_dimension.DelegatedChunkGenerator$SpecialNoise.(DelegatedChunkGenerator.java:112) at qouteall.imm_ptl.peripheral.alternate_dimension.AlternateDimensions.createSkylandGenerator(AlternateDimensions.java:216) at qouteall.imm_ptl.peripheral.alternate_dimension.AlternateDimensions.initializeAlternateDimensions(AlternateDimensions.java:73) at qouteall.q_misc_util.api.DimensionAPI.lambda$static$0(DimensionAPI.java:36) at net.minecraft.server.MinecraftServer.handler$zll000$onBeforeCreateWorlds(MinecraftServer.java:4752) at...

https://github.com/RelativityMC/C2ME-fabric/blob/57a17da56de6be2d537374848ac288ddd7d16ba1/src/main/java/com/ishland/c2me/mixin/fixes/worldgen/threading/MixinChunkGenerator.java#L28

I can make a workaround to avoid the crash in the new version. But there may be other incompatibilities