ad_astra:mars_cobblestone

Mars Cobblestone

Ad Astra · by Alex Nijjar
block Pickaxe MineableStone Crafting MaterialsStone Tool Materials

Acquisition

Crushing using Mars Ice Shard Ore (300 ticks). Produces Ice Shard and 2× Ice Shard and Nugget of Experience and Mars Cobblestone.

Crushing conditional
Ice Shard Ice Shard 25%
Ice Shard Ice Shard ×2 guaranteed
Nugget of Experience Nugget of Experience 75%
Mars Cobblestone 13%

Crushing using Mars Iron Ore (250 ticks). Produces Crushed Raw Iron and Nugget of Experience and Crushed Raw Iron and Mars Cobblestone.

Crushing conditional

250 ticks

Crushed Raw Iron Crushed Raw Iron 75%
Nugget of Experience Nugget of Experience 75%
Crushed Raw Iron Crushed Raw Iron guaranteed
Mars Cobblestone 13%

Crushing using Mars Ostrum Ore (300 ticks). Produces Raw Ostrum and Nugget of Experience and Raw Ostrum and Mars Cobblestone.

Crushing conditional
Raw Ostrum Raw Ostrum 25%
Nugget of Experience Nugget of Experience 75%
Raw Ostrum Raw Ostrum guaranteed
Mars Cobblestone 13%

Crushing using Mars Diamond Ore (350 ticks). Produces Nugget of Experience and Diamond and Mars Cobblestone and Diamond.

Crushing conditional
Nugget of Experience Nugget of Experience 75%
Diamond Diamond guaranteed
Mars Cobblestone 13%
Diamond Diamond 75%

Mining & drops

sourcecountchanceconditions
Mars Cobblestone1–1100%Survives Explosion
Mars Stone1–1100%Survives Explosion

Used in (6)

Smelting using Mars Cobblestone (200 ticks, 0.1 xp). Produces Mars Stone.

Smelting

200 ticks· 0.1 xp

Mars Stone guaranteed

Crafting using Mars Cobblestone, Mars Cobblestone and Mars Cobblestone, arranged in the pattern shown. Produces 6× Mars Cobblestone Slab.

Crafting
Mars Cobblestone Slab Mars Cobblestone Slab ×6 guaranteed

Crafting using Mars Cobblestone, Mars Cobblestone, Mars Cobblestone, Mars Cobblestone, Mars Cobblestone and Mars Cobblestone, arranged in the pattern shown. Produces 4× Mars Cobblestone Stairs.

Crafting
Mars Cobblestone Stairs Mars Cobblestone Stairs ×4 guaranteed
view all 6 →

Block drops

Drops itself when broken.

Developer reference
Registry name
ad_astra:mars_cobblestone
Namespace
ad_astra
Mod ID
ad_astra
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:items/stone_crafting_materials
minecraft:items/stone_tool_materials

Recipe JSON (4):

{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:mars_ice_shard_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 300
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:mars_iron_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 250
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:mars_ostrum_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 300
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:mars_diamond_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 350
}