Skip to content

Commit dfb5713

Browse files
Add second constructor to GCYMMultiblockRecipeLogic to pass perfect OCs to ARL (#76)
Co-authored-by: TechLord22 <[email protected]>
1 parent f836da5 commit dfb5713

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/gregicality/multiblocks/api/capability/impl/GCYMMultiblockRecipeLogic.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ public GCYMMultiblockRecipeLogic(RecipeMapMultiblockController tileEntity) {
2020
super(tileEntity);
2121
}
2222

23+
public GCYMMultiblockRecipeLogic(RecipeMapMultiblockController tileEntity, boolean hasPerfectOC) {
24+
super(tileEntity, hasPerfectOC);
25+
}
26+
2327
@Override
2428
public int getParallelLimit() {
2529
if (metaTileEntity instanceof IParallelMultiblock && ((IParallelMultiblock) metaTileEntity).isParallel())

0 commit comments

Comments
 (0)