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

14 lines
No EOL
227 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "black_dye",
"ingredients": [
{
"item": "minecraft:ink_sac"
}
],
"result": {
"count": 1,
"id": "minecraft:black_dye"
}
}