Tainted Rock Item Stand
malum:tainted_rock_item_stand

Tainted Rock Item Stand

Malum · by Sammy Semicolon
block Tainted RockTainted RockPickaxe Mineable

Tainted Rock Item Stand is a block from Malum, crafted from Tainted Rock Slab and Tainted Rock.

Acquisition

Crafting using Tainted Rock Slab, Tainted Rock Slab, Tainted Rock Slab, Tainted Rock, Tainted Rock and Tainted Rock, arranged in the pattern shown. Produces 2× Tainted Rock Item Stand.

Crafting
Tainted Rock Item Stand Tainted Rock Item Stand ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Tainted Rock Item Stand1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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