Skip to content

Commit

Permalink
remove some recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Feb 18, 2023
1 parent 24ae3ac commit 07dd91c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ public void removeRecipes(RemoveRecipesCallback.RecipeHandler handler) {
handler.removeIf(IR.predicateIngredient("fan"));
handler.removeIf(recipe -> recipe.getOutput().getItem() instanceof BlockItem bi
&& bi.getBlock() instanceof FluidPipeBlock);
handler.remove(IR.id("shaped/coal_generator_mk1"));
handler.remove(IR.id("shaped/solar_generator_mk1"));
handler.remove(IR.id("shaped/solar_generator_mk3"));
}

private static Identifier recipeId(String type, String name) {
Expand Down

0 comments on commit 07dd91c

Please sign in to comment.