minecraft-assets/data/minecraft/recipes/blue_wool.json

15 lines
237 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "wool",
"ingredients": [
{
"item": "minecraft:blue_dye"
},
{
"item": "minecraft:white_wool"
}
],
"result": {
"item": "minecraft:blue_wool"
}
}