SokyranTheDragon / Minor-Integrations-and-Additions-MIA-

A Minecraft modification adding integrations between mods and some small features
https://www.curseforge.com/minecraft/mc-mods/minor-integrations-and-additions-mia
MIT License
7 stars 3 forks source link

Incompat with `I&F: RLCraft Edition` #42

Open Krutoy242 opened 2 days ago

Krutoy242 commented 2 days ago

Ice & Fire: RLCraft Edition is a maintained fork of IceAndFire that adds new features and backport ones implemented in newer MC versions.

I tried to install it on my E2EE modpack and game crashed several times, until I disabled all MIA config options in I&F config section. Crash report:

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minor Integrations and Additions (mia)
Caused by: java.lang.NoClassDefFoundError: com/github/alexthe666/iceandfire/item/IafItemRegistry
    at com.github.sokyranthedragon.mia.integrations.iceandfire.TConstructIceAndFireIntegration.init(TConstructIceAndFireIntegration.java:25)
    at com.github.sokyranthedragon.mia.integrations.tconstruct.TinkersConstruct.init(TinkersConstruct.java:94)
java.lang.NoSuchFieldError: Class com.github.alexthe666.iceandfire.IceAndFire does not have member field 'net.minecraft.creativetab.CreativeTabs TAB_BLOCKS'
    at com.github.sokyranthedragon.mia.block.BlockPixieDustExtractor.<init>(BlockPixieDustExtractor.java:35)
    at com.github.sokyranthedragon.mia.block.BlockPixieDustExtractor.<init>(BlockPixieDustExtractor.java:29)

crash-2024-11-02_10.22.08-client.txt

crash-2024-11-02_10.05.53-client.txt

I know its not fail of MIA, since its like RLCraft rewritten lot of classes. Similar problem happen with JustEnoughMagiculture mod.

SokyranTheDragon commented 2 days ago

Unlikely to be fixed, considering that I'm unable to get the tools required to build the mod to work. Neither the updated nor the outdated ones haven't worked for me, so the mod will likely remain as-is.