diff --git a/src/main/resources/data/nec/recipes/baguette.json b/src/main/resources/data/nec/recipes/baguette.json new file mode 100644 index 0000000..b595a41 --- /dev/null +++ b/src/main/resources/data/nec/recipes/baguette.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " A", + " A ", + "A " + ], + "key": { + "A": { + "item": "minecraft:bread" + } + }, + "result": { + "item": "nec:baguette" + } +} \ No newline at end of file