Skip to content

Commit

Permalink
Add recipe for ThE larger cell and component (#758)
Browse files Browse the repository at this point in the history
* Add recipe for ThE larger cell and component

* Add recipes for quantum and singularity essentia cell
  • Loading branch information
MCTBL authored Dec 3, 2023
1 parent c8a4679 commit 2ed3133
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/main/java/com/dreammaster/recipes/RecipeRemover.java
Original file line number Diff line number Diff line change
Expand Up @@ -2639,6 +2639,13 @@ public static void run() {
removeRecipeByOutputDelayed(getModItem("thaumicenergistics", "storage.essentia", 1, 1, missing));
removeRecipeByOutputDelayed(getModItem("thaumicenergistics", "storage.essentia", 1, 2, missing));
removeRecipeByOutputDelayed(getModItem("thaumicenergistics", "storage.essentia", 1, 3, missing));
removeRecipeByOutputDelayed(getModItem("thaumicenergistics", "storage.essentia", 1, 4, missing));
removeRecipeByOutputDelayed(getModItem("thaumicenergistics", "storage.essentia", 1, 5, missing));
removeRecipeByOutputDelayed(getModItem("thaumicenergistics", "storage.essentia", 1, 6, missing));
removeRecipeByOutputDelayed(getModItem("thaumicenergistics", "storage.essentia", 1, 7, missing));
removeRecipeByOutputDelayed(getModItem("thaumicenergistics", "storage.essentia", 1, 8, missing));
removeRecipeByOutputDelayed(getModItem("thaumicenergistics", "storage.essentia", 1, 9, missing));
removeRecipeByOutputDelayed(getModItem("thaumicenergistics", "storage.essentia", 1, 10, missing));
removeRecipeByOutputDelayed(
getModItem("thaumicenergistics", "thaumicenergistics.block.essentia.cell.workbench", 1, 0, missing));
removeRecipeByOutputDelayed(getModItem("ThaumicExploration", "blankSeal", 1, wildcard, missing));
Expand Down
Loading

0 comments on commit 2ed3133

Please sign in to comment.