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

18 lines
273 B
JSON

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