Skip to content

Commit

Permalink
Disable space assembler recipe optimization (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
GDCloudstrike authored Dec 8, 2024
1 parent 8c152c2 commit 45ff12a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class IGRecipeMaps {
.neiRecipeComparator(
Comparator.<GTRecipe, Integer>comparing(recipe -> recipe.mSpecialValue)
.thenComparing(GTRecipe::compareTo))
.neiTransferRect(88, 8, 18, 72).neiTransferRect(124, 8, 18, 72).useCustomFilterForNEI()
.disableOptimize().neiTransferRect(88, 8, 18, 72).neiTransferRect(124, 8, 18, 72).useCustomFilterForNEI()
.frontend(SpaceAssemblerFrontend::new).build();
/** Recipe map for recipes in the Space Mining Module */
public static final RecipeMap<RecipeMapBackend> spaceMiningRecipes = RecipeMapBuilder.of("gt.recipe.spaceMining")
Expand Down

0 comments on commit 45ff12a

Please sign in to comment.