We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed329c commit ddfe6e1Copy full SHA for ddfe6e1
src/main/java/io/github/restioson/loopdeloop/game/map/LoopDeLoopGenerator.java
@@ -31,7 +31,7 @@ private LoopDeLoopMap build() {
31
this.spawnPlatform(template);
32
33
BlockPos.Mutable circlePos = new BlockPos.Mutable();
34
- circlePos.set(0, 128, 20);
+ circlePos.set(0, 128, 32);
35
Random random = new Random();
36
37
// y = mx + c -- these are gradient values
0 commit comments