Skip to content

Commit

Permalink
Add recipe for yott casing and fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Volence committed Aug 27, 2024
1 parent 63dde63 commit 509a225
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ public void run() {
OrePrefixes.pipeMedium.get(Materials.ElectrumFlux), 'F',
OrePrefixes.frameGt.get(Materials.ElectrumFlux) });

// Black Plutronium
// Black Plutonium
GT_ModHandler.addCraftingRecipe(
GT_ModHandler.getModItem(GregTech.ID, "gt.blockcasings11", 1, 7),
bits,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1834,6 +1834,16 @@ public void run() {
.itemOutputs(ItemList.Machine_Multi_Autoclave.get(1L)).duration(30 * SECONDS).eut(TierEU.RECIPE_LuV)
.addTo(assemblerRecipes);

// YOTT Casings
GT_Values.RA.stdBuilder()
.itemInputs(
GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackSteel, 4L),
GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Polytetrafluoroethylene, 2L),
GT_OreDictUnificator.get(OrePrefixes.pipeMedium, Materials.StainlessSteel, 2L),
GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.BlackSteel, 1L))
.itemOutputs(GT_ModHandler.getModItem(GoodGenerator.ID, "yottaFluidTankCasing", 1, 0))
.duration(24 * SECONDS).eut(TierEU.RECIPE_HV).addTo(assemblerRecipes);

// Industrial Autoclave
GT_Values.RA.stdBuilder()
.itemInputs(GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Polytetrafluoroethylene, 1L))
Expand Down Expand Up @@ -6081,6 +6091,7 @@ private void makeGalacticraftRocketRecipes() {
GT_Utility.getIntegratedCircuit(3))
.itemOutputs(CustomItemList.HeavyDutyRocketEngineTier4.get(1L)).duration(5 * SECONDS)
.eut(TierEU.RECIPE_EV).addTo(assemblerRecipes);

// nose cones

GT_Values.RA.stdBuilder()
Expand Down

0 comments on commit 509a225

Please sign in to comment.