NeoTech

NeoTech

2M Downloads

Startup log non-critical error messages

mille449 opened this issue ยท 1 comments

commented

Saw that there were a number of error being generated, and that they seemed to be somewhat block specific. These are all probably mundane errors, but it would be nice to have them cleaned up.

[FML]: Exception loading model neotech:block/flushableChest with loader instance, skipping
com.google.gson.JsonParseException: BlockModel requires either elements or parent, found neither

[FML]: MultiModel neotech:block/flushableChest is empty (no base model or parts were provided/resolved)

[13:35:47] [Client thread/WARN] [journeymap]: Error getting block color from mod. Plese report this exception to the mod author of neotech:blockMiniatureStar: java.lang.IllegalArgumentException: Cannot set property PropertyInteger{name=attached_side, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6]} to 7 on block neotech:blockMiniatureStar, it is not an allowed value

[13:35:47] [Client thread/WARN] [journeymap]: Error getting block color from mod. Plese report this exception to the mod author of neotech:flushableChest: java.lang.IllegalArgumentException: Cannot set property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, east, south, west]} to down on block neotech:flushableChest, it is not an allowed value

[13:35:47] [Client thread/WARN] [journeymap]: Error getting block color from mod. Plese report this exception to the mod author of neotech:dimStorage: java.lang.IllegalArgumentException: Cannot set property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, east, south, west]} to down on block neotech:dimStorage, it is not an allowed value

[14:57:38] [Netty Client IO #7/WARN] [FML]: * The object Block{neotech:goldTank} has been registered twice for the same name neotech:goldTank.

[14:57:38] [Netty Client IO #7/WARN] [FML]: * The object Block{neotech:eliteRFStorage} has been registered twice for the same name neotech:eliteRFStorage.

[14:57:39] [Netty Client IO #7/WARN] [FML]: * The object Block{neotech:creativeRFStorage} has been registered twice for the same name neotech:creativeRFStorage.

[14:57:39] [Netty Client IO #7/WARN] [FML]: * The object Block{neotech:oreCopper} has been registered twice for the same name neotech:oreCopper.

[14:57:39] [Netty Client IO #7/WARN] [FML]: * The object Block{neotech:creativeTank} has been registered twice for the same name neotech:creativeTank.

[14:57:39] [Netty Client IO #7/WARN] [FML]: * The object Block{neotech:basicRFStorage} has been registered twice for the same name neotech:basicRFStorage.

[14:57:39] [Netty Client IO #7/WARN] [FML]: * The object Block{neotech:pipeFluidBasicInterface} has been registered twice for the same name neotech:pipeFluidBasicInterface.

[14:57:39] [Netty Client IO #7/INFO] [FML]: Found a missing id from the world neotech:blockMiniatureStar

[14:57:39] [Netty Client IO #7/INFO] [FML]: Found a missing id from the world neotech:electricCrusher

[14:57:39] [Netty Client IO #7/INFO] [FML]: Found a missing id from the world neotech:dimStorage

[14:57:39] [Netty Client IO #7/INFO] [FML]: Found a missing id from the world neotech:oreTin
[14:57:39] [Netty Client IO #7/INFO] [FML]: Found a missing id from the world neotech:blockCrafter
[14:57:39] [Netty Client IO #7/INFO] [FML]: Found a missing id from the world neotech:pipeItemBasicInterface
[14:57:39] [Netty Client IO #7/INFO] [FML]: Found a missing id from the world neotech:grinder
[14:57:39] [Netty Client IO #7/INFO] [FML]: Found a missing id from the world neotech:blockBronze

commented

Some of these are not really things we can clear but I'll go through and pull out all ones I can