Skip to content

Commit

Permalink
Remove temporary disable for test in 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 24, 2023
1 parent 9cb3c06 commit 2963d5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/appeng/server/testplots/TestPlots.java
Original file line number Diff line number Diff line change
Expand Up @@ -848,9 +848,6 @@ public static void importLavaFromCauldron(PlotBuilder plot) {
.part(Direction.WEST, AEParts.STORAGE_BUS);
plot.block(origin.west(), AEBlocks.SKY_STONE_TANK);
plot.block(origin.east(), Blocks.LAVA_CAULDRON);
if (SharedConstants.VERSION_STRING.equals("1.20.3")) {
return; // TODO: Re-enable in 1.20.4 with cap rework
}
plot.test(helper -> {
helper.succeedWhen(() -> {
helper.assertBlockPresent(Blocks.CAULDRON, origin.east());
Expand Down

0 comments on commit 2963d5d

Please sign in to comment.