Crushed Brilliance
malum:crushed_brilliance

Crushed Brilliance

Malum · by Sammy Semicolon
item

Crushed Brilliance is a item from Malum, crafted from Cluster of Brilliance.

Acquisition

Crushing using Cluster of Brilliance (300 ticks). Produces Crushed Brilliance and 3× Nugget of Experience.

Crushing conditional
Crushed Brilliance Crushed Brilliance guaranteed
Nugget of Experience Nugget of Experience ×3 75%

Crushing using Brilliant Deepslate (300 ticks). Produces 3× Nugget of Experience and Crushed Brilliance and Cobbled Deepslate and Crushed Brilliance.

Crushing conditional
Nugget of Experience Nugget of Experience ×3 75%
Crushed Brilliance Crushed Brilliance guaranteed
Cobbled Deepslate 13%
Crushed Brilliance Crushed Brilliance 75%

Crushing using Brilliant Stone (300 ticks). Produces Crushed Brilliance and Crushed Brilliance and 3× Nugget of Experience and Cobblestone.

Crushing conditional
Crushed Brilliance Crushed Brilliance 75%
Crushed Brilliance Crushed Brilliance guaranteed
Nugget of Experience Nugget of Experience ×3 75%
Cobblestone 13%

Used in (3)

Smelting using Crushed Brilliance (200 ticks, 1 xp). Produces 2× Chunk of Brilliance.

Smelting

200 ticks· 1 xp

Chunk of Brilliance Chunk of Brilliance ×2 guaranteed

Splashing using Crushed Brilliance. Produces 2× Chunk of Brilliance and 2× Nugget of Experience.

Splashing conditional
Chunk of Brilliance Chunk of Brilliance ×2 guaranteed
Nugget of Experience Nugget of Experience ×2 50%

Blasting using Crushed Brilliance (100 ticks, 1 xp). Produces 2× Chunk of Brilliance.

Blasting

100 ticks· 1 xp

Chunk of Brilliance Chunk of Brilliance ×2 guaranteed
Developer reference
Registry name
malum:crushed_brilliance
Namespace
malum
Mod ID
malum

Recipe JSON (3):

{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "malum:cluster_of_brilliance"
  },
  "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": "malum:brilliant_deepslate"
  },
  "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": "malum:brilliant_stone"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 300
}