diff --git a/src/main/resources/data/nec/recipes/deepslate_diamond_ore_ore.json b/src/main/resources/data/nec/recipes/deepslate_diamond_ore_ore.json new file mode 100644 index 0000000..99bf71f --- /dev/null +++ b/src/main/resources/data/nec/recipes/deepslate_diamond_ore_ore.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "minecraft:deepslate" + }, + "B": { + "item": "minecraft:deepslate_diamond_ore" + } + }, + "result": { + "item": "nec:deepslate_diamond_ore_ore" + } +} \ No newline at end of file diff --git a/src/main/resources/data/nec/recipes/diamond_ore_ore.json b/src/main/resources/data/nec/recipes/diamond_ore_ore.json new file mode 100644 index 0000000..6fad817 --- /dev/null +++ b/src/main/resources/data/nec/recipes/diamond_ore_ore.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "minecraft:stone" + }, + "B": { + "item": "minecraft:diamond_ore" + } + }, + "result": { + "item": "nec:diamond_ore_ore" + } +} \ No newline at end of file