We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f47306 commit c206525Copy full SHA for c206525
1 file changed
src/main/java/com/cake/azimuth/behaviour/SuperBlockEntityBehaviour.java
@@ -238,7 +238,7 @@ public <T extends SuperBlockEntityBehaviour> T getSameBehaviour(final BlockEntit
238
* <pre>
239
* if (controllerOffset != null && getLevel() != null) {
240
* final BlockPos controllerPos = getPos().offset(controllerOffset);
241
- * this.<CogwheelChainComponentBehaviour>getComplementaryBehaviourOptional(controllerPos)
+ * this.<CogwheelChainComponentBehaviour>getComplementaryBehaviourOptional(controllerPos)
242
* .ifPresent(controller -> controller.chainsToRefund = 0);
243
* }
244
* </pre>
0 commit comments