Skip to content

Commit

Permalink
Fix blazeMealMaxed test
Browse files Browse the repository at this point in the history
  • Loading branch information
altrisi committed Jun 27, 2024
1 parent e3ba980 commit 53dc45d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gametest/java/carpetextra/test/DispenserWithBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ public void blazeMealMaxed(TestContext ctx) {

ctx.pushButton(button);

ctx.addFinalTaskWithDuration(DISPENSER_DELAY, () -> {
ctx.runAtTick(DISPENSER_DELAY, () -> {
checkFirstSlotHas(ctx, Items.BLAZE_POWDER, false);
ctx.expectBlockProperty(lapis.up(), NetherWartBlock.AGE, NetherWartBlock.MAX_AGE);
ctx.complete();
});
}

Expand Down

0 comments on commit 53dc45d

Please sign in to comment.