mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-07 22:16:44 +01:00
Added a recipe for the bag of holding
This commit is contained in:
parent
b182525d72
commit
7b4e98cf88
1 changed files with 33 additions and 0 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue