aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Ramirez-España <ianespana@hotmail.com>2017-06-23 20:41:18 -0500
committerIan Ramirez-España <ianespana@hotmail.com>2017-06-23 20:41:18 -0500
commit8ea0c70df84b608d53f1d7be09b38a25084e81d5 (patch)
tree48dffa6bc9791c500fb7c9399e002298c9a50db7 /src
parent8e309f5d439b214c1fb90effb227ccd3080aafec (diff)
downloadGT5-Unofficial-8ea0c70df84b608d53f1d7be09b38a25084e81d5.tar.gz
GT5-Unofficial-8ea0c70df84b608d53f1d7be09b38a25084e81d5.tar.bz2
GT5-Unofficial-8ea0c70df84b608d53f1d7be09b38a25084e81d5.zip
Fix - Changed Oil Drill to Ore Drill T2
Diffstat (limited to 'src')
-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 5c17d2db4b..28607b5e4a 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.OilDrill});
+ GT_ModHandler.addShapelessCraftingRecipe(DetravItemList.DetravAdvancedMiner2.get(1L, new Object[0]),new Object[]{ItemList.OreDrill2});
//Treetap recipes