Skip to content

Commit

Permalink
Reverted to previous snow layer placement.
Browse files Browse the repository at this point in the history
  • Loading branch information
whichonespink44 committed Nov 1, 2015
1 parent 70896a1 commit 95b2923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/rtg/world/gen/ChunkProviderRTG.java
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ public void populate(IChunkProvider ichunkprovider, int i, int j)
* Not sure if this is the right 'temperature' we need to check, and not sure
* if the value is low/high enough, so some testing is still needed here.
*/
if (biome.baseBiome.temperature < 0.6f)
if (biome.baseBiome.temperature < 0.15f)
{
/** This line spawns those annoying snow layers */
worldObj.setBlock(sn1 + x, sn3, sn2 + y, Blocks.snow_layer, 0, 2);
Expand Down

0 comments on commit 95b2923

Please sign in to comment.