
Incompatibility with Chroma Blocks
Wpgradford opened this issue ยท 4 comments
For some reason, when these two mods are used together, Chroma Blocks always takes priority and overrides Creeper AI Updated
Hi I tested the two mods and work perfectly together.
Here are the versions I am using:
-Creeper AI Updated 1.3.2
-Chroma Blocks 1.1.0
-Fabric Loader 0.11.2
-Fabric API 0.31.0
Huh... same here. Only difference is that I'm using Fabric Loader 0.11.1, but it works fine when they're alone. I'll test around a bit with my other mods and see if it's somehow an entirely different mod making the two incompatible.
EDIT: I've been working at figuring out what the compatibilities are for a little over 2 hours, but it's just getting a little too confusing and I'm sure someone who can look through the code can figure it out better than I can.
Here are the "incompatible" mods, ran with Fabric Loader 0.11.2 and Fabric API 0.31.0:
-Curios API 0.0.13 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Fireplace Lib 3.1.0 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Not Enough Crashes 3.1.8 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Fabric Language Kotlin 1.5.0 1.4.31 (FIXES INCOMPATIBILITY WHEN REMOVED)
-GeckoLib 3.0.23 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Bamboo Tweaks 2.0.0 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Library of Exile 1.0.6 (FIXES INCOMPATIBILITY WHEN REMOVED)
-FlytreLib 0.2.8 (FIXES INCOMPATIBILITY WHEN REMOVED)
-YUNG's Better Caves 1.1 (FIXES INCOMPATIBILITY WHEN REMOVED)
-YUNG's API 2 (YUNG's Better Caves relies on this, so it's impossible to remove without removing both, but I suspect it's fixes the incompatibility when removed)
-Celib 0.3.1 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Draylar's Battle Towers 3.3.3 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Mod Menu 1.16.8 (causes a crash when removed)
-Dawn API 1.7 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Lithium 0.6.4 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Chromatic Blocks 1.1.0 (FIXES INCOMPATIBILITY WHEN REMOVED)
-TRansliterationLib 1.0.2 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Phosphor 0.7.1 Build 11 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Better Beds 1.1.0 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Banner Capes 0.2.1 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Sodium 0.1.0 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Blame 2.4.1 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Data Loader 2.0.1 (FIXES INCOMPATIBILITY WHEN REMOVED)
-MixinTrace 1.0.0 (FIXES INCOMPATIBILITY WHEN REMOVED)
-Trinkets 2.6.7 (Banner Capes relies on this, so it's impossible to remove without removing both, but I suspect it's fixes the incompatibility when removed)
-Better Dropped Items 1.2.4 (FIXES INCOMPATIBILITY WHEN REMOVED)
Here are mods I first suspected were incompatible, but the incompatibility persisted after I removed:
-Cloth Config API 4.11.14
Thank you very much for collecting this list of incompatibilities. I will start to investigate what is the problem that is causing it.
It seems that it is not a compatibility problem, the problem is that, for some reason, when the mod count reaches 99 the CAU mixins stop working. I have verified this by adding another mod to the list making a total of 100 mods so when a mod is removed it still does not work, except for some mods that count as several instead of one.
I will still working in this issue.