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

25 lines
373 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:string_to_wool"
},
"tags": [ "crafting_table" ],
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:string"
}
},
"result": {
"item": "minecraft:wool",
"data": 0
}
}
}