Crafting using Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Heavy Weighted Pressure Plate.
Heavy Weighted Pressure Plate
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Heavy Weighted Pressure Plate | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
minecraft:heavy_weighted_pressure_plate- Namespace
minecraft- Mod ID
minecraft- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/pressure_plates
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"##"
],
"ingredients": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}