quark:chiseled_soul_sandstone

Chiseled Soul Sandstone

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe MineableSoul Fire Base BlocksSoul Speed Blocks

Acquisition

Crafting using Soul Sandstone Slab and Soul Sandstone Slab, arranged in the pattern shown. Produces Chiseled Soul Sandstone.

Crafting conditional
Soul Sandstone Slab
Soul Sandstone Slab
Chiseled Soul Sandstone guaranteed

Stone Cutting using Soul Sandstone. Produces Chiseled Soul Sandstone.

Stone Cutting conditional
Chiseled Soul Sandstone guaranteed

Mining & drops

sourcecountchanceconditions
Chiseled Soul Sandstone1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:chiseled_soul_sandstone
Namespace
quark
Mod ID
quark
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/soul_fire_base_blocks
minecraft:blocks/soul_speed_blocks

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "quark:soul_sandstone_slab"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "soul_sandstone",
        "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:soul_sandstone"
  },
  "conditions": [
    {
      "raw": {
        "flag": "soul_sandstone",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}