diff --git a/src/main/resources/assets/immersiverailroading/recipes/paint_brush.json b/src/main/resources/assets/immersiverailroading/recipes/paint_brush.json new file mode 100644 index 000000000..ae6924ea6 --- /dev/null +++ b/src/main/resources/assets/immersiverailroading/recipes/paint_brush.json @@ -0,0 +1,25 @@ +{ + "type": "forge:ore_shaped", + "result": { + "item": "immersiverailroading:item_paint_brush" + }, + "pattern": [ + "w", + "i", + "s" + ], + "key": { + "i": { + "type": "forge:ore_dict", + "ore": "ingotIron" + }, + "w": { + "item": "minecraft:wool", + "data": 0 + }, + "s": { + "type": "forge:ore_dict", + "ore": "stickWood" + } + } +} \ No newline at end of file