Crafting using Raw Calorite Block, in any arrangement. Produces 9× Raw Calorite.
Raw Calorite
Ad Astra · by Alex Nijjar
Acquisition
Crushing using Venus Calorite Ore (300 ticks). Produces Venus Cobblestone and Raw Calorite and Raw Calorite and Nugget of Experience.
300 ticks

Crushing using Deepslate Calorite Ore (300 ticks). Produces Raw Calorite and Nugget of Experience and 2× Raw Calorite and Deepslate.
300 ticks

Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Venus Calorite Ore | 1–1 | 100% | Fortune increases drop count |
| Deepslate Calorite Ore | 1–1 | 100% | Fortune increases drop count |
Developer reference
- Registry name
ad_astra:raw_calorite- Namespace
ad_astra- Mod ID
ad_astra- Tags (3)
ad_astra:items/raw_calorite c:items/raw_calorite forge:items/raw_materials/calorite
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"item": "ad_astra:raw_calorite_block"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"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
}{
"recipe_type": "create:crushing",
"pattern": null,
"ingredients": {
"item": "ad_astra:deepslate_calorite_ore"
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "create"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 300
}


