Strange error in console
Xen1290 opened this issue ยท 7 comments
When I update a world with latest version of BluePower, in console appear this:
[17:14:50] [Server thread/ERROR] [ForgeMultipart/]: Missing mapping for part with ID: bluepower_invertedfixturecyan
[17:14:50] [Server thread/ERROR] [ForgeMultipart/]: Missing mapping for part with ID: bluepower_invertedfixturecyan
[17:14:50] [Server thread/ERROR] [ForgeMultipart/]: Missing mapping for part with ID: bluepower_invertedfixturecyan
[17:14:50] [Server thread/ERROR] [ForgeMultipart/]: Missing mapping for part with ID: bluepower_invertedfixturecyan
(This many times)
On serverclose:
[17:20:20] [Server thread/INFO] [FML/]: Applying holder lookups
[17:20:20] [Server thread/WARN] [FML/]: Unable to lookup bluepower:taintedsilicon_chip_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.taintedsilicon_chip_tile. Is there something wrong with the registry?
[17:20:20] [Server thread/WARN] [FML/]: Unable to lookup bluepower:stone_bundle_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.stone_bundle_tile. Is there something wrong with the registry?
[17:20:20] [Server thread/INFO] [FML/]: Holder lookups applied
Not actively supporting the 1.7.10 version anyone can fork the last version and support it if they want to.
Don't worry about that, it's a side effect of moving over to our custom multipart system but it should only appear the first time you load the world, when it converts.
Happy new year!
This has happened even after conversion @amadornes
Happy new year!
Uhmm... that's really weird... We might have to take a look at it then, but I've tested it and I've only seen it once. Re-opening! :P
Fixed the registry errors in a0e5004