minecraft-src/data/minecraft/recipe/acacia_pressure_plate.json
2025-07-04 02:00:41 +03:00

15 lines
No EOL
262 B
JSON

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