
[Compatibility Request]: Unknown mod
thaatds233 opened this issue ยท 4 comments
Other mod's name
Hardcore Ender Expansion
Other mod's homepage
Other mod's license
All Rights Reserved
Game log
Description
Hardcore Ender Expansion adds it's own version of the end biome that replaces the Vanilla version. It uses id 9. However it seems that this custom version of the end biome will replace the ninth biome after every 256 ids, if that makes sense. In my case I had a biome use slot 265 and that biome was overridden by HEE's end biome. I have to assume it's because it's the ninth biome id after 256.
I have check the code, Hardcore Ender Expansion is not the cause.
I require more information. what mod does this biome at slot 265 belong to?
The mod using that slot is CandyCraft, specifically the "SugarRiver" biome
https://www.curseforge.com/minecraft/mc-mods/candycraft
This mod adds 10 biomes and I set them to use IDs 256-266
Unfortunately i'm unable to reproduce this issue in a clean testing instance with only EID+HEE+CandyCraft+AntiIDConflict, but AIDC doesn't show any collisions at 265, so it's probably a third mod that's causing the collision.
The only thing i can recommend at this point is binary searching until you find the problematic mod (while keeping candycraft and HEE enabled).
After some testing I have concluded that this is a CandyCraft issue
I did 2 tests.
My first test was creating a new world without making any changes, and sure enough the river biome was replaced by the sky biome.
For my second test, I removed all of the mods except for EndlessIDs, CandyCraft and AntiIDConflict and I set the biome IDs of CandyCraft from 256-265 and the SugarRiver biome was still being overridden by the sky biome.
For some reason only the SugarRiver biome is being replaced with other biomes, it is the only biome from the mod having this issue. AntiIDConflict does not report any conflictions but going into the CandyCraft Dimension and finding a river shows the issue.
Setting SugarRiver to use an ID lower than 256 does not cause any issues.
Test 1
Test 2
My CandyCraft config