Skip to content

Commit

Permalink
downtier deep dark
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAPenguin0 committed Sep 4, 2024
1 parent 332581b commit 21eb1fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/dreammaster/scripts/ScriptTCCoreMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,13 @@ public void loadRecipes() {
.add(Aspect.getAspect("terminus"), 512).add(Aspect.getAspect("gula"), 512)
.add(Aspect.getAspect("superbia"), 512),
ItemList.Block_BedrockiumCompressed.get(1L),
new ItemStack[] { ItemList.Field_Generator_UMV.get(1L),
new ItemStack[] { ItemList.Field_Generator_UIV.get(1L),
getModItem(EternalSingularity.ID, "eternal_singularity", 1, 0, missing),
ItemList.Field_Generator_UMV.get(1L),
ItemList.Field_Generator_UIV.get(1L),
getModItem(EternalSingularity.ID, "eternal_singularity", 1, 0, missing),
ItemList.Field_Generator_UMV.get(1L),
ItemList.Field_Generator_UIV.get(1L),
getModItem(EternalSingularity.ID, "eternal_singularity", 1, 0, missing),
ItemList.Field_Generator_UMV.get(1L),
ItemList.Field_Generator_UIV.get(1L),
getModItem(EternalSingularity.ID, "eternal_singularity", 1, 0, missing), });
TCHelper.addResearchPage(
"PORTALDEEPDARK",
Expand Down

0 comments on commit 21eb1fc

Please sign in to comment.