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

Commit

Permalink
Fix recipe for halfcompletecasing II (#803)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
chochem authored Dec 14, 2023
1 parent 0bea670 commit d5027a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ private static void assemblerRecipes() {
.itemInputs(
ItemUtils.simpleMetaStack(ModItems.itemHalfCompleteCasings, 0, 2),
GT_OreDictUnificator.get(OrePrefixes.plate, Materials.VanadiumGallium, 8L))
.itemOutputs(ItemUtils.simpleMetaStack(ModItems.itemHalfCompleteCasings, 0, 4))
.itemOutputs(ItemUtils.simpleMetaStack(ModItems.itemHalfCompleteCasings, 1, 8))
.fluidInputs(Materials.Tantalum.getMolten(4 * INGOTS)).duration(32 * SECONDS).eut(TierEU.RECIPE_MV)
.addTo(assemblerRecipes);

Expand Down

0 comments on commit d5027a2

Please sign in to comment.