Skip to content

Commit

Permalink
Fix crash with windmill
Browse files Browse the repository at this point in the history
  • Loading branch information
malte0811 committed Jan 21, 2024
1 parent ab20f12 commit 8ba3b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void onLoad()
outputCap = BlockCapabilityCache.create(
IRotationAcceptor.CAPABILITY, serverLevel, worldPosition.relative(facing.getOpposite()), facing
);
outputCap = BlockCapabilityCache.create(
reverseOutputCap = BlockCapabilityCache.create(
IRotationAcceptor.CAPABILITY, serverLevel, worldPosition.relative(facing), facing.getOpposite()
);
}
Expand Down

0 comments on commit 8ba3b48

Please sign in to comment.