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

17 lines
244 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:slime_ball"
}
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"item": "minecraft:slime_block"
}
}