Skip to content

Commit 8ae1c15

Browse files
committed
Fix square placement
1 parent 8849afc commit 8ae1c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$origin = new BlockPos(random.nextInt(16) + origin.getX(), origin.getY(), random.nextInt(16) + origin.getZ());
1+
$origin = new BlockPos(random.nextInt(16) + origin.getX(), origin.getY(), random.nextInt(16) + origin.getZ());$

0 commit comments

Comments
 (0)