Mineuniverse
Log in Register
Mods

SBETO (Smart Block-Entity Tick Optimizer)

Optimizes block‑entity ticks to boost TPS.
by Tasuposed
Download Claim this project
591 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Performance Storage

Smart Block‑Entity Tick Optimizer (SBETO)

Cuts server and client overhead by making block entities tick only when it matters. Hoppers wake on activity and sleep when idle; chest client ticks are skipped when no players are nearby. The result is higher TPS with no changes to vanilla behavior.

How it works

Skip tick when empty and cooldown allows. Wake briefly on successful transfers, entity collisions, or adjacent inventory updates. Configurable idle grace period and wake triggers. Chests (client): Skip client-side ticks when no player is within a configurable range. Features

Potentially* Boosts tick performance by avoiding useless block‑entity updates. Preserves vanilla mechanics and item flow. Works on servers without clients having the mod; client install optional for minor CPU savings. Fully configurable, with commands and stats.

Installation

Requires Fabric Loader and Fabric API.

Drop the jar into your mods folder.

Server-only install is recommended for TPS gains; client install is optional.

Configuration

A config file is created at config/sbeto.json on first run. Key options:

Chests: enabled, playerRange

Hoppers: enabled, idleGraceTicks, cooldownAware, wakeOnInventoryChange, wakeOnEntityCollision,

debugLogging Example:

json
{
  "chests": { "enabled": true, "playerRange": 32.0 },
  "hoppers": {
    "enabled": true,
    "idleGraceTicks": 40,
    "cooldownAware": true,
    "wakeOnInventoryChange": true,
    "wakeOnEntityCollision": true,
    "debugLogging": false
  }
}

Commands

/sbeto stats— show performance counters

/sbeto stats reset — clear counters

/sbeto reload — reload config

/sbeto debug on|off|toggle|show — control debug logging

/sbeto hoppers on|off|show — enable/disable hopper logic

/sbeto chests on|off|show — enable/disable chest logic

Please report crashes or incompatibilities in our Discord server.

SBETO 1.0.0
MC Fabric, 1.21.8, Client, Server
Release 2025-08-10 Get

More from Tasuposed

Audition
50,907
Lurking Depths (DISCONTINUED)
23,773
Project REDACTED (DISCONTINUED)
16,942
theforgotten.jar
105,425

You Might Also Like

- FPS Booster - Lag Killer
powerful client-side performance FPS booster
97,463
Better Biome Reblend
Updated version of Better Biome Blend, a mod that improves and fixes biome color blending
9,432,920
Icterine
Advancements optimization (specifically, InventoryChangeTrigger)
9,118,727
Better Pie Chart
This Mod improves the Vanilla Pile Chart perfect for Minecraft SMP servers
9,603
Enhanced Block Entities Backforged
Reduce FPS lag with block entities, as well as customize them with resource packs. Forge 1.16.5 port of EBE
9,451
Unbinilium
Ubinilium is a Minecraft mod designed to optimize performance and enhance gameplay. It stabilizes FPS, renders distant blocks with reduced detail, and efficiently manages memory.
9,364