CurseForge · Minecraft mod
Custom Furnaces
a modpack util that allows for adding custom furnace types with mekenaism and create support.
Quick answer
Which Custom Furnaces release should I use?
Custom Furnaces custom_furnaces-1.0.1.jar targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 3 required mods have matching files.
Where it goes
Is Custom Furnaces required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Custom Furnaces custom_furnaces-1.0.1.jar need?
custom_furnaces-1.0.1.jar. Change the file and its required mods may change too.
Install KubeJS, Rhino, Better Advanced Tooltips first. We found matching files for this game-version and loader setup. 21 come through another mod in the chain.
21 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Custom Furnaces without breaking your instance.
Built for Custom Furnaces custom_furnaces-1.0.1.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use custom_furnaces-1.0.1.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install KubeJS, Rhino, Better Advanced Tooltips first. We found matching files for this game-version and loader setup. 21 come through another mod in the chain.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside custom_furnaces-1.0.1.jar. It opens that exact file at the source.
About this project
What does Custom Furnaces add?
This mod lets you define your own furnace types and tiers via KubeJS, this has support for mekansim smelting factories as well as create encased fan smelting.
Everything is done by KubeJS, this mod is pretty much useless without it (startup script).
CustomFurnacesEvents.define(event => {
event.vanilla('smelting')
.tier('andesite', { speed: 1.2, fuelEfficiency: 0.8, color: '#a3a3a3' })
.tier('diorite', { speed: 0.8, fuelEfficiency: 1.2, color: '#b0b0b0' })
.tier('granite', { speed: 1.1, fuelEfficiency: 1.1, color: '#ffc7cb' })
.tier('iron', { speed: 1.5, fuelEfficiency: 1.2, color: '#C6C6C6' })
.tier('gold', { speed: 2.0, fuelEfficiency: 1.5, color: '#FCEE4B' })
.factories(true)
event.vanilla('blasting')
.tier('andesite', { speed: 0.6, fuelEfficiency: 0.9, color: '#a3a3a3' })
.tier('granite', { speed: 0.3, fuelEfficiency: 0.7, color: '#ffc7cb' })
.tier('diorite', { speed: 0.8, fuelEfficiency: 0.5, color: '#b0b0b0' })
.tier('gold', { speed: 2.0, fuelEfficiency: 1.5, color: '#FCEE4B' })
.factories(true)
event.vanilla('smoking')
.tier('iron', { speed: 1.5, fuelEfficiency: 1.2, color: '#C6C6C6' })
.tier('gold', { speed: 2.0, fuelEfficiency: 1.5, color: '#FCEE4B' })
.factories(true)
event.create('kilning')
.displayName('Kiln')
.color('#e6bc8c')
.cookTime(200)
.baseTier('stone')
.tier('stone', { speed: 1.0, fuelEfficiency: 1.0, color: '#e6bc8c' })
.tier('mud_brick', { speed: 0.7, fuelEfficiency: 0.95, color: '#78644e' })
.tier('iron', {
speed: 1.5,
fuelEfficiency: 1.2,
color: '#e6cdb1',
previous: 'stone',
upgradeMaterial: 'minecraft:iron_ingot'
})
.factories(true)
.fan({
priority: 250,
blockCatalysts: ['minecraft:magma_block']
})
// Haunt Furnace wrappers (soft-dep: skipped if hauntfurnace missing)
event.haunt('haunting')
.tier('iron', { speed: 1.5, fuelEfficiency: 1.2, color: '#5B3A6B' })
.tier('gold', { speed: 2.0, fuelEfficiency: 1.5, color: '#8B5A9B' })
.factories(true)
event.haunt('corrupting')
.tier('iron', { speed: 1.5, fuelEfficiency: 1.2, color: '#3D2A5C' })
.tier('gold', { speed: 2.0, fuelEfficiency: 1.5, color: '#6B4A8C' })
.factories(true)
})
Project description from CurseForge.
Pick your setup
Custom Furnaces by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.1
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Custom Furnaces versions and loaders
custom_furnaces-1.0.1.jar
12 Aug 2026
custom_furnaces 1.0.0.jar
custom_furnaces-1.0.0.jar
2 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.