Files
minecraft-assets/data/minecraft/recipe/cherry_pressure_plate.json
2024-06-12 18:31:22 +02:00

17 lines
284 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_pressure_plate",
"key": {
"#": {
"item": "minecraft:cherry_planks"
}
},
"pattern": [
"##"
],
"result": {
"count": 1,
"id": "minecraft:cherry_pressure_plate"
}
}