Files
IMoO/recipes_old/lime_dye.json
2022-01-24 20:17:51 +03:00

27 lines
429 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:lime_dye"
},
"tags": [ "crafting_table" ],
"ingredients": [
{
"item": "minecraft:dye",
"data": 2
},
{
"item": "minecraft:dye",
"data": 19
}
],
"result": {
"item": "minecraft:dye",
"data": 10,
"count": 2
}
}
}