Skip to content

Commit ddfe6e1

Browse files
committed
First hoop further away to be more lenient to lag
1 parent eed329c commit ddfe6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/restioson/loopdeloop/game/map/LoopDeLoopGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private LoopDeLoopMap build() {
3131
this.spawnPlatform(template);
3232

3333
BlockPos.Mutable circlePos = new BlockPos.Mutable();
34-
circlePos.set(0, 128, 20);
34+
circlePos.set(0, 128, 32);
3535
Random random = new Random();
3636

3737
// y = mx + c -- these are gradient values

0 commit comments

Comments
 (0)