Apatite
thermal:apatite

Apatite

Thermal Foundation · by King Lemming
item

Acquisition

Crushing using Apatite Ore (350 ticks). Produces Nugget of Experience and Apatite and 2× Apatite and Cobblestone.

Crushing conditional

350 ticks

Nugget of Experience Nugget of Experience 75%
Apatite Apatite 25%
Apatite Apatite ×2 guaranteed
Cobblestone 12%

Blasting using Apatite Ore (100 ticks, 0.5 xp). Produces Apatite.

Blasting

100 ticks· 0.5 xp

Apatite Apatite guaranteed

Smelting using Apatite Ore (200 ticks, 0.5 xp). Produces Apatite.

Smelting

200 ticks· 0.5 xp

Apatite Apatite guaranteed

Mining & drops

sourcecountchanceconditions
Deepslate Apatite Ore1–1100%Fortune increases drop count
Apatite Ore1–1100%Fortune increases drop count
Developer reference
Registry name
thermal:apatite
Namespace
thermal
Mod ID
thermal_foundation

Recipe JSON (3):

{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "thermal:apatite_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "thermal"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 350
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "thermal:apatite_ore"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "thermal:apatite_ore"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 200
}