Could the performance of GT_Mod.getGregTechItem please be improved, or GT_FuelHandler.getBurnTime be changed not to use it?
It's rather slow... - http://i.imgur.com/0Q9F89J.png
edit: In fact, gregtechmod.common.GT_Utility.getPublicField() is the most used slow non-Mojang function on the server I'm profiling. Why not cache the field objects where they're used in static fields, or something?