HomeJavaModsCustom Fuel
Custom Fuel

Custom Fuel

This mod lets you configure which items can be used as furnace fuel.

The settings are stored in custom_fuel.json in the config folder.

Config file format

A valid config file consists of two optional entries on the top level - include and exclude.

The mod applies the inclusions, then the exclusions, on top of the vanilla fuel list (i.e. vanilla fuel items are kept intact unless you manually exclude them).

A current limitation of this mod is that exclusions must be tags. To exclude individual items, you have to make a datapack with your own custom tag that contains all the individual items you want to exclude, and exclude that tag.

Example configuration

{
	"include": {
		"#c:netherracks": 3200,
		"#minecraft:beds": 300,
		"#minecraft:flowers": 50,
		"minecraft:redstone_block": 16000
	},
	"exclude": [
		"#minecraft:banners"
	]
}
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

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

Explore more