Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
fix Early Everglades portal in dev version #10318 (#188)
Browse files Browse the repository at this point in the history
GTNewHorizons/GT-New-Horizons-Modpack#10318

(cherry picked from commit 2a0481232f92ef604e7e302b7274189e5fe5112d)
  • Loading branch information
Dream-Master authored May 21, 2022
1 parent 6b9b5cc commit 0a81d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ private static void assemblerRecipes() {



CORE.RA.addSixSlotAssemblingRecipe(new ItemStack[] {
/*CORE.RA.addSixSlotAssemblingRecipe(new ItemStack[] {
GregtechItemList.Casing_Multi_Use.get(1),
ItemUtils.getItemStackOfAmountFromOreDict(CI.getTieredCircuitOreDictName(6), 1),
ItemUtils.getItemStackOfAmountFromOreDict(CI.getTieredCircuitOreDictName(4), 8),
Expand All @@ -1534,7 +1534,7 @@ private static void assemblerRecipes() {
20*20,
2048);

*/



Expand Down

0 comments on commit 0a81d33

Please sign in to comment.