Files
minecraft-assets/data/minecraft/recipes/polished_blackstone_pressure_plate.json
2023-03-29 18:28:31 +02:00

16 lines
282 B
JSON

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