Files
minecraft-assets/data/minecraft/recipes/polished_blackstone_pressure_plate.json
2023-02-15 18:28:18 +01: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
}