Files
minecraft-assets/data/minecraft/recipes/white_dye.json
2024-03-13 18:29:36 +01:00

14 lines
229 B
JSON

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