Merge pull request #801 from danbka33/progress

Hide bar #799
This commit is contained in:
Archengius 2016-12-13 23:15:53 +07:00 committed by GitHub
commit 56487abe99

View file

@ -1690,6 +1690,7 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
progressBar.step(tEvent.mMaterial == null ? "" : tEvent.mMaterial.toString());
}
ProgressManager.pop(progressBar);
}
public static final HashMap<ChunkPosition, int[]> chunkData = new HashMap<ChunkPosition, int[]>(5000);