diff --git a/data/crafting/recipe/crafting_recipe.json b/data/crafting/recipe/crafting_recipe.json new file mode 100644 index 0000000..9035a17 --- /dev/null +++ b/data/crafting/recipe/crafting_recipe.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " # ", + "#D#", + " # " + ], + "key": { + "#": { + "item": "minecraft:emerald" + }, + "D": { + "item": "minecraft:diamond" + } + }, + "result": { + "id": "origins:orb_of_origin", + "count": 1 + } +}