26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "mw_food:jam"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"group": "candle",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:sweet_berries",
|
|
"count": 2
|
|
},
|
|
{
|
|
"item": "minecraft:glass_bottle"
|
|
},
|
|
{
|
|
"item": "minecraft:sugar"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "mw_food:jam",
|
|
"count": 1
|
|
}
|
|
}
|
|
} |