Arcane Ensorcellator (a.k.a Enchanter)
Link to arcane-ensorcellator-aka-enchanter
Package
Link to package
mods.thermalexpansion.Enchanter
Addition
Link to addition
ZenScript Copymods.thermalexpansion.Enchanter.addRecipe(IItemStack output, IItemStack input, IItemStack secondInput, int energy, int experience, boolean empowered);
mods.thermalexpansion.Enchanter.addRecipe(<minecraft:enchanted_book>.withTag({StoredEnchantments: [{id: 35}]}), <minecraft:book>, <minecraft:diamond>, 12000, 3000, false);
Removal
Link to removal
ZenScript Copymods.thermalexpansion.Enchanter.removeRecipe(IItemStack input, IItemStack secondInput);
mods.thermalexpansion.Enchanter.removeRecipe(<minecraft:book>, <minecraft:diamond>);