ad_astra:moon_cobblestone

Moon Cobblestone

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

Acquisition

Crushing using Moon Desh Ore (300 ticks). Produces Nugget of Experience and Raw Desh and Moon Cobblestone and Raw Desh.

Crushing conditional

300 ticks

Nugget of Experience Nugget of Experience 75%
Raw Desh Raw Desh 25%
Moon Cobblestone 13%
Raw Desh Raw Desh guaranteed

Crushing using Moon Cheese Ore (300 ticks). Produces 2× Cheese and Nugget of Experience and Moon Cobblestone and Cheese.

Crushing conditional
Cheese Cheese ×2 guaranteed
Nugget of Experience Nugget of Experience 75%
Moon Cobblestone 13%
Cheese Cheese 25%

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

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

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

Crushing conditional

250 ticks

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

Mining & drops

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

Used in (6)

Crafting using Moon Cobblestone, Moon Cobblestone, Moon Cobblestone and Moon Cobblestone, arranged in the pattern shown. Produces 4× Polished Moon Stone.

Crafting
Polished Moon Stone ×4 guaranteed

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

Crafting
Moon Cobblestone Stairs Moon Cobblestone Stairs ×4 guaranteed

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

Crafting
Moon Cobblestone Slab Moon Cobblestone Slab ×6 guaranteed
view all 6 →

Block drops

Drops itself when broken.

Developer reference
Registry name
ad_astra:moon_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:moon_desh_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:moon_cheese_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:moon_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:moon_iron_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 250
}