diff options
author | makamys <makamys@outlook.com> | 2021-06-04 22:20:54 +0200 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2021-06-04 22:20:54 +0200 |
commit | 81696d7b3dfae030d10672d38eb5b28049733cd5 (patch) | |
tree | bfcf153f733d16217125a9071cd45c5184aec7f5 /src/main/resources/META-INF | |
parent | 7efc1268d83511653a015611faeb4a5ead0354be (diff) | |
download | Neodymium-81696d7b3dfae030d10672d38eb5b28049733cd5.tar.gz Neodymium-81696d7b3dfae030d10672d38eb5b28049733cd5.tar.bz2 Neodymium-81696d7b3dfae030d10672d38eb5b28049733cd5.zip |
Add option to force vanilla temperature algorithm, fixes SS incompatibility
Serene Seasons changes biomes to be colder in certain seasons, making
LODMod think there should be snow there, while no snow is actually
generated. Setting this config option to true fixes this mismatch.
Diffstat (limited to 'src/main/resources/META-INF')
-rw-r--r-- | src/main/resources/META-INF/LODMod_at.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/META-INF/LODMod_at.cfg b/src/main/resources/META-INF/LODMod_at.cfg index ff15140..e28c810 100644 --- a/src/main/resources/META-INF/LODMod_at.cfg +++ b/src/main/resources/META-INF/LODMod_at.cfg @@ -1,2 +1,3 @@ public net.minecraft.client.renderer.texture.TextureMap field_94252_e #mapUploadedSprites -public net.minecraft.client.renderer.Tessellator func_78379_d()V #reset
\ No newline at end of file +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 |