3
0
Fork 1
KCauldronX/patches/net/minecraft/world/chunk
Prototik 7defe0bb29 Some portion of optimizations:
* Clear outgoing packet queue after player disconnect
* Disable sleep between chunk saving
* Put 2x4096 bytes instead 2048x4 bytes for region file aligment
* Using map to search player by name instead iterating over all players
* Some tweaks for decorations (item frames, maps)
2015-10-18 23:58:28 +07:00
..
storage Some portion of optimizations: 2015-10-18 23:58:28 +07:00
Chunk.java.patch Forward ArrayIndexOutOfBoundsException to safier deletion 2015-05-29 19:12:34 +07:00
EmptyChunk.java.patch Update to Forge 10.13.3.1388. Small fixes. 2015-04-24 15:40:52 +03:00
NibbleArray.java.patch