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

16 lines
226 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:string"
}
},
"pattern": [
"##",
"##"
],
"result": {
"item": "minecraft:white_wool"
}
}