blob: d91f19bb40be9f11558ffa6e7ad596e91980c940 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"type": "minecraft:crafting_shaped",
"group": "wooden_pressure_plate",
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_pressure_plate"
}
}
|