Files
IMoO/recipes/lime_dye.json
T
2022-01-23 21:24:12 +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
}
}
}