minecraft-src/data/minecraft/recipe/gray_dye.json
2025-07-04 03:45:38 +03:00

13 lines
No EOL
232 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "gray_dye",
"ingredients": [
"minecraft:black_dye",
"minecraft:white_dye"
],
"result": {
"count": 2,
"id": "minecraft:gray_dye"
}
}