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

Sturdy Stone
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Crafting using Cobblestone, Cobblestone, Cobblestone, Cobblestone, Cobblestone, Cobblestone, Cobblestone, Cobblestone and Cobblestone, arranged in the pattern shown. Produces Sturdy Stone.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Sturdy Stone | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Sturdy Stone, in any arrangement. Produces 9× Cobblestone.
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
}

