Rapid Processing

Quick rating

Community listing page, reviews here may not be monitored by the author.

Rapid Processing

No reviews yet

Speeds up smelting and brewing recipes without affecting fuel consumption. A lightweight utility datapack for faster progression.

Mod Loaders
Minecraft
26.3

About

Description

Rapid Progression


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 to 2 here because #global is already set to 4 by default, thus 1(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_default
  • minecraft:cooking/fast_speed_multiplier
  • minecraft:cooking/normal_speed_multiplier

minecraft:context_int_provider:

  • minecraft:cooking/fast_burn_time_reduction_factor
  • minecraft:cooking/normal_burn_time_reduction_factor