Add crafting recipe for receptacle

This commit is contained in:
Electroblob77
2020-05-12 23:49:18 +01:00
parent 34a4609af2
commit ff4c17d1c1
@@ -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"
}
}