botania:mana_detector

Mana Detector

Botania · by Vazkii, wiiv, williewillus, dylan4ever, Hubry, Alwinfy, artemisSystem, Falkory220, Wormbo
block Pickaxe Mineable

Acquisition

Crafting using Redstone Dust, Livingrock, Redstone Dust, Livingrock, Target, Livingrock, Redstone Dust, Livingrock and Redstone Dust, arranged in the pattern shown. Produces Mana Detector.

Crafting
Mana Detector guaranteed

Mining & drops

sourcecountchanceconditions
Mana Detector1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
botania:mana_detector
Namespace
botania
Mod ID
botania
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "RSR",
    "STS",
    "RSR"
  ],
  "ingredients": {
    "R": {
      "item": "minecraft:redstone"
    },
    "S": {
      "item": "botania:livingrock"
    },
    "T": {
      "item": "minecraft:target"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}