
Speeds up smelting and brewing recipes without affecting fuel consumption. A lightweight utility datapack for faster progression.
Data Pack version can be found on Modrinth
This is a lightweight datapack designed to help players spend less time waiting for their furnaces and similar blocks and instead spend more time doing more important things, such as dying to a creeper deeper in the cave.
Features
- Furnaces and Brewing Stands are 4x faster without increasing or decreasing the amount of required fuel.
- Using scoreboard commands, this speed can be customized per block-group or globally for the current world.
- Extremely minimal.
Customization
You can dynamically adjust the speed of processing using the /scoreboard command.
Command Syntax
scoreboard players set <target> rapid-proc.speed_multiplier <value>
Available Targets
| Target | Description | Default Value |
|---|---|---|
#global |
Affects all speed multipliers (the master multiplier). | 4 |
#brewing |
Affects the speed of all brewing stands. | 1 |
#cooking |
Affects the speed of all furnaces/smelters. | 1 |
Example Usage: To make brewing extremely fast (8x speed) while keeping smelting at the default 4x, run:
scoreboard players set #brewing rapid-proc.speed_multiplier 2.
We set it to2here because#globalis already set to4by default, thus1(base) * 4(global) * 2(brewing) = 8.
Important Note
Block Refresh Requirement: If you change the speed multipliers while a furnace is already running or a brewing stand is already placed in your world, the changes may not apply to that specific block immediately. To apply the new speed settings to an existing block, simply break and place down the block again.
Technical Details and Limitations
If any other mod or datapack modifies the following data paths, conflicts will occur:
minecraft:context_float_provider:
minecraft:brewing/speed_defaultminecraft:cooking/fast_speed_multiplierminecraft:cooking/normal_speed_multiplier
minecraft:context_int_provider:
minecraft:cooking/fast_burn_time_reduction_factorminecraft:cooking/normal_burn_time_reduction_factor

