Sulphuric Rock Pedestal
betterend:sulphuric_rock_pedestal

Sulphuric Rock Pedestal

item PedestalPickaxe Mineable

Sulphuric Rock Pedestal is a item from Unknown Mod, crafted from Sulphuric Rock Slab and Sulphuric Rock Pillar.

Acquisition

Crafting using Sulphuric Rock Slab, Sulphuric Rock Pillar and Sulphuric Rock Slab, arranged in the pattern shown. Produces 2× Sulphuric Rock Pedestal.

Crafting
Sulphuric Rock Slab
Sulphuric Rock Pillar
Sulphuric Rock Slab
Sulphuric Rock Pedestal Sulphuric Rock Pedestal ×2 guaranteed
Developer reference
Registry name
betterend:sulphuric_rock_pedestal
Namespace
betterend
Mod ID
unknown
Tags (2)
betterend:blocks/pedestal
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "S",
    "#",
    "S"
  ],
  "ingredients": {
    "#": {
      "item": "betterend:sulphuric_rock_pillar"
    },
    "S": {
      "item": "betterend:sulphuric_rock_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}