Files
minecraft-assets/data/minecraft/recipes/brush.json
2024-02-14 17:44:28 +01:00

23 lines
337 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:copper_ingot"
},
"I": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:feather"
}
},
"pattern": [
"X",
"#",
"I"
],
"result": {
"item": "minecraft:brush"
}
}