botania:livingrock_slate

Livingrock Slate

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

Acquisition

Crafting using Livingrock Slab and Livingrock Slab, arranged in the pattern shown. Produces Livingrock Slate.

Crafting
Livingrock Slab
Livingrock Slab
Livingrock Slate guaranteed

Mining & drops

sourcecountchanceconditions
Livingrock Slate1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "botania:livingrock"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "R",
    "R"
  ],
  "ingredients": {
    "R": {
      "item": "botania:livingrock_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}