Files
IMoO/recipes/blue_ice.json
T
2022-01-23 21:24:12 +03:00

26 lines
391 B
JSON

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