aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/core/recipe
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-07-19 19:29:29 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-07-19 19:29:29 +1000
commitbcfabba1cf48fff83ab49c08399699669717412c (patch)
tree7d2947f86c0f71cef92de7ffe093348e8035fc76 /src/Java/miscutil/core/recipe
parent55ee2b01e25c7f7f6c4c893e18572150266ebd03 (diff)
downloadGT5-Unofficial-bcfabba1cf48fff83ab49c08399699669717412c.tar.gz
GT5-Unofficial-bcfabba1cf48fff83ab49c08399699669717412c.tar.bz2
GT5-Unofficial-bcfabba1cf48fff83ab49c08399699669717412c.zip
> Attempted to implement a new GT-esque tool, the Skookum Choocher.
> Texture issues everywhere, but it's related to another issue from long ago. > Think fixing one will fix the other.
Diffstat (limited to 'src/Java/miscutil/core/recipe')
-rw-r--r--src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java b/src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java
index 33d2250bd1..300b66fa88 100644
--- a/src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java
+++ b/src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java
@@ -126,4 +126,8 @@ public class RECIPES_GREGTECH {
//CORE.RA.addFuel(GT_ModHandler.getModItem("EnderIO", "bucketFire_water", 1L, 1), null, 2800, 0);
//System.exit(1);
}
+
+ private static void registerSkookumChoocher(){
+ //GT_ModHandler.addCraftingRecipe(GT_OreDictUnificator.get(OrePrefixes.toolHeadUniversalSpade, aMaterial, 1L), tBits, new Object[]{"fX", Character.valueOf('X'), OrePrefixes.toolHeadShovel.get(aMaterial)});
+ }
} \ No newline at end of file