Skip to content

Commit

Permalink
highly enchanted tools now requires 2 enchantment books, of any type.
Browse files Browse the repository at this point in the history
lightly enchanted tools requires a single enchantment book of any type. 
Closes #190
  • Loading branch information
shadowmage45 committed Dec 24, 2014
1 parent 3adc6dc commit 4eccf28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ public static void loadRecipes()
enchantedBook.addEnchantment(Enchantment.fortune, 2);

AWCraftingManager.INSTANCE.createRecipe(upgradeEnchantedTools2, "mass_production",
" b ",
"b b",
"iii",
'b', enchantedBook,
'i', Items.iron_ingot);
Expand Down

0 comments on commit 4eccf28

Please # to comment.