Skip to content

Commit

Permalink
remove ic2 valuable ore compat, ic2 miner, and ic2 scanners (#1148)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Robertz <[email protected]>
  • Loading branch information
chochem and Dream-Master authored Jan 10, 2025
1 parent 2e7da52 commit 6345d99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ public void loadRecipes() {
'g',
getModItem(ExtraUtilities.ID, "decorativeBlock1", 1, 11, missing),
'h',
getModItem(IndustrialCraft2.ID, "blockMachine2", 1, 11, missing),
ItemList.OreDrill2.get(1L),
'i',
getModItem(ExtraUtilities.ID, "decorativeBlock1", 1, 11, missing)));
EnderConstructorRecipesHandler.registerRecipe(
Expand Down
33 changes: 0 additions & 33 deletions src/main/java/com/dreammaster/scripts/ScriptIndustrialCraft.java
Original file line number Diff line number Diff line change
Expand Up @@ -708,28 +708,6 @@ public void loadRecipes() {
"itemCasingAnyIron",
"batteryAdvanced",
"itemCasingAnyIron");
addShapedRecipe(
getModItem(IndustrialCraft2.ID, "itemScanner", 1, 0, missing),
"itemCasingGold",
"plateStainlessSteel",
"itemCasingGold",
"circuitAdvanced",
CustomItemList.Display.get(1L),
"circuitAdvanced",
"cableGt01Gold",
"batteryAdvanced",
"cableGt01Gold");
addShapedRecipe(
getModItem(IndustrialCraft2.ID, "itemScannerAdv", 1, 0, missing),
"itemCasingTitanium",
getModItem(IndustrialCraft2.ID, "itemScanner", 1, wildcard, missing),
"itemCasingTitanium",
"circuitData",
CustomItemList.Display.get(1L),
"circuitData",
"cableGt01Nichrome",
"batteryData",
"cableGt01Nichrome");
addShapedRecipe(
getModItem(IndustrialCraft2.ID, "itemRecipePart", 1, 3, missing),
"cableGt01AnyCopper",
Expand Down Expand Up @@ -873,17 +851,6 @@ public void loadRecipes() {
"itemCasingSteel",
"circuitBasic",
"itemCasingSteel");
addShapedRecipe(
getModItem(IndustrialCraft2.ID, "blockMachine2", 1, 11, missing),
"circuitElite",
getModItem(IndustrialCraft2.ID, "blockElectric", 1, 2, missing),
"circuitElite",
ItemList.Electric_Motor_IV.get(1L),
getModItem(IndustrialCraft2.ID, "blockMachine", 1, 12, missing),
ItemList.Electric_Motor_IV.get(1L),
ItemList.Robot_Arm_IV.get(1L),
getModItem(IndustrialCraft2.ID, "blockMachine2", 1, 0, missing),
ItemList.Robot_Arm_IV.get(1L));
addShapedRecipe(
getModItem(IndustrialCraft2.ID, "blockMachine2", 1, 1, missing),
getModItem(IndustrialCraft2.ID, "itemRecipePart", 1, 0, missing),
Expand Down

0 comments on commit 6345d99

Please sign in to comment.