aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/detrav/proxies
diff options
context:
space:
mode:
authorIan Ramirez-España <ianespana@hotmail.com>2017-06-23 17:51:16 -0500
committerIan Ramirez-España <ianespana@hotmail.com>2017-06-23 17:51:16 -0500
commit8e309f5d439b214c1fb90effb227ccd3080aafec (patch)
tree97d566cec4f5137264f1e1011386cbdb5244a44d /src/main/java/com/detrav/proxies
parent5ad79eb63ea233b1b066c4492a2c4e48a8e4d9cd (diff)
downloadGT5-Unofficial-8e309f5d439b214c1fb90effb227ccd3080aafec.tar.gz
GT5-Unofficial-8e309f5d439b214c1fb90effb227ccd3080aafec.tar.bz2
GT5-Unofficial-8e309f5d439b214c1fb90effb227ccd3080aafec.zip
Fix - Added compatibility for GregTech 5.09.31.02
Diffstat (limited to 'src/main/java/com/detrav/proxies')
-rw-r--r--src/main/java/com/detrav/proxies/CommonProxy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/detrav/proxies/CommonProxy.java b/src/main/java/com/detrav/proxies/CommonProxy.java
index 63c1fa0fe1..5c17d2db4b 100644
--- a/src/main/java/com/detrav/proxies/CommonProxy.java
+++ b/src/main/java/com/detrav/proxies/CommonProxy.java
@@ -64,7 +64,7 @@ public class CommonProxy implements IGuiHandler {
GT_ModHandler.RecipeBits.NOT_REMOVABLE | GT_ModHandler.RecipeBits.REVERSIBLE | GT_ModHandler.RecipeBits.BUFFERED,
new Object[]{ "GGG","dCi","GGG", Character.valueOf('G'), new ItemStack(Items.dye,1,2), Character.valueOf('C'), ItemList.Circuit_Basic.get(1) });
- GT_ModHandler.addShapelessCraftingRecipe(DetravItemList.DetravAdvancedMiner2.get(1L, new Object[0]),new Object[]{ItemList.AdvancedMiner2});
+ GT_ModHandler.addShapelessCraftingRecipe(DetravItemList.DetravAdvancedMiner2.get(1L, new Object[0]),new Object[]{ItemList.OilDrill});
//Treetap recipes