Back to mods
Custom Furnaces project artwork

CurseForge · Minecraft mod

Custom Furnaces

a modpack util that allows for adding custom furnace types with mekenaism and create support.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Custom Furnaces release should I use?

Updated 27 days ago
Latest stable file custom_furnaces-1.0.1.jar
Game version 1.21.1
Loader NeoForge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

All 3 required mods have matching files

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.

3 listed on this file 21 pulled in by those mods
Custom Tiers Optional for Custom Furnaces custom_furnaces-1.0.1.jar
optional
Matching file found Matched file: custom_tiers 1.0.5.jar
Haunt Furnace Optional for Custom Furnaces custom_furnaces-1.0.1.jar
optional
Matching file found Matched file: hauntfurnace-neoforge-0.5.9-1.21.1.jar
KubeJS Needed by Custom Furnaces custom_furnaces-1.0.1.jar
required
Matching file found Matched file: KubeJS NeoForge 2101.7.2-build.374
Sophisticated Storage Needed by Custom Tiers
pulled in
Matching file found Matched file: sophisticatedstorage-1.21.1-1.5.91.2127.jar
Create Needed by Custom Tiers
pulled in
Matching file found Matched file: Create 6.0.10 for mc1.21.1
Create More Machines Needed by Custom Tiers
pulled in
Matching file found Matched file: createmoremachines-1.21.1-2.7.jar
Mekanism Needed by Custom Tiers
pulled in
Matching file found Matched file: Mekanism-1.21.1-10.7.19.85.jar
YetAnotherConfigLib Needed by Haunt Furnace
pulled in
Matching file found Matched file: 3.8.2 for neoforge 1.21.1
Architectury API Needed by Haunt Furnace
pulled in
Matching file found Matched file: [NeoForge 1.21] v13.0.11
Rhino Needed by KubeJS
pulled in
Matching file found Matched file: Rhino 2101.2.7-build.85
Better Advanced Tooltips Needed by KubeJS
pulled in
Matching file found Matched file: better-advanced-tooltips-2101.1.0-build.5.jar
Item Borders [Neo/Forge] Needed by Sophisticated Storage
pulled in
Matching file found Matched file: ItemBorders-1.21-neoforge-1.2.5.jar
Sophisticated Core Needed by Sophisticated Storage
pulled in
Matching file found Matched file: sophisticatedcore-1.21.1-1.5.1.2341.jar
Just Enough Items (JEI) Needed by Sophisticated Storage
pulled in
Matching file found Matched file: 19.53.0.426 for NeoForge 1.21.1
Crafting Tweaks Needed by Sophisticated Storage
pulled in
Matching file found Matched file: craftingtweaks-neoforge-1.21.1-21.1.11.jar
Quark Needed by Sophisticated Storage
pulled in
Matching file found Matched file: Quark-4.1-483.jar
TrashSlot Needed by Sophisticated Storage
pulled in
Matching file found Matched file: trashslot-neoforge-1.21.1-21.1.11.jar
Chipped Needed by Sophisticated Storage
pulled in
Matching file found Matched file: [NeoForge] Chipped 4.0.2
Sawmill Needed by Sophisticated Storage
pulled in
Matching file found Matched file: sawmill-1.21-1.8.1-neoforge
The One Probe Needed by Mekanism
pulled in
Matching file found Matched file: TheOneProbe - 1.21_neo-12.0.8
JEITweaker Needed by Mekanism
pulled in
No matching file
ConnectedTexturesMod Needed by Mekanism
pulled in
Matching file found Matched file: CTM - 1.21-1.2.1+3
WTHIT Forge Edition Needed by Mekanism
pulled in
Matching file found Matched file: [NeoForge 1.21.1] 12.10.2

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Custom Furnaces versions and loaders

2 of 2 releases match

Looking for an older file? The official CurseForge project page is in Resources.