Files
minecraft-assets/data/minecraft/recipes/white_dye.json
2024-02-28 18:28:54 +01:00

13 lines
213 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "white_dye",
"ingredients": [
{
"item": "minecraft:bone_meal"
}
],
"result": {
"id": "minecraft:white_dye"
}
}