Skip to content

Commit

Permalink
Remove recipes for high tier singleblock pumps (#1040)
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 Oct 13, 2024
1 parent cdbacc7 commit f9f5acd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
14 changes: 0 additions & 14 deletions src/main/java/com/dreammaster/gthandler/GT_Loader_Machines.java
Original file line number Diff line number Diff line change
Expand Up @@ -275,20 +275,6 @@ public void recipes() {
ItemList.Sensor_UMV, 'C', OrePrefixes.circuit.get(Materials.UXV), 'W',
OrePrefixes.cableGt01.get(Materials.Draconium) });

GTModHandler.addCraftingRecipe(
ItemList.PumpLuV.get(1L),
bitsd,
new Object[] { "CPC", "PMP", "BPB", 'M', ItemList.Hull_LuV, 'B',
GT_CustomLoader.AdvancedGTMaterials.LuV.getPipeL(), 'C',
GT_CustomLoader.AdvancedGTMaterials.LuV.getCircuit(), 'P', ItemList.Electric_Pump_LuV });

GTModHandler.addCraftingRecipe(
ItemList.PumpZPM.get(1L),
bitsd,
new Object[] { "CPC", "PMP", "BPB", 'M', ItemList.Hull_ZPM, 'B',
GT_CustomLoader.AdvancedGTMaterials.ZPM.getPipeL(), 'C',
GT_CustomLoader.AdvancedGTMaterials.ZPM.getCircuit(), 'P', ItemList.Electric_Pump_ZPM });

GTModHandler.addCraftingRecipe(
ItemList.AcceleratorLV.get(1L),
bitsd,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ public enum MetaTileEntityIDs {
WIREMILL_UEV(11054),
WIREMILL_UIV(11055),
WIREMILL_UMV(11056),
PUMP_LuV(11060),
PUMP_ZPM(11061),
ARC_FURNACE_LuV(11070),
ARC_FURNACE_ZPM(11071),
ARC_FURNACE_UV(11072),
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dreammaster/scripts/ScriptAmunRa.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public void loadRecipes() {
'F',
new ItemStack(machineFrames),
'P',
ItemList.Pump_EV.get(1));
ItemList.Pump_HV.get(1));
addShapedOredictRecipe(
new ItemStack(baseItem, 1, 14),
"H8F",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ public void loadRecipes() {
'g',
getModItem(ExtraUtilities.ID, "decorativeBlock1", 1, 1, missing),
'h',
ItemList.Pump_EV.get(1L),
ItemList.Pump_HV.get(1L),
'i',
getModItem(ExtraUtilities.ID, "decorativeBlock1", 1, 1, missing)));
EnderConstructorRecipesHandler.registerRecipe(
Expand Down

0 comments on commit f9f5acd

Please sign in to comment.