Files
tcc/servers/bedrock/behavior_packs/vanilla/recipes/packed_ice.json

26 lines
388 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:packed_ice"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:ice"
}
},
"result": {
"item": "minecraft:packed_ice",
"count": 1
}
}
}