Files
minecraft-assets/data/minecraft/recipe/stone_pressure_plate.json
2024-06-13 21:50:08 +02:00

16 lines
239 B
JSON

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