Fix vanilla bug caused by unremovable entities in the entityList of ClientWorld (fixes #29)

This commit is contained in:
johni0702
2016-11-13 18:54:52 +01:00
parent c934cb9694
commit ad2893bf4e
2 changed files with 33 additions and 1 deletions

View File

@@ -10,7 +10,8 @@
"MixinRenderItem",
"MixinRenderManager",
"MixinTileEntityEndPortalRenderer",
"MixinViewFrustum"
"MixinViewFrustum",
"MixinWorldClient"
],
"server": [],
"client": [],