Runic Altar
botania:runic_altar

Runic Altar

Botania · by Vazkii, wiiv, williewillus, dylan4ever, Hubry, Alwinfy, artemisSystem, Falkory220, Wormbo
block Magnet Ring BlacklistPickaxe Mineable

Acquisition

Crafting using Livingrock, Livingrock, Livingrock, Livingrock, Mana Diamond and Livingrock, arranged in the pattern shown. Produces Runic Altar.

Crafting
Runic Altar Runic Altar guaranteed

Crafting using Livingrock, Livingrock, Livingrock, Livingrock, Mana Pearl and Livingrock, arranged in the pattern shown. Produces Runic Altar.

Crafting
Runic Altar Runic Altar guaranteed

Mining & drops

sourcecountchanceconditions
Runic Altar1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
botania:runic_altar
Namespace
botania
Mod ID
botania
Tags (2)
botania:blocks/magnet_ring_blacklist
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SSS",
    "SPS"
  ],
  "ingredients": {
    "P": {
      "tag": "botania:mana_diamond_gems"
    },
    "S": {
      "item": "botania:livingrock"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SSS",
    "SPS"
  ],
  "ingredients": {
    "P": {
      "item": "botania:mana_pearl"
    },
    "S": {
      "item": "botania:livingrock"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}