Custom Fuel
No reviews yet
makes furnace fuel items configurable
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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.
includeis a map where the keys are IDs for the items and/or item tags to be added to the list of fuel items, and their values are how long they last (in ticks, as an integer).- If a value is zero or negative, the item can be placed into the fuel slot, but will not burn. This behaviour relies on vanilla code, and may change at any point in the future.
excludeis an array of IDs for the item tags to no longer be usable as fuel items.
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"
]
}
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers