Added a recipe for the bag of holding

This commit is contained in:
Sollace 2018-09-20 23:22:03 +02:00
parent b182525d72
commit 7b4e98cf88

View file

@ -0,0 +1,33 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#*#",
"#o#",
"*#*"
],
"key": {
"o": [
{
"item": "minecraft:ender_chest",
"data": 0
}
],
"*": [
{
"item": "unicopia:gem",
"data": 0
}
],
"#": [
{
"item": "minecraft:leather",
"data": 0
}
]
},
"result": {
"item": "unicopia:bag_of_holding",
"data": 0,
"count": 1
}
}