Skip to content

Commit

Permalink
added recpe for Filter Casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Nov 23, 2024
1 parent 459f45f commit 1c18f2d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import muramasa.antimatter.pipe.types.PipeType;
import muramasa.antimatter.util.AntimatterPlatformUtils;
import org.gtreimagined.gt5r.data.GT5RBlocks;
import org.gtreimagined.gt5r.data.GT5RCovers;
import org.gtreimagined.gt5r.data.GT5RTags;
import net.minecraft.data.recipes.FinishedRecipe;
import net.minecraft.data.recipes.SingleItemRecipeBuilder;
Expand Down Expand Up @@ -108,7 +109,7 @@ public static void loadRecipes(Consumer<FinishedRecipe> output, AntimatterRecipe
of('G', GEAR.getMaterialTag(TungstenSteel), 'M', GT5RBlocks.CASING_TUNGSTENSTEEL, 'D', GT5RTags.GRIND_HEADS), "GDG", "GMG");
provider.addItemRecipe(output, "casings", GT5RBlocks.ORE_WASHING_PARTS,
of('G', GEAR.getMaterialTag(Titanium), 'P', GT5RBlocks.FLUID_PIPE_TITANIUM.getBlock(PipeSize.NORMAL),'C', GT5RBlocks.CASING_TITANIUM, 'W', WRENCH.getTag()), "GGG", "PCP", "PWP");

provider.addItemRecipe(output, "casings", GT5RBlocks.FILTER_CASING, of('C', GT5RBlocks.CASING_TITANIUM, 'I', GT5RCovers.COVER_ITEM_FILTER.getItem()), " I ", "ICI", " I ");
addCoil(output, provider, GT5RBlocks.WIRE_CUPRONICKEL.getBlockItem(PipeSize.TINY), GT5RBlocks.COIL_CUPRONICKEL);
addCoil(output, provider, GT5RBlocks.WIRE_KANTHAL.getBlockItem(PipeSize.TINY), GT5RBlocks.COIL_KANTHAL);
addCoil(output, provider, GT5RBlocks.WIRE_NICHROME.getBlockItem(PipeSize.TINY), GT5RBlocks.COIL_NICHROME);
Expand Down

0 comments on commit 1c18f2d

Please sign in to comment.