Added recipes for the basket and balloon

This commit is contained in:
Sollace 2023-08-13 10:00:40 +01:00
parent 0fad11c346
commit d27aaac04e
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
2 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "basket",
"key": {
"#": {
"item": "minecraft:white_wool"
},
"-": {
"item": "minecraft:white_carpet"
}
},
"pattern": [
"---",
"# #",
"---"
],
"result": {
"count": 1,
"item": "unicopia:giant_balloon"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"group": "basket",
"key": {
"#": {
"item": "minecraft:oak_planks"
}
},
"pattern": [
"# #",
"# #",
"###"
],
"result": {
"count": 1,
"item": "unicopia:oak_basket"
}
}