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

16 lines
218 B
JSON

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