Crafting using Feather, Any Iron Ingots Ingot and Stick, arranged in the pattern shown. Produces Paint Brush.
item· Other
Paint Brush
Create: Steam 'n' Rails · by The Railways Team
Paint Brush is a item from Create: Steam 'n' Rails, crafted from Feather, Any Iron Ingots Ingot, and Stick.
Acquisition
Developer reference
- Registry name
railways:paint_brush- Namespace
railways- Mod ID
railways- Tags (1)
railways:items/paint_drink_blockers
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"F",
"_",
"|"
],
"ingredients": {
"F": {
"item": "minecraft:feather"
},
"_": {
"tag": "railways:internal/ingots/iron_ingots"
},
"|": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}