AnvilRecipes

AnvilRecipes

89 Downloads

This mod adds an easy to use JSON recipe format for the Vanilla Anvil (all the recipes also have JEI integration). 

It is intended to be used in modpacks with a recipe making mod like KubeJS.

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
}