88
99import com .brandon3055 .draconicevolution .DEFeatures ;
1010
11- import gregtech .api .GTValues ;
1211import gregtech .api .items .toolitem .ToolHelper ;
1312import gregtech .api .recipes .ModHandler ;
1413import gregtech .api .recipes .RecipeMap ;
@@ -38,7 +37,7 @@ public static void init() {
3837 new GTRecipeItemInput (ToolItems .AXE .get (GTEMaterials .Draconium )).setNBTMatchingCondition (
3938 NBTMatcher .RECURSIVE_EQUAL_TO , NBTCondition .create (
4039 NBTTagType .COMPOUND , ToolHelper .TOOL_TAG_KEY , NBTCondition .create (
41- NBTTagType .STRING , "Material" , GTValues .MODID + ":draconium" ))),
40+ NBTTagType .STRING , "Material" , GTEValues .MODID + ":draconium" ))),
4241 new ItemStack (DEFeatures .wyvernAxe ),
4342 Tier .WYVERN , 2 );
4443
@@ -48,7 +47,7 @@ public static void init() {
4847 new GTRecipeItemInput (ToolItems .PICKAXE .get (GTEMaterials .Draconium )).setNBTMatchingCondition (
4948 NBTMatcher .RECURSIVE_EQUAL_TO , NBTCondition .create (
5049 NBTTagType .COMPOUND , ToolHelper .TOOL_TAG_KEY , NBTCondition .create (
51- NBTTagType .STRING , "Material" , GTValues .MODID + ":draconium" ))),
50+ NBTTagType .STRING , "Material" , GTEValues .MODID + ":draconium" ))),
5251 new ItemStack (DEFeatures .wyvernPick ),
5352 Tier .WYVERN , 2 );
5453
@@ -58,7 +57,7 @@ public static void init() {
5857 new GTRecipeItemInput (ToolItems .SHOVEL .get (GTEMaterials .Draconium )).setNBTMatchingCondition (
5958 NBTMatcher .RECURSIVE_EQUAL_TO , NBTCondition .create (
6059 NBTTagType .COMPOUND , ToolHelper .TOOL_TAG_KEY , NBTCondition .create (
61- NBTTagType .STRING , "Material" , GTValues .MODID + ":draconium" ))),
60+ NBTTagType .STRING , "Material" , GTEValues .MODID + ":draconium" ))),
6261 new ItemStack (DEFeatures .wyvernShovel ),
6362 Tier .WYVERN , 2 );
6463
0 commit comments