minecraft-src/data/minecraft/recipe/pale_oak_pressure_plate.json
2025-07-04 03:15:13 +03:00

15 lines
No EOL
266 B
JSON

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