This commit is contained in:
Sebastian Hartte
2020-08-11 16:21:05 +02:00
parent 68a02ed64b
commit 06f30b3daa
44 changed files with 331 additions and 287 deletions
@@ -121,7 +121,8 @@ public class MeteoriteStructureStart extends StructureStart<DefaultFeatureConfig
}
private CraterType determineCraterType(Biome biome) {
// The temperature thresholds below are taken from older Vanilla code (temperature categories)
// The temperature thresholds below are taken from older Vanilla code
// (temperature categories)
final float temp = biome.getTemperature();
final Category category = biome.getCategory();