CraftTweaker

CraftTweaker

151M Downloads

Inconsistent recipe cache with IC2

Dream-Master opened this issue ยท 2 comments

commented

When i loading my scripts the stops and throw out the following errors as an example.

[10:21:42] [Server thread/WARN] [IC2.Recipe/MineTweaker3]: Inconsistent recipe cache, the entry for the item net.minecraft.item.Item@7ad75216 is missing.
[10:22:56] [Server thread/WARN] [IC2.Recipe/MineTweaker3]: Inconsistent recipe cache, the entry for the item net.minecraft.item.Item@40191f6 is missing.
[10:24:10] [Server thread/WARN] [IC2.Recipe/MineTweaker3]: Inconsistent recipe cache, the entry for the item net.minecraft.item.Item@5a155b87 is missing.

Using Craftweaker 3.0.10 in a ModPack
Mc 1.7.10
Forge 1614

Modpack GT New Horizons:
https://github.com/GTNewHorizons/NewHorizons

@jaredlll08
I will try version 3.0.1 and let you know if it works without errors.

3.0.1 have the same issues.
Same with Minetweaker 3.0.10B

commented

I find out that it happend when i ordicted some items from different mods.

Example:

oreDict.ingotMytryl.add(<dreamcraft:item.MytrylIngot>);
oreDict.ingotAdamantium.add(<GalaxySpace:item.Ingots>);

Other Entrys not have any errors not sure why.

commented

Since this is a 1.7.10 issue, I'm closing it.