Files
minecraft-assets/data/minecraft/recipes/brush.json
2023-02-15 18:28:18 +01:00

21 lines
314 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:string"
},
"I": {
"item": "minecraft:stick"
}
},
"pattern": [
"###",
" I ",
" I "
],
"result": {
"item": "minecraft:brush"
},
"show_notification": true
}