mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Added recipes for the basket and balloon
This commit is contained in:
parent
0fad11c346
commit
d27aaac04e
2 changed files with 39 additions and 0 deletions
21
src/main/resources/data/unicopia/recipes/giant_balloon.json
Normal file
21
src/main/resources/data/unicopia/recipes/giant_balloon.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
18
src/main/resources/data/unicopia/recipes/oak_basket.json
Normal file
18
src/main/resources/data/unicopia/recipes/oak_basket.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"group": "basket",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:oak_planks"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"# #",
|
||||||
|
"# #",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"item": "unicopia:oak_basket"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue