Skip to content

Commit

Permalink
Fix WartFarming tests
Browse files Browse the repository at this point in the history
  • Loading branch information
altrisi authored Nov 14, 2024
1 parent e3ccec9 commit 04d56da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gametest/java/carpetextra/test/WartFarming.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public class WartFarming {
private static final String STRUCTURE = "carpet-extra:wartbase";
private static final String BATCH = "wartfarming";

BlockPos soulSand = new BlockPos(0, 1, 0);
BlockPos lapis = new BlockPos(3, 2, 0);
BlockPos soulSand = new BlockPos(0, 0, 0);
BlockPos lapis = new BlockPos(3, 1, 0);

@BeforeBatch(batchId = BATCH)
public void before(ServerWorld world) {
Expand Down

0 comments on commit 04d56da

Please sign in to comment.