Download AnvilRecipes — Minecraft Mods — ModStock

AnvilRecipes

Active

Downloads

0

Last update

3 years ago
Client
Libraries
Utils

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
}

Project members
Matyrobbrt

Matyrobbrt