minecraft-assets/data/minecraft/recipes/lime_dye.json

16 lines
255 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:green_dye"
},
{
"item": "minecraft:white_dye"
}
],
"result": {
"count": 2,
"item": "minecraft:lime_dye"
}
}