aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authormakamys <makamys@outlook.com>2021-06-16 18:07:47 +0200
committermakamys <makamys@outlook.com>2021-06-16 18:07:47 +0200
commitd64ee82b4dc59c21cbe86e364fd51785f38ec8ba (patch)
tree12cce7ecd8fac9bad04b768270b8f9e874314ed9 /src/main/resources
parent2d8a1c193494b1563282426be707fb7cac75f43f (diff)
downloadNeodymium-d64ee82b4dc59c21cbe86e364fd51785f38ec8ba.tar.gz
Neodymium-d64ee82b4dc59c21cbe86e364fd51785f38ec8ba.tar.bz2
Neodymium-d64ee82b4dc59c21cbe86e364fd51785f38ec8ba.zip
Fix LOD chunks loading from wrong coordinate when entering new dimension
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/META-INF/LODMod_at.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/META-INF/LODMod_at.cfg b/src/main/resources/META-INF/LODMod_at.cfg
index e28c810..766965a 100644
--- a/src/main/resources/META-INF/LODMod_at.cfg
+++ b/src/main/resources/META-INF/LODMod_at.cfg
@@ -1,3 +1,6 @@
public net.minecraft.client.renderer.texture.TextureMap field_94252_e #mapUploadedSprites
public net.minecraft.client.renderer.Tessellator func_78379_d()V #reset
-public net.minecraft.world.biome.BiomeGenBase field_150605_ac #temperatureNoise \ No newline at end of file
+public net.minecraft.world.biome.BiomeGenBase field_150605_ac #temperatureNoise
+
+public net.minecraft.client.multiplayer.PlayerControllerMP field_78774_b #netClientHandler
+public net.minecraft.client.network.NetHandlerPlayClient field_147309_h #doneLoadingTerrain \ No newline at end of file