ad_astra:venus_cobblestone

Venus Cobblestone

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

Acquisition

Crushing using Venus Coal Ore (150 ticks). Produces Venus Cobblestone and Coal and Coal and Nugget of Experience.

Crushing conditional

150 ticks

Venus Cobblestone 13%
Coal Coal 75%
Coal Coal guaranteed
Nugget of Experience Nugget of Experience 75%

Crushing using Venus Gold Ore (250 ticks). Produces Crushed Raw Gold and Venus Cobblestone and Crushed Raw Gold and 2× Nugget of Experience.

Crushing conditional

250 ticks

Crushed Raw Gold Crushed Raw Gold guaranteed
Venus Cobblestone 13%
Crushed Raw Gold Crushed Raw Gold 75%
Nugget of Experience Nugget of Experience ×2 75%

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

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

Crushing using Venus Calorite Ore (300 ticks). Produces Venus Cobblestone and Raw Calorite and Raw Calorite and Nugget of Experience.

Crushing conditional
Venus Cobblestone 13%
Raw Calorite Raw Calorite guaranteed
Raw Calorite Raw Calorite 25%
Nugget of Experience Nugget of Experience 75%

Mining & drops

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

Used in (6)

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

Crafting
Polished Venus Stone ×4 guaranteed

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

Crafting
Venus Cobblestone Slab Venus Cobblestone Slab ×6 guaranteed

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

Crafting
Venus Cobblestone Stairs Venus Cobblestone Stairs ×4 guaranteed

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

Smelting

200 ticks· 0.1 xp

Venus Stone guaranteed
view all 6 →

Block drops

Drops itself when broken.

Developer reference
Registry name
ad_astra:venus_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:venus_coal_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 150
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:venus_gold_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:venus_diamond_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 350
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:venus_calorite_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 300
}