aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/registration
diff options
context:
space:
mode:
authorConnor-Colenso <52056774+Connor-Colenso@users.noreply.github.com>2023-04-08 22:43:10 +0100
committerGitHub <noreply@github.com>2023-04-08 23:43:10 +0200
commit5445cb79f7f7ade6b77abf79fddc29fa64d9855f (patch)
treeac30fb55bba5c6b9784cb6d60cb1118568924542 /src/main/java/gtPlusPlus/xmod/gregtech/registration
parent84791abf2d21371ec7b60ddd58a629be5090e9ba (diff)
downloadGT5-Unofficial-5445cb79f7f7ade6b77abf79fddc29fa64d9855f.tar.gz
GT5-Unofficial-5445cb79f7f7ade6b77abf79fddc29fa64d9855f.tar.bz2
GT5-Unofficial-5445cb79f7f7ade6b77abf79fddc29fa64d9855f.zip
Kill disassembler (#594)
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechThreadedBuffers.java125
1 files changed, 0 insertions, 125 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechThreadedBuffers.java b/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechThreadedBuffers.java
index 737f585a56..444b5f5e9f 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechThreadedBuffers.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechThreadedBuffers.java
@@ -1,9 +1,5 @@
package gtPlusPlus.xmod.gregtech.registration.gregtech;
-import net.minecraft.item.ItemStack;
-
-import gregtech.api.enums.ItemList;
-import gregtech.api.util.GT_Recipe;
import gregtech.common.tileentities.automation.GT_MetaTileEntity_SuperBuffer;
import gtPlusPlus.xmod.gregtech.api.enums.GregtechItemList;
import gtPlusPlus.xmod.gregtech.common.tileentities.storage.creative.GT_MetaTileEntity_InfiniteItemHolder;
@@ -91,126 +87,5 @@ public class GregtechThreadedBuffers {
deprecationNotice + "Highly Ultimate Voltage Super Buffer",
9)).getStackForm(1L));
- // These recipes are all 1 sec @ 32 EU/t
- GT_Recipe.GT_Recipe_Map.sDisassemblerRecipes.addRecipe(
- true,
- new ItemStack[] { GregtechItemList.Automation_Threaded_SuperBuffer_ULV.get(1L, new Object[0]) },
- new ItemStack[] { ItemList.Automation_SuperBuffer_ULV.get(1L, new Object[0]),
- ItemList.Tool_DataOrb.get(1L, new Object[0]),
- ItemList.Conveyor_Module_LV.get(1L, new Object[0]), },
- null,
- null,
- null,
- 20,
- 32,
- -100);
- GT_Recipe.GT_Recipe_Map.sDisassemblerRecipes.addRecipe(
- true,
- new ItemStack[] { GregtechItemList.Automation_Threaded_SuperBuffer_LV.get(1L, new Object[0]) },
- new ItemStack[] { ItemList.Automation_SuperBuffer_LV.get(1L, new Object[0]),
- ItemList.Tool_DataOrb.get(1L, new Object[0]),
- ItemList.Conveyor_Module_LV.get(1L, new Object[0]), },
- null,
- null,
- null,
- 20,
- 32,
- -100);
- GT_Recipe.GT_Recipe_Map.sDisassemblerRecipes.addRecipe(
- true,
- new ItemStack[] { GregtechItemList.Automation_Threaded_SuperBuffer_MV.get(1L, new Object[0]) },
- new ItemStack[] { ItemList.Automation_SuperBuffer_MV.get(1L, new Object[0]),
- ItemList.Tool_DataOrb.get(1L, new Object[0]),
- ItemList.Conveyor_Module_MV.get(1L, new Object[0]), },
- null,
- null,
- null,
- 20,
- 32,
- -100);
- GT_Recipe.GT_Recipe_Map.sDisassemblerRecipes.addRecipe(
- true,
- new ItemStack[] { GregtechItemList.Automation_Threaded_SuperBuffer_HV.get(1L, new Object[0]) },
- new ItemStack[] { ItemList.Automation_SuperBuffer_HV.get(1L, new Object[0]),
- ItemList.Tool_DataOrb.get(1L, new Object[0]),
- ItemList.Conveyor_Module_HV.get(1L, new Object[0]), },
- null,
- null,
- null,
- 20,
- 32,
- -100);
- GT_Recipe.GT_Recipe_Map.sDisassemblerRecipes.addRecipe(
- true,
- new ItemStack[] { GregtechItemList.Automation_Threaded_SuperBuffer_EV.get(1L, new Object[0]) },
- new ItemStack[] { ItemList.Automation_SuperBuffer_EV.get(1L, new Object[0]),
- ItemList.Tool_DataOrb.get(1L, new Object[0]),
- ItemList.Conveyor_Module_EV.get(1L, new Object[0]), },
- null,
- null,
- null,
- 20,
- 32,
- -100);
- GT_Recipe.GT_Recipe_Map.sDisassemblerRecipes.addRecipe(
- true,
- new ItemStack[] { GregtechItemList.Automation_Threaded_SuperBuffer_IV.get(1L, new Object[0]) },
- new ItemStack[] { ItemList.Automation_SuperBuffer_IV.get(1L, new Object[0]),
- ItemList.Tool_DataOrb.get(1L, new Object[0]),
- ItemList.Conveyor_Module_IV.get(1L, new Object[0]), },
- null,
- null,
- null,
- 20,
- 32,
- -100);
- GT_Recipe.GT_Recipe_Map.sDisassemblerRecipes.addRecipe(
- true,
- new ItemStack[] { GregtechItemList.Automation_Threaded_SuperBuffer_LuV.get(1L, new Object[0]) },
- new ItemStack[] { ItemList.Automation_SuperBuffer_LuV.get(1L, new Object[0]),
- ItemList.Tool_DataOrb.get(1L, new Object[0]),
- ItemList.Conveyor_Module_LuV.get(1L, new Object[0]), },
- null,
- null,
- null,
- 20,
- 32,
- -100);
- GT_Recipe.GT_Recipe_Map.sDisassemblerRecipes.addRecipe(
- true,
- new ItemStack[] { GregtechItemList.Automation_Threaded_SuperBuffer_ZPM.get(1L, new Object[0]) },
- new ItemStack[] { ItemList.Automation_SuperBuffer_ZPM.get(1L, new Object[0]),
- ItemList.Tool_DataOrb.get(1L, new Object[0]),
- ItemList.Conveyor_Module_ZPM.get(1L, new Object[0]), },
- null,
- null,
- null,
- 20,
- 32,
- -100);
- GT_Recipe.GT_Recipe_Map.sDisassemblerRecipes.addRecipe(
- true,
- new ItemStack[] { GregtechItemList.Automation_Threaded_SuperBuffer_UV.get(1L, new Object[0]) },
- new ItemStack[] { ItemList.Automation_SuperBuffer_UV.get(1L, new Object[0]),
- ItemList.Tool_DataOrb.get(1L, new Object[0]),
- ItemList.Conveyor_Module_UV.get(1L, new Object[0]), },
- null,
- null,
- null,
- 20,
- 32,
- -100);
- GT_Recipe.GT_Recipe_Map.sDisassemblerRecipes.addRecipe(
- true,
- new ItemStack[] { GregtechItemList.Automation_Threaded_SuperBuffer_MAX.get(1L, new Object[0]) },
- new ItemStack[] { ItemList.Automation_SuperBuffer_MAX.get(1L, new Object[0]),
- ItemList.Tool_DataOrb.get(1L, new Object[0]),
- GregtechItemList.Conveyor_Module_MAX.get(1L, new Object[0]), },
- null,
- null,
- null,
- 20,
- 32,
- -100);
}
}