# KubeJS Thermal

Download: [CurseForge](https://www.curseforge.com/minecraft/mc-mods/kubejs-thermal), [Modrinth](https://modrinth.com/mod/kubejs-thermal)

<p class="callout warning">This info is currently incomplete!</p>

Supported recipe types:

\- furnace  
\- sawmill  
\- pulverizer  
\- smelter  
\- centrifuge  
\- press  
\- crucible  
\- chiller  
\- refinery  
\- brewer  
\- bottler

event.recipes.thermal.press('minecraft:bone', '#forge:dyes/black')  
event.recipes.thermal.crucible(Fluid.of('minecraft:water', 300), '#minecraft:saplings')

\- insolator

event.recipes.thermal.insolator('minecraft:bone', '#forge:dyes/black').water(400)

\- pulverizer\_catalyst  
\- smelter\_catalyst  
\- insolator\_catalyst

event.recipes.thermal.pulverizer\_catalyst('minecraft:coal').primaryMod(1.0).secondaryMod(1.0).energyMod(1.0).minChance(0.0).useChance(1.0)

\- stirling\_fuel  
\- compression\_fuel  
\- magmatic\_fuel  
\- numismatic\_fuel  
\- lapidary\_fuel

event.recipes.thermal.lapidary\_fuel('minecraft:coal').energy(100000)