undo experimental change - bad
This commit is contained in:
parent
018aa72a47
commit
11969dbe7b
@ -59,9 +59,6 @@ public class Climate {
|
|||||||
biomeNoise.apply(cell, x, z, mask);
|
biomeNoise.apply(cell, x, z, mask);
|
||||||
|
|
||||||
modifyTemp(cell, x, z);
|
modifyTemp(cell, x, z);
|
||||||
cell.biomeTemperature = cell.temperature;
|
|
||||||
|
|
||||||
BiomeType.apply(cell);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void modifyTemp(Cell<Terrain> cell, float x, float z) {
|
private void modifyTemp(Cell<Terrain> cell, float x, float z) {
|
||||||
|
Loading…
Reference in New Issue
Block a user