diff --git a/src/main/resources/data/nec/recipes/netherite_chestplate.json b/src/main/resources/data/nec/recipes/netherite_chestplate.json new file mode 100644 index 0000000..1b6d6f6 --- /dev/null +++ b/src/main/resources/data/nec/recipes/netherite_chestplate.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "key": { + "1": { + "item": "minecraft:golden_chestplate" + }, + "2": { + "item": "minecraft:leather_chestplate" + } + }, + "pattern": [ + "111", + "1 2", + "222" + ], + "result": { + "item": "minecraft:netherite_chestplate" + }, + "show_notification": true +} \ No newline at end of file