Files
minecraft-assets/data/minecraft/recipes/heavy_weighted_pressure_plate.json
2023-11-16 17:25:51 +01:00

15 lines
239 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"##"
],
"result": {
"item": "minecraft:heavy_weighted_pressure_plate"
}
}