minecraft-assets/data/minecraft/recipes/blue_ice.json

16 lines
215 B
JSON

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