diff options
author | Ian Ramirez-España <ianespana@hotmail.com> | 2017-06-23 17:51:16 -0500 |
---|---|---|
committer | Ian Ramirez-España <ianespana@hotmail.com> | 2017-06-23 17:51:16 -0500 |
commit | 8e309f5d439b214c1fb90effb227ccd3080aafec (patch) | |
tree | 97d566cec4f5137264f1e1011386cbdb5244a44d /src/main/java/com/detrav/proxies | |
parent | 5ad79eb63ea233b1b066c4492a2c4e48a8e4d9cd (diff) | |
download | GT5-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.java | 2 |
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 |