Files
minecraft-assets/data/minecraft/recipes/stone_pressure_plate.json
2022-11-16 18:37:49 +01:00

15 lines
225 B
JSON

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