Raw Desh
ad_astra:raw_desh

Raw Desh

Ad Astra · by Alex Nijjar
item Raw DeshRaw DeshDesh Raw Material

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 Deepslate Desh Ore (300 ticks). Produces Deepslate and Raw Desh and Nugget of Experience and 2× Raw Desh.

Crushing conditional
Deepslate 13%
Raw Desh Raw Desh 25%
Nugget of Experience Nugget of Experience 75%
Raw Desh Raw Desh ×2 guaranteed

Crafting using Raw Desh Block, in any arrangement. Produces 9× Raw Desh.

Crafting ⇆ any arrangement
Raw Desh Raw Desh ×9 guaranteed

Mining & drops

sourcecountchanceconditions
Deepslate Desh Ore1–1100%Fortune increases drop count
Loot table: Large Dungeon Chest (ad_astra) ad_astra:large_dungeon_chest1–1100%
Moon Desh Ore1–1100%Fortune increases drop count
Loot table: Dungeon Chest (ad_astra) ad_astra:dungeon_chest1–1100%
Developer reference
Registry name
ad_astra:raw_desh
Namespace
ad_astra
Mod ID
ad_astra
Tags (3)
ad_astra:items/raw_desh
c:items/raw_desh
forge:items/raw_materials/desh

Recipe JSON (3):

{
  "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:deepslate_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": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:raw_desh_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}