malum:cut_twisted_rock

Cut Twisted Rock

Malum · by Sammy Semicolon
block Twisted RockTwisted RockPickaxe Mineable

Cut Twisted Rock is a block from Malum, crafted from Polished Twisted Rock.

Acquisition

Crafting using Polished Twisted Rock and Twisted Rock, arranged in the pattern shown. Produces 2× Cut Twisted Rock.

Crafting
Cut Twisted Rock ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Cut Twisted Rock1–1100%Survives Explosion

Used in (2)

Smelting using Cut Twisted Rock (200 ticks, 0.1 xp). Produces Checkered Twisted Rock.

Smelting

200 ticks· 0.1 xp

Checkered Twisted Rock guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (3):

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