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

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GTNH-Colen committed Jul 28, 2022
1 parent 300a2f9 commit b86d84b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2975,7 +2975,7 @@ private void item_parts_UMV_assline_recipes() {
ItemList.Gravistar.get(64),
new Object[]{OrePrefixes.circuit.get(Materials.Piko), 4L},
GT_ModHandler.getModItem("miscutils", "itemFoilCelestialTungsten", 64, 0),
GT_ModHandler.getModItem("miscutils", "itemFoilQuantumAlloy", 64, 0),
GT_ModHandler.getModItem("miscutils", "itemFoilQuantum", 64, 0),
GT_ModHandler.getModItem("miscutils", "itemFoilAstralTitanium", 64, 0),
GT_ModHandler.getModItem("miscutils", "itemFoilTitansteel", 64, 0),
GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Quantium, 7L)
Expand Down Expand Up @@ -3010,7 +3010,7 @@ private void item_parts_UMV_assline_recipes() {
ItemList.Gravistar.get(64),
new Object[]{OrePrefixes.circuit.get(Materials.Piko), 4L},
GT_ModHandler.getModItem("miscutils", "itemFoilCelestialTungsten", 64, 0),
GT_ModHandler.getModItem("miscutils", "itemFoilQuantumAlloy", 64, 0),
GT_ModHandler.getModItem("miscutils", "itemFoilQuantum", 64, 0),
GT_ModHandler.getModItem("miscutils", "itemFoilAstralTitanium", 64, 0),
GT_ModHandler.getModItem("miscutils", "itemFoilTitansteel", 64, 0),
GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Quantium, 7L)
Expand Down

0 comments on commit b86d84b

Please sign in to comment.