Mod

Blocks Tickrate Booster

Quick rating

Blocks Tickrate Booster

No reviews yet

Boost your machines with Forge Energy

Industrial
Tech
Energy & Resource Systems
QoL & Tweaks
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
BlockBooster-1.20.1-1.0.15.jar
Authors
CurseForge
Modrinth

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

JOIN DISCORD  Checkout my other mods!

patreon.png

Boosting blocks tickrate. Most importantly it won't destroy server TPS by someone abusing boosters, as it has config options for server lag prevention.

Note: Mana booster not exists in 1.21.1 version as botania not yet updated.

Booster Types

Tier 1 Booster

  • Boost Rate: 2x speed (configurable)
  • Energy Cost: 5,000 FE/tick (configurable)
  • Range: 2 blocks: above and below
  • Recipe: Iron Ingots + Clock + Emeralds + Redstone Dust

Tier 2 Booster

  • Boost Rate: 5x speed (configurable)
  • Energy Cost: 10,000 FE/tick (configurable)
  • Range: up to 6 blocks
  • Recipe: Gold Ingots + Tier 1 Booster + Emeralds + Redstone Dust

Tier 3 Booster

  • Boost Rate: 10x speed (configurable)
  • Energy Cost: 20,000 FE/tick (configurable)
  • Range: Configurable radius (default 3 blocks, scans a cube area)
  • Recipe: Diamonds + Tier 2 Booster + Emeralds + Redstone Dust
  • Special Feature: Can boost multiple blocks within its scan radius

Mana Booster (Requires Botania)

  • Boost Rate: 5x speed (configurable)
  • Energy Cost: 100 Mana/tick (configurable)
  • Range: Up to 6 blocks
  • Recipe: Netherite Ingots + Tier 1 Booster + Emeralds + Redstone Dust
  • Special Feature: Uses Botania's Mana instead of Forge Energy

Configuration Options

All configuration options can be found in config/blockbooster-common.toml:

General Settings

  • boosters_per_chunk: Limit the number of boosters per chunk (default: 5, range: 1-20)
    • Helps prevent server performance issues

Tier 1 Settings

  • t1_fe_per_tick: Energy consumption per tick (default: 5000)
  • t1_boost_rate: Speed multiplier (default: 2)

Tier 2 Settings

  • t2_fe_per_tick: Energy consumption per tick (default: 10000)
  • t2_boost_rate: Speed multiplier (default: 5)

Tier 3 Settings

  • t3_fe_per_tick: Energy consumption per tick (default: 20000)
  • t3_boost_rate: Speed multiplier (default: 10)
  • t3_scan_radius: Cube scan radius for multi-block boosting (default: 3, range: 1-10)

Mana Booster Settings

  • mana_per_tick: Mana consumption per tick (default: 100)
  • mana_booster_rate: Speed multiplier (default: 5)

Control Settings

  • deactivate_with_redstone: Disable booster when receiving redstone signal (default: true)

Whitelist/Blacklist

  • white_list: List of block entities that can be boosted (higher priority, empty by default)
    • Example: ["minecraft:furnace", "somemod:machine"]
    • block tags supported: "#somemod:some/tag" 
  • black_list: List of block entities that cannot be boosted (default: ["mekanism:bounding_block"])
    • Example: ["minecraft:furnace", "somemod:machine"]
    • block tags supported: "#somemod:some/tag" 

Performance Protection

  • enable_tps_protection: Enable TPS-based lag protection (default: true)
    • Boosters automatically pause when server TPS drops below threshold
  • min_tps_threshold: Minimum TPS for boosters to operate (default: 15.0, range: 1.0-20.0)
    • Boosters stop working if server TPS falls below this value

Slow Block Prevention

  • prevent_slow_blocks: Prevent boosting blocks that take too long to process (default: true)
  • slow_block_threshold_ns: Threshold in nanoseconds for slow blocks (default: 5000000, range: 100000-100000000)
    • Blocks taking longer than this threshold will be marked as slow and won't be boosted
    • 1ms = 1,000,000ns, default is 5ms

How to get block id for the list?

