HomeJavaModsCaloric Flux
Caloric Flux
ModsJava

Caloric Flux

by rabtsun · on Modrinth

A technical energy generation mod for NeoForge 1.21.1 based on thermodynamics and thermal differences. Free Minecraft Java mod for 1.21.1.

⬇ Download on Modrinth
Caloric Flux — screenshot 1Caloric Flux — screenshot 2Caloric Flux — screenshot 3Caloric Flux — screenshot 4Caloric Flux — screenshot 5Caloric Flux — screenshot 6

Caloric Flux (Beta)

Caloric Flux is a technical energy generation mod for NeoForge 1.21.1 that brings the laws of thermodynamics to your Minecraft world.


How it works

The core of the mod is the Heat-Difference Generator. Instead of just burning fuel, it produces FE (Flux Energy) based on the temperature difference between its two sides. The greater the delta, the more power you get!

Energy & Logistics

Key Features

Dependencies & Integrations

Technical Documentation for Modpacks

Caloric Flux is fully data-driven. You can add your own thermal sources or machine assembly steps via Datapacks.

1. Thermal Recipes (caloricflux:thermal)

Define how blocks affect the generator. Example JSON:

{
  "type": "caloricflux:thermal",
  "ingredient": "minecraft:blue_ice",
  "temperature": -50.0,
  "degrade_result": "minecraft:packed_ice",
  "degrade_multiplier": 0.3,
  "drop_result": "minecraft:stick"
}

2. Housing Assembly (caloricflux:housing_assembly)

Used for step-by-step machine frame construction. Example for Stage 0:

{
  "type": "caloricflux:housing_assembly",
  "stage": 0,
  "ingredient": { "item": "minecraft:iron_ingot" },
  "base_block": "caloricflux:thermalloy_block",
  "result_block": "caloricflux:thermalloy_housing",
  "reverse_tool": { "tag": "minecraft:axes" },
  "reverse_drop": "minecraft:iron_ingot"
}

Getting Started

  1. Craft Thermalloy components to build your first generator.
  2. Place a heat source on one side and a coolant on the other.
  3. Install a Logistics I/O Processor to start exporting energy to your machines or cables.
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more