Unicopia/src/main/resources/data/unicopia/recipes/giant_balloon.json
2023-08-13 10:00:40 +01:00

21 lines
No EOL
313 B
JSON

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