Using Blaze Enchanters for crafting
Salvard opened this issue ยท 2 comments
Describe the your request
Hello,
My suggestion would be to add the possibility of crafting with the blaze enchanter via datapacks in the same style as Apotheosis's infusion crafts.
For example:
{
"type": "create_enchantment_industry:enchanting",
"ingredients": [
{ "guide": "minecraft:nether_star" },
{ "item": "minecraft:golden_apple" },
{ "fluid": "create_enchantment_industry:experience",
"amount": 200 },
{ "time": 40 }
],
"results": [
{ "item": "minecraft:enchanted_golden_apple" }
]
}
This would be very practical for automating crafts with experience without using a simple Spout, visually it would be much classier ^^