Crafting using Stone Pressure Plate, Any Stone, Stone Slab, Blaze Powder and Stone Slab, arranged in the pattern shown. Produces Dislocator Pedestal.
Dislocator Pedestal
Draconic Evolution · by brandon3055
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Dislocator Pedestal | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
draconicevolution:dislocator_pedestal- Namespace
draconicevolution- Mod ID
draconicevolution- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" A ",
" B ",
"CDC"
],
"ingredients": {
"A": {
"item": "minecraft:stone_pressure_plate"
},
"B": {
"tag": "forge:stone"
},
"C": {
"item": "minecraft:stone_slab"
},
"D": {
"item": "minecraft:blaze_powder"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}