Files
IMoO/recipes_old/white_dye_from_bone_meal.json
T
2022-01-24 20:17:51 +03:00

23 lines
385 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:white_dye_from_bone_meal"
},
"tags": [ "crafting_table" ],
"group": "white_dye",
"ingredients": [
{
"item": "minecraft:dye",
"data": 15
}
],
"result": {
"item": "minecraft:dye",
"data": 19
}
}
}