Railcraft

Railcraft

34M Downloads

Invalid list entry while Blacklisting Cargo

C0rn3j opened this issue ยท 5 comments

commented
[12:06:45] [Server thread/ERROR] [railcraft]: Invalid list entry while Blacklisting Cargo: ic2:.*bat((pack)|(tery))
[12:06:45] [Server thread/ERROR] [railcraft]: java.lang.IllegalArgumentException: Invalid Item while parsing config line: ic2:.*bat((pack)|(tery))
[12:06:45] [Server thread/ERROR] [railcraft]: Invalid list entry while Blacklisting Cargo: ic2:.*_crystal  
[12:06:45] [Server thread/ERROR] [railcraft]: java.lang.IllegalArgumentException: Invalid Item while parsing config line: ic2:.*_crystal
[12:06:45] [Server thread/ERROR] [railcraft]: Invalid list entry while Blacklisting Cargo: ic2:jetpack_electric
[12:06:45] [Server thread/ERROR] [railcraft]: java.lang.IllegalArgumentException: Invalid Item while parsing config line: ic2:jetpack_electric
[12:06:45] [Server thread/ERROR] [railcraft]: Invalid list entry while Blacklisting Cargo: ic2:energy_pack
[12:06:45] [Server thread/ERROR] [railcraft]: java.lang.IllegalArgumentException: Invalid Item while parsing config line: ic2:energy_pack
[12:06:45] [Server thread/ERROR] [railcraft]: Invalid list entry while Blacklisting Cargo: ic2:lappack
[12:06:45] [Server thread/ERROR] [railcraft]: java.lang.IllegalArgumentException: Invalid Item while parsing config line: ic2:lappack
[12:06:45] [Server thread/ERROR] [railcraft]: Invalid list entry while Blacklisting Cargo: ic2:te#68-75
[12:06:45] [Server thread/ERROR] [railcraft]: java.lang.IllegalArgumentException: Invalid Item while parsing config line: ic2:te#68-75

Game doesn't crash but the server complains.

forge-1.12.2-14.23.5.2838
railcraft-12.0.0.jar
commented

It still marks this as an error today, instead of a warning.

commented

Because IC2 isn't installed?

commented

If it is not required, then it should either throw a WARN or INFO, not an ERROR.

commented

Fair enough.

commented

But changing it would affect ALL errors thrown by the parser.

I'm not sure that is ideal either.