Creative Core - BFIM
This is a small compatibility fix designed to improve Creative Core's integration with other mods that also provide net.fabricmc.api packages. The solution involves simply renaming the package to net.fabricmc.moved.api, making Creative Core more compatible with neighboring mods.
Essentially, all such modifications should refactor their classes to avoid direct Fabric dependencies, since most core mods use only 1-2 classes as a loading structure. Among the problematic modifications are Glodium, Macaws, and Creative Core.
This fix specifically targets Creative Core because moving packages in this library mod ensures compatibility with the rest of the modset. Verified functionality has been confirmed for:
- ItemPhysic Full
- AmbientSounds 5
- Enhanced Visuals
Compatibility with other mods using Creative Core may vary, but the three options above have been tested and function correctly.