diff --git a/src/main/resources/assets/ebwizardry/recipes/receptacle.json b/src/main/resources/assets/ebwizardry/recipes/receptacle.json new file mode 100644 index 00000000..21743a82 --- /dev/null +++ b/src/main/resources/assets/ebwizardry/recipes/receptacle.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "gpg", + " g " + ], + "key": { + "g": { + "type": "forge:ore_dict", + "ore": "ingotGold" + }, + "p": { + "item": "minecraft:flower_pot" + } + }, + "result": { + "item": "ebwizardry:receptacle" + } +} \ No newline at end of file