Files
IMoO/recipes/orange_dye_from_red_yellow.json
T
2022-01-23 21:24:12 +03:00

28 lines
474 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:orange_dye_from_red_yellow"
},
"tags": [ "crafting_table" ],
"group": "orange_dye",
"ingredients": [
{
"item": "minecraft:dye",
"data": 1
},
{
"item": "minecraft:dye",
"data": 11
}
],
"result": {
"item": "minecraft:dye",
"data": 14,
"count": 2
}
}
}