More compiler fixes
This commit is contained in:
parent
6097311ca6
commit
dca9f84ccf
23 changed files with 110 additions and 106 deletions
|
@ -40,7 +40,7 @@ public class PaintedMountainStructure extends FeatureBaseStructure {
|
|||
if (y > 50) {
|
||||
//TODO: 1.18 right way to get biome?
|
||||
Biome biome = chunkGenerator.getNoiseBiome(x, y, z);
|
||||
|
||||
|
||||
float radius = MHelper.randRange(50, 100, random);
|
||||
float height = radius * MHelper.randRange(0.4F, 0.6F, random);
|
||||
int count = MHelper.floor(height * MHelper.randRange(0.1F, 0.35F, random) + 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue