Skip to content

Commit

Permalink
Now hopefully understands how the recipe should work.
Browse files Browse the repository at this point in the history
  • Loading branch information
YiRanMushroom committed Jun 25, 2024
1 parent 881610e commit 034a083
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import com.gregtechceu.gtceu.api.pattern.FactoryBlockPattern;
import com.gregtechceu.gtceu.api.pattern.Predicates;
import com.gregtechceu.gtceu.api.recipe.OverclockingLogic;
import com.gregtechceu.gtceu.api.recipe.RecipeHelper;
import com.gregtechceu.gtceu.common.data.GTCompassSections;
import com.gregtechceu.gtceu.common.data.GTRecipeModifiers;
import com.yiranmushroom.gtceuao.recipes.AORecipeModifier;
Expand All @@ -26,7 +27,7 @@ public static void init() {
public static final MultiblockMachineDefinition ADVANCED_PRECISION_ASSEMBLY = REGISTRATE.multiblock("advanced_precision_assembly", WorkableElectricMultiblockMachine::new)
.rotationState(RotationState.NON_Y_AXIS)
.recipeType(AORecipeTypes.ADVANCED_PRECISION_ASSEMBLY_Recipe)
.recipeModifiers(GTRecipeModifiers.PARALLEL_HATCH, AORecipeModifier::perfectCoilMachineParallel)
.recipeModifiers(AORecipeModifier.PERFECT_SUBTICK_PARALLEL,GTRecipeModifiers.PARALLEL_HATCH, GTRecipeModifiers.ELECTRIC_OVERCLOCK.apply(OverclockingLogic.PERFECT_OVERCLOCK))
.appearanceBlock(CASING_STEEL_SOLID)
.pattern(definition -> FactoryBlockPattern.start(BACK, UP, RIGHT) // 7 * 7 * 11
.aisle("XXXXXXX","XXXXXXX","XXXXXXX","XXXXXXX","XXXXXXX","XXXXXXX","XXXXXXX") // first layer
Expand Down

0 comments on commit 034a083

Please sign in to comment.