Railcraft

Railcraft

34M Downloads

Client thread/INFO SPAM

Painstouch opened this issue ยท 1 comments

commented

Most crude way of expressing what the following line does to the console log. It lists every single permutation of the enderChest in the log when loading the instance.

Roughly over 4000 lines of console.

Latest Railcraft, EnderStorage and forge for MC 1.7.10

[Client thread/INFO] [Railcraft/ganysend]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: enderChest, id=1xtile.enderchest@1252 meta=1,252
commented

Why the heck does EnderStorage register 4000 copies when a single wildcarded ItemStack would cover them all? The performance hit that creates....it just makes me cringe. He is firing off 4k+ Ore Dict events to do this...I guess he doesn't care about cpu cycles. This is why I personally won't use Chickenbones stuff, he always does stupid stuff like this....