JsonRecipe - Kotori316/QuarryPlus GitHub Wiki
This is an example. The latest version of example will be created in config/quarryplus/defaultrecipes
every time you launch Minecraft. The directory will be made in 1.12.2 environment and in newer version files are never made.
{
"id": "quarryplus:nd",
"type": "quarryplus:workbench_recipe",
"ingredients": [
[
{
"type": "forge:ore_dict",
"ore": "plankWood",
"count": 64
},
{
"item": "minecraft:gold_ingot",
"data": 0,
"count": 1
}
],
{
"item": "minecraft:redstone",
"data": 0,
"count": 8
}
],
"energy": 400.0,
"showInJEI": true,
"result": {
"item": "minecraft:diamond",
"data": 0,
"count": 1
},
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "quarryplus"
}
]
}
Most of this file is the same as a recipe json for Shapeless recipe but you must add count
tag for each ingredient.