Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
boubou19 committed Aug 15, 2024
1 parent b424865 commit 42cdd6f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,31 +85,31 @@ public void recipes() {
GT_ModHandler.addCraftingRecipe(
ItemList.Hull_UEV.get(1L),
bitsd,
new Object[] { "PHP", "WMW", 'M', ItemList.Casing_UEV, 'W',
new Object[] { "PHP", "WMW", 'M', CustomItemList.Casing_UEV, 'W',
OrePrefixes.cableGt08.get(Materials.Draconium), 'H',
OrePrefixes.plate.get(Materials.Bedrockium), 'P',
OrePrefixes.plateDouble.get(Materials.Polybenzimidazole) });

GT_ModHandler.addCraftingRecipe(
ItemList.Hull_UIV.get(1L),
bitsd,
new Object[] { "PHP", "WMW", 'M', ItemList.Casing_UIV, 'W',
new Object[] { "PHP", "WMW", 'M', CustomItemList.Casing_UIV, 'W',
OrePrefixes.cableGt08.get(Materials.NetherStar), 'H',
OrePrefixes.plate.get(Materials.BlackPlutonium), 'P',
OrePrefixes.plateDouble.get(Materials.Polybenzimidazole) });

GT_ModHandler.addCraftingRecipe(
ItemList.Hull_UMV.get(1L),
GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE,
new Object[] { "PHP", "WMW", 'M', ItemList.Casing_UMV, 'W',
new Object[] { "PHP", "WMW", 'M', CustomItemList.Casing_UMV, 'W',
OrePrefixes.wireGt12.get(Materials.Quantium), 'H',
OrePrefixes.plate.get(MaterialsUEVplus.SpaceTime), 'P',
OrePrefixes.plateDouble.get(Materials.Polybenzimidazole) });

GT_ModHandler.addCraftingRecipe(
ItemList.Hull_UXV.get(1L),
GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE,
new Object[] { "PHP", "WMW", 'M', ItemList.Casing_UXV, 'W',
new Object[] { "PHP", "WMW", 'M', CustomItemList.Casing_UXV, 'W',
OrePrefixes.wireGt16.get(Materials.BlackPlutonium), 'H',
OrePrefixes.plate.get(MaterialsUEVplus.MagnetohydrodynamicallyConstrainedStarMatter), 'P',
OrePrefixes.plateDense.get(MaterialsKevlar.Kevlar) });
Expand Down

0 comments on commit 42cdd6f

Please sign in to comment.