Skip to content

Commit

Permalink
Exclude Naquadah Reactor Recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskeren committed Sep 1, 2024
1 parent 1d228c8 commit cf9f439
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import com.github.technus.tectech.TecTech;
import com.github.technus.tectech.recipe.EyeOfHarmonyRecipe;
import com.github.technus.tectech.recipe.TecTechRecipeMaps;
import goodgenerator.api.recipe.GoodGeneratorRecipeMaps;
import gregtech.api.recipe.RecipeMap;
import gregtech.api.util.GT_Recipe;
import kubatech.api.helpers.ReflectionHelper;
Expand All @@ -20,6 +21,8 @@ public static void init() {

private static void updateGeneralRecipes() {
RecipeMap.ALL_RECIPE_MAPS.forEach((s, map) -> {
if(map == GoodGeneratorRecipeMaps.naquadahReactorFuels) return;

map.getAllRecipes().forEach(recipe -> CutCorners.getStrategy().updateGTRecipe(recipe));
});
}
Expand Down

0 comments on commit cf9f439

Please sign in to comment.