minecraft-src/data/minecraft/recipe/lime_dye.json
2025-07-04 01:41:11 +03:00

16 lines
No EOL
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"
}
}