quark:sturdy_stone

Sturdy Stone

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe Mineable

Acquisition

Crafting using Stone, Cobblestone, Stone, Cobblestone, Cobblestone, Cobblestone, Stone, Cobblestone and Stone, arranged in the pattern shown. Produces Sturdy Stone.

Crafting conditional
Sturdy Stone guaranteed

Crafting using Cobblestone, Cobblestone, Cobblestone, Cobblestone, Cobblestone, Cobblestone, Cobblestone, Cobblestone and Cobblestone, arranged in the pattern shown. Produces Sturdy Stone.

Crafting conditional
Sturdy Stone guaranteed

Mining & drops

sourcecountchanceconditions
Sturdy Stone1–1100%Survives Explosion

Used in (1)

Crafting using Sturdy Stone, in any arrangement. Produces 9× Cobblestone.

Crafting ⇆ any arrangement conditional
Cobblestone ×9 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:sturdy_stone
Namespace
quark
Mod ID
quark
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SCS",
    "CCC",
    "SCS"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:cobblestone"
    },
    "S": {
      "item": "minecraft:stone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "type": "forge:mod_loaded",
            "modid": "cyclic"
          },
          {
            "flag": "sturdy_stone",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CCC",
    "CCC",
    "CCC"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:cobblestone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "type": "forge:not",
            "value": {
              "type": "forge:mod_loaded",
              "modid": "cyclic"
            }
          },
          {
            "flag": "sturdy_stone",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}