AnvilRecipes - Advanced Recipes for the Anvil
This mod provides a convenient JSON format for creating custom crafting recipes for the standard Minecraft anvil. All added recipes are automatically integrated with JEI (Just Enough Items), making them easy to find in the game interface.
The mod is perfectly suited for use in modpacks alongside recipe creation tools like KubeJS.
Example recipe format:
{
"type": "anvilrecipes:anvil",
"left": {
"item": "minecraft:gold_ingot",
"count": 4
},
"right": {
"item": "minecraft:netherite_scrap",
"count": 1
},
"output": {
"item": "minecraft:netherite_ingot",
"count": 1
},
"levels_required": 10
}