From b047db0ecf69c78e5a93ec862c44f5150afd1caa Mon Sep 17 00:00:00 2001 From: TropheusJ Date: Fri, 30 Jun 2023 01:51:51 -0400 Subject: [PATCH] fix small waterwheel SU expectation --- .../create/infrastructure/gametest/tests/TestFluids.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/simibubi/create/infrastructure/gametest/tests/TestFluids.java b/src/main/java/com/simibubi/create/infrastructure/gametest/tests/TestFluids.java index 354a02a65..a0a4097e0 100644 --- a/src/main/java/com/simibubi/create/infrastructure/gametest/tests/TestFluids.java +++ b/src/main/java/com/simibubi/create/infrastructure/gametest/tests/TestFluids.java @@ -174,7 +174,7 @@ public class TestFluids { List edges = List.of(new BlockPos(3, 3, 1), new BlockPos(3, 3, 3)); BlockPos openLever = new BlockPos(2, 6, 1); BlockPos leftLever = new BlockPos(4, 5, 1); - waterwheel(helper, wheel, 8, 128, leftEnd, rightEnd, edges, openLever, leftLever); + waterwheel(helper, wheel, 8, 256, leftEnd, rightEnd, edges, openLever, leftLever); } private static void waterwheel(CreateGameTestHelper helper,