Skip to content

Commit

Permalink
disable test recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pWn3d1337 committed Mar 11, 2019
1 parent 9f2e606 commit 3c1e7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/techguns/TGMachineRecipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public static void addRecipes(){
/**
* Upgrade bench recipes
*/
UpgradeBenchRecipes.addRecipe(TGItems.PLATE_CARBON, Enchantments.PROTECTION, 4);
//UpgradeBenchRecipes.addRecipe(TGItems.PLATE_CARBON, Enchantments.PROTECTION, 4);

UpgradeBenchRecipes.addRecipe(TGItems.UPGRADE_PROTECTION_1, Enchantments.PROTECTION, 1);
UpgradeBenchRecipes.addRecipe(TGItems.UPGRADE_PROJECTILE_PROTECTION_1, Enchantments.PROJECTILE_PROTECTION, 1);
Expand Down

0 comments on commit 3c1e7ea

Please sign in to comment.