Files
IMoO/recipes/light_gray_dye_from_oxeye_daisy.json
T
2022-01-23 21:24:12 +03:00

24 lines
421 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:light_gray_dye_from_oxeye_daisy"
},
"tags": [ "crafting_table" ],
"group": "light_gray_dye",
"priority": 1,
"ingredients": [
{
"item": "minecraft:red_flower",
"data": 8
}
],
"result": {
"item": "minecraft:dye",
"data": 7
}
}
}