Crafting using Feather, Copper Ingot and Stick, arranged in the pattern shown. Produces Brush.
Brush
Minecraft · by Mojang Studios
Acquisition
Developer reference
- Registry name
minecraft:brush- Namespace
minecraft- Mod ID
minecraft
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#",
"I"
],
"ingredients": {
"#": {
"item": "minecraft:copper_ingot"
},
"I": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:feather"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}