Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Enable input separation for the Cutting Factory. (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdielKavash committed Mar 4, 2024
1 parent 63a65e8 commit b6996db
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ public boolean explodesOnComponentBreak(final ItemStack aStack) {
return false;
}

@Override
public boolean isInputSeparationEnabled() {
return true;
}

public Block getCasingBlock() {
return ModBlocks.blockCasings2Misc;
}
Expand Down

0 comments on commit b6996db

Please sign in to comment.