quark:polished_myalite

Polished Myalite

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block StoneStoneDragon ImmunePickaxe Mineable

Acquisition

Crafting using Myalite, Myalite, Myalite and Myalite, arranged in the pattern shown. Produces 4× Polished Myalite.

Crafting conditional
Polished Myalite ×4 guaranteed

Stone Cutting using Myalite. Produces Polished Myalite.

Stone Cutting conditional
Polished Myalite guaranteed

Mining & drops

sourcecountchanceconditions
Polished Myalite1–1100%Survives Explosion

Used in (11)

Crafting using Polished Myalite, Polished Myalite, Polished Myalite and Polished Myalite, arranged in the pattern shown. Produces 4× Myalite Bricks.

Crafting conditional
Myalite Bricks ×4 guaranteed

Stone Cutting using Polished Myalite. Produces Myalite Brick Vertical Slab.

Stone Cutting conditional
Myalite Brick Vertical Slab Myalite Brick Vertical Slab guaranteed

Crafting using Polished Myalite, Polished Myalite and Polished Myalite, arranged in the pattern shown. Produces 6× Polished Myalite Slab.

Crafting conditional
Polished Myalite Slab Polished Myalite Slab ×6 guaranteed
view all 11 →

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:polished_myalite
Namespace
quark
Mod ID
quark
Tags (4)
forge:blocks/stone
forge:items/stone
minecraft:blocks/dragon_immune
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "quark:myalite"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "myalite",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:myalite"
  },
  "conditions": [
    {
      "raw": {
        "flag": "myalite",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}