Twisted Rock Item Pedestal
malum:twisted_rock_item_pedestal

Twisted Rock Item Pedestal

Malum · by Sammy Semicolon
block Twisted RockTwisted RockPickaxe Mineable

Twisted Rock Item Pedestal is a block from Malum, crafted from Twisted Rock.

Acquisition

Stone Cutting using Twisted Rock. Produces Twisted Rock Item Pedestal.

Stone Cutting
Twisted Rock Item Pedestal Twisted Rock Item Pedestal guaranteed

Crafting using Twisted Rock Slab, Twisted Rock Slab, Twisted Rock Slab, Twisted Rock, Twisted Rock Slab, Twisted Rock Slab and Twisted Rock Slab, arranged in the pattern shown. Produces Twisted Rock Item Pedestal.

Crafting
Twisted Rock Item Pedestal Twisted Rock Item Pedestal guaranteed

Mining & drops

sourcecountchanceconditions
Twisted Rock Item Pedestal1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
malum:twisted_rock_item_pedestal
Namespace
malum
Mod ID
malum
Tags (3)
malum:blocks/twisted_rock
malum:items/twisted_rock
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "malum:twisted_rock"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "YYY",
    " X ",
    "YYY"
  ],
  "ingredients": {
    "X": {
      "item": "malum:twisted_rock"
    },
    "Y": {
      "item": "malum:twisted_rock_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}