Some simple Biome related changes
This commit is contained in:
parent
8abcab32ec
commit
23bcbe1977
6 changed files with 16 additions and 10 deletions
|
@ -341,8 +341,8 @@ public class BCLBiomeDef {
|
|||
|
||||
return new Biome.BiomeBuilder().precipitation(precipitation)
|
||||
.biomeCategory(category)
|
||||
.depth(depth)
|
||||
.scale(0.2F)
|
||||
//.depth(depth) //TODO: No longer available in 1.18
|
||||
//.scale(0.2F)
|
||||
.temperature(temperature)
|
||||
.downfall(downfall)
|
||||
.specialEffects(effects.build())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue