Incompatibility with Vanadium and Continuity together: crash with UnsupportedOperationException
CPTProgrammer opened this issue ยท 1 comments
Bug Description
Game version: 1.20.1
Fabric version: 0.15.3
Mod list (minimum):
- Cloth config 11.1.118
- Continuity 3.0.0-beta.4+1.20.1
- Indium 1.0.27+mc1.20.1
- Sodium 0.5.3
- Vanadium 0.1.675
- fabric-api-0.91.0+1.20.1
Description
Sodium doesn't support custom ColorResolver (net.minecraft.world.biome.ColorResolver
) and may throw an UnsupportedOperationException error if attempted.
Reproduction Steps
- Install the above-mentioned mods
- Load the
Default Connected Textures
resource pack from Continuity and any resource pack containing a custom colormap property file (/assets/minecraft/optifine/colormap/blocks/{any}.properties
). For instance, you can use Patrix 32x - Enter a world
- The game will then crash
Log File
Crash Report
This is a duplicate of #2166, so I'm going to close this in favor of the other issue.