Fix MC-117075: TE Unload Lag Spike

PaperMC port of https://github.com/MinecraftForge/MinecraftForge/pull/4281
This commit is contained in:
Zach Brown 2017-08-09 18:11:57 -05:00
parent 4d3e4470b4
commit 0181286eb9
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76
2 changed files with 102 additions and 0 deletions

View file

@ -49,6 +49,7 @@ import BlockPosition
import BlockSnowBlock
import BlockStateEnum
import ChunkCache
import ChunkCoordIntPair
import ChunkProviderFlat
import ChunkProviderGenerate
import ChunkProviderHell