mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-05 03:22:37 +01:00
fix small waterwheel SU expectation
This commit is contained in:
parent
928fb9c890
commit
b047db0ecf
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public class TestFluids {
|
|||
List<BlockPos> 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,
|
||||
|
|
Loading…
Reference in a new issue