From 81696d7b3dfae030d10672d38eb5b28049733cd5 Mon Sep 17 00:00:00 2001 From: makamys Date: Fri, 4 Jun 2021 22:20:54 +0200 Subject: 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. --- src/main/resources/META-INF/LODMod_at.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources/META-INF') 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 -- cgit