Skip to content

Commit

Permalink
removed craftings (moved to coremod)
Browse files Browse the repository at this point in the history
  • Loading branch information
zTotto committed Sep 20, 2024
1 parent 1b940bd commit 91d8653
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/main/java/gregtech/loaders/load/MTERecipeLoader.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package gregtech.loaders.load;

import static bartworks.common.loaders.ItemRegistry.bw_realglas;
import static gregtech.api.enums.Mods.BuildCraftFactory;
import static gregtech.api.enums.Mods.Forestry;
import static gregtech.api.enums.Mods.GalacticraftCore;
Expand All @@ -15,7 +14,6 @@
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;

import bartworks.common.loaders.ItemRegistry;
import codechicken.nei.api.API;
import gregtech.GTMod;
import gregtech.api.GregTechAPI;
Expand All @@ -35,7 +33,6 @@
import gregtech.loaders.postload.PCBFactoryMaterialLoader;
import gregtech.loaders.postload.ProcessingArrayRecipeLoader;
import ic2.core.Ic2Items;
import tectech.thing.CustomItemList;

public class MTERecipeLoader implements Runnable {

Expand Down Expand Up @@ -3774,23 +3771,6 @@ private static void registerShapedCraftingRecipes() {
.eut(TierEU.RECIPE_IV)
.addTo(assemblerRecipes);

GTModHandler.addCraftingRecipe(
ItemList.MeteorMiner.get(1L),
bitsd,
new Object[] { "ABA", "CDC", "ECE", 'A', OrePrefixes.circuit.get(Materials.LuV), 'B',
CustomItemList.eM_dynamoTunnel1_LuV, 'C', ItemList.Casing_Coil_Superconductor, 'D', ItemList.OreDrill3,
'E', ItemList.LuV_Coil });

GTModHandler.addCraftingRecipe(
ItemList.Laser_Beacon.get(1L),
bitsd,
new Object[] { "AAA", "BCB", "DED", 'A', new ItemStack(bw_realglas, 1, 3), 'B',
new ItemStack(
ItemRegistry.TecTechPipeEnergyLowPower.getItem(),
1,
ItemRegistry.TecTechPipeEnergyLowPower.getItemDamage()),
'C', OrePrefixes.lens.get(Materials.NetherStar), 'D', OrePrefixes.circuit.get(Materials.LuV), 'E',
ItemList.Casing_Coil_Superconductor });
}

private static void registerShapelessCraftingRecipes() {
Expand Down

0 comments on commit 91d8653

Please sign in to comment.