Try command /booster_show_block_id

clip2net_230303135323.png

 

Use carefully as huge amount of boosters with big boost rate may create lag on your server. Do tests first.

Boosting blocks tickrate. Most importantly it won't destroy server TPS by someone abusing boosters, as it has config options for server lag prevention.

 

Booster Types

Tier 1 Booster

  • Boost Rate: 2x speed (configurable)
  • Energy Cost: 5,000 FE/tick (configurable)
  • Range: Single block directly above
  • Recipe: Iron Ingots + Clock + Emeralds + Redstone Dust

Tier 2 Booster

  • Boost Rate: 5x speed (configurable)
  • Energy Cost: 10,000 FE/tick (configurable)
  • Range: Single block directly above
  • Recipe: Gold Ingots + Tier 1 Booster + Emeralds + Redstone Dust

Tier 3 Booster

  • Boost Rate: 10x speed (configurable)
  • Energy Cost: 20,000 FE/tick (configurable)
  • Range: Configurable radius (default 3 blocks, scans a cube area)
  • Recipe: Diamonds + Tier 2 Booster + Emeralds + Redstone Dust
  • Special Feature: Can boost multiple blocks within its scan radius

Mana Booster (Requires Botania)

  • Boost Rate: 5x speed (configurable)
  • Energy Cost: 100 Mana/tick (configurable)
  • Range: Single block directly above
  • Recipe: Netherite Ingots + Tier 1 Booster + Emeralds + Redstone Dust
  • Special Feature: Uses Botania's Mana instead of Forge Energy

Configuration Options

All configuration options can be found in config/blockbooster-common.toml:

General Settings

  • boosters_per_chunk: Limit the number of boosters per chunk (default: 5, range: 1-20)
    • Helps prevent server performance issues

Tier 1 Settings

  • t1_fe_per_tick: Energy consumption per tick (default: 5000)
  • t1_boost_rate: Speed multiplier (default: 2)

Tier 2 Settings

  • t2_fe_per_tick: Energy consumption per tick (default: 10000)
  • t2_boost_rate: Speed multiplier (default: 5)

Tier 3 Settings

  • t3_fe_per_tick: Energy consumption per tick (default: 20000)
  • t3_boost_rate: Speed multiplier (default: 10)
  • t3_scan_radius: Cube scan radius for multi-block boosting (default: 3, range: 1-10)

Mana Booster Settings

  • mana_per_tick: Mana consumption per tick (default: 100)
  • mana_booster_rate: Speed multiplier (default: 5)

Control Settings

  • deactivate_with_redstone: Disable booster when receiving redstone signal (default: true)

Whitelist/Blacklist

  • white_list: List of block entities that can be boosted (higher priority, empty by default)
    • Example: ["minecraft:furnace", "somemod:machine"]
    • black_list: List of block entities that cannot be boosted (default: ["mekanism:bounding_block"])
      • Example: ["minecraft:furnace", "somemod:machine"]

Performance Protection

  • enable_tps_protection: Enable TPS-based lag protection (default: true)
    • Boosters automatically pause when server TPS drops below threshold
    • min_tps_threshold: Minimum TPS for boosters to operate (default: 15.0, range: 1.0-20.0)
      • Boosters stop working if server TPS falls below this value

Slow Block Prevention

  • prevent_slow_blocks: Prevent boosting blocks that take too long to process (default: true)
  • slow_block_threshold_ns: Threshold in nanoseconds for slow blocks (default: 5000000, range: 100000-100000000)
    • Blocks taking longer than this threshold will be marked as slow and won't be boosted
    • 1ms = 1,000,000ns, default is 5ms

How to get block id for the list?

Try command /booster_show_block_id

 

Screenshots

Gallery

  • Booster T3
    Booster T3 2 columns layout
  • Health indicator
    Health indicator If tps drops below threshold, it becomes red
  • Boosters GUI stats
    Boosters GUI stats Tooltip shows how long it takes to boost
  • boosters
    boosters
  • boosters
    boosters

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~310,000
Total Downloads
CurseForge
~310,000
Modrinth
~2,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync