Files
minecraft-assets/data/minecraft/recipes/blue_ice.json
2018-12-21 06:38:40 +00:00

16 lines
205 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:packed_ice"
}
},
"result": {
"item": "minecraft:blue_ice"
}
}