Skip to content

Commit

Permalink
magmatter replaces shirabon in uxv recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Sep 8, 2024
1 parent 5be68d1 commit 9ac76fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public void run() {
GTModHandler.RecipeBits.BUFFERED | GTModHandler.RecipeBits.NOT_REMOVABLE,
new Object[] { "PSP", "SwS", "PSP", 'P',
OrePrefixes.plate.get(MaterialsUEVplus.MagnetohydrodynamicallyConstrainedStarMatter), 'S',
GTOreDictUnificator.get("plateShirabon", 1) });
OrePrefixes.plate.get(MaterialsUEVplus.MagMatter) });

// Mine and Blade Battlegear remove recipes NBT?
Object[] o = new Object[0];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ public void run() {
GTValues.RA.stdBuilder().itemInputs(
GTOreDictUnificator
.get(OrePrefixes.plate, MaterialsUEVplus.MagnetohydrodynamicallyConstrainedStarMatter, 4L),
GTOreDictUnificator.get("plateShirabon", 4),
GTOreDictUnificator.get(OrePrefixes.plate, MaterialsUEVplus.MagMatter, 4L),
GTUtility.getIntegratedCircuit(8)).itemOutputs(CustomItemList.Casing_UXV.get(1L))
.duration(2 * SECONDS + 10 * TICKS).eut(16).addTo(assemblerRecipes);

Expand Down

0 comments on commit 9ac76fa

Please sign in to comment.