Hello everyone I'm having a problem with forge coding I want to know how to enchant an armor so that when you craft it is is already enchanted with a certain enchantment.
I have written one line of code for this but I get and error between the number 10 and the closing bracket so could you either tell me how to fix the error or tell me a different way to conquer this problem.
The line of code is: ItemStack MithrilBoots = new ItemStack(MithrilBoots, MithrilBoots.addEnchantment(Enchantment.thorns, 10);
Any help would be greatly appreciated.