Files
minecraft-assets/data/minecraft/recipe/brush.json
2024-11-06 18:31:49 +01:00

18 lines
285 B
JSON

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