Community listing page, reviews here may not be monitored by the author.
Configured Burn Time
No reviews yet
Allows to configure the items fuel time dynamically in a data-driven way
Does not follow a specific thematic focus apart from vanilla Minecraft.
Focuses on automation and resource processing through scientific and mechanical means, utilizing systems like electricity (RF/FE/etc), air pressure, or rotation.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Adds extra features or content to an existing mod.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Quilt is a fork of the Fabric mod loader. Many Fabric mods are compatible with Quilt and vice versa.
Community voices
Reviews
Filters
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
Must be installed on both the client and the server.
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
Configured Burn Time
a.k.a. Configured Burn
Allows to make item burn time data-driven. Change your items' fueling time with a single datapack reload!
Implements a new recipe type: configured_burn:burning_time
Structure:
{
"type": "configured_burn:burning_time",
"item": "item id",
"tag": "tag id",
"priority": 0,
"time": 200,
"compat": {
"createOverheatTime": 100
},
"conditions": [
]
}
Reference
Here is a small reference sheet of some vanilla item fuel times, so that you may have an idea of what a value evaluates for:
| item | value (ticks) | time (seconds) | number of items | |||
|---|---|---|---|---|---|---|
#minecraft:boats |
1200 | 60 | 6 | |||
#minecraft:burnable_planks |
300 | 15 | 1.5 | |||
minecraft:coal_block |
16000 | 800 | 80 | |||
minecraft:coal |
1600 | 80 | 8 | |||
minecraft:lava_bucket |
20000 | 1000 | 100 | |||
#minecraft:burnable_logs |
300 | 15 | 1.5 |
Implemented mod compatibilities
Create
The recipe supports a compatibility field which allows to define how long should an item make a Create blaze burner overheat.
Warning! As per Create's implementation, any time a blaze burner finished overheating, ensues a time of normal heating that cannot be controlled to this day.
Configured Burn Time
a.k.a. Configured Burn
Allows to make item burn time data-driven. Change your items' fueling time with a single datapack reload!
Implements a new recipe type: configured_burn:burning_time
Structure:
{
"type": "configured_burn:burning_time",
"item": "<item id>",
"tag": "<tag id>", // Does not take a #
// Either the item or tag is required, but one can be missing.
"priority": 0,
// must be positive or null. Indicates priority over the specified item/tag. Optional, 0 by default.
"time": 200, // the new fuel time, in server ticks.
"compat": { // optional element, implements some other mods compat
"createOverheatTime": 100
// indicates how long the item would make a Create blaze burner overheat. By default, 0.
},
"conditions": [
// optional, a collection of stack predicates to be validated
// in order to apply the specified fuel change at a specific occasion.
// Warning: due to implementation difficulties, it most often comes irrelevant.
]
}
Reference
Here is a small reference sheet of some vanilla item fuel times, so that you may have an idea of what a value evaluates for:
| item | value (ticks) | time (seconds) | number of items |
|---|---|---|---|
#minecraft:boats |
1200 | 60 | 6 |
#minecraft:burnable_planks |
300 | 15 | 1.5 |
minecraft:coal_block |
16000 | 800 | 80 |
minecraft:coal |
1600 | 80 | 8 |
minecraft:lava_bucket |
20000 | 1000 | 100 |
#minecraft:burnable_logs |
300 | 15 | 1.5 |
Implemented mod compatibilities
Create
The recipe supports a compatibility field which allows to define how long should an item make a Create blaze burner overheat.
Warning! As per Create's implementation, any time a blaze burner finished overheating, ensues a time of normal heating that cannot be controlled to this day.
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