Files
minecraft-assets/data/minecraft/recipe/white_wool_from_string.json
2025-02-26 18:31:02 +01:00

15 lines
218 B
JSON

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