Files
minecraft-assets/data/minecraft/recipes/white_wool_from_string.json
2021-07-07 09:21:22 +00:00

15 lines
200 B
JSON

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