Files
minecraft-assets/data/minecraft/recipes/lime_dye.json
2024-04-22 10:30:43 +02:00

16 lines
253 B
JSON

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