blob: ee28d2d77675c0a5a328f5737290f1e65b2fe44c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"type": "minecraft:crafting_shaped",
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:heavy_weighted_pressure_plate"
}
}
|