finished basic anvil run

This commit is contained in:
2024-10-10 15:46:32 +02:00
parent e71dccb98d
commit 40f02449d9
4 changed files with 35 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ public class CircularPlateTerrainGenerator extends PlateTerrainGenerator {
double distance = bottom.distance(new Pos(0, 0, 0));
if(distance <= this.size && generatePlate()) {
unit.modifier().fill(bottom, bottom.add(1, 50, 1), platePallet.rnd());
unit.modifier().fill(bottom, bottom.add(1, plateHeight, 1), platePallet.rnd());
continue;
}