Skip to content

Commit 77bf986

Browse files
committed
Fix
1 parent 9e70a75 commit 77bf986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/forge-1.17.1/templates/block/block.java.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ public class ${name}Block extends
478478
if (ToolActions.AXE_STRIP == itemAbility && context.getItemInHand().canPerformAction(itemAbility)) {
479479
return ${mappedBlockToBlock(data.strippingResult)}.withPropertiesOf(blockstate);
480480
}
481-
return super.getToolModifiedState(blockstate, context, itemAbility, simulate);
481+
return super.getToolModifiedState(blockstate, context, itemAbility);
482482
}
483483
</#if>
484484

0 commit comments

Comments
 (0)