Перейти к содержимому
Mineforgian

Tick Tweaks

Optimization Mod for Tick Rates

30K загрузок50 подписчиковLicenseRef-All-Rights-Reservedfabricforgeneoforge

Обновлён 9 сентября 2025 г. · опубликован 25 августа 2024 г.

  • Tick Tweaks

Knowledge before installing

Spoiler

Game Tick

A game tick is a single cycle of Minecraft’s game loop, where the game updates actions, events, and mechanics like movement, block changes, and redstone.

Tick Rate

Controls how often entities (like mobs, items, and projectiles) update.

TPS

This measures the game's overall tick speed, ideally 20 ticks per second. When the TPS drops below 20, the game may lag, affecting all processes.

Description

This mod enhances server performance by adjusting Tick Rates for Item Entities, Block Entities and Living Entities. Adjusts the Tick Rate based on Server TPS; lower TPS results in a lower Tick Rate.

It also implements some features for improving the game performance, you can have a look in "Configs" section.

It is very recommended to change the configs to your server's preferences. Don't put all at once without knowing what are you doing.

Tick Tweaks is server side, it isn't needed in the client.

Configs

Spoiler

Core Tick Settings

  • tickRateFormula: Controls how often things update based on server TPS (e.g., 3 - (tps / 10) means slower updates if TPS drops).

  • enabledDimensions: Lists of worlds where these tweaks apply.

Entity Tick Settings

Living Entities:

  • Reduces tick rate for living entities (fixedTickRate = 0 means use tickRateFormula).
  • Slows down ticks for mobs far away (nonVisibleTickRate).
  • Exempts certain mobs.

Item Entities:

  • Reduces tick rate for items (fixedTickRate = 0 means use tickRateFormula).
  • Detects items within detectionRange.

Block Entities:

  • Reduces tick rate for block entities (fixedTickRate = 0 means use tickRateFormula).

Performance Settings

Activation Ranges:

  • Sets how far mobs/entities stay active (range = distance in blocks).
  • Tick Interval: Tick Rate of the far entity
  • WakeUp Interval: It will check every certain ticks, instead of checking every tick.

Mob Despawn:

  • Adjusts how fast mobs despawn (despawnTime in ticks, despawnChance per tick).

Emergency Settings

  • tpsThreshold: Freezes block entities if TPS drops below this value.

Recommendations

Spoiler
  • Don’t use TT20, it does the opposite of Tick Tweaks.

FAQ

Spoiler

Q: Can I use your code as reference for my mod?

A: Despite the fact that the mod's licence is ARR, you can use Tick Tweaks code as reference. But, please, don’t just do plain Ctrl+C → Ctrl+V. It isn't allowed to port or backport itself.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.2.5Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8neoforge9 сентября 2025 г..jar (35 КБ)
1.2.5Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8forge9 сентября 2025 г..jar (35 КБ)
1.2.5Релиз1.20.3forge9 сентября 2025 г..jar (36 КБ)
1.2.5Релиз1.19.4, 1.20, 1.20.1, 1.20.2forge9 сентября 2025 г..jar (35 КБ)
1.2.5Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8fabric9 сентября 2025 г..jar (52 КБ)
1.2.5Релиз1.21.1, 1.21.2, 1.21.3, 1.21.4fabric9 сентября 2025 г..jar (52 КБ)
1.2.5Релиз1.20.3, 1.20.4fabric9 сентября 2025 г..jar (52 КБ)
1.2.5Релиз1.19.4, 1.20, 1.20.1, 1.20.2fabric9 сентября 2025 г..jar (52 КБ)
1.2.4.1Релиз1.20.3, 1.20.4fabric20 июля 2025 г..jar (52 КБ)
1.2.4.1Релиз1.19.4, 1.20, 1.20.1, 1.20.2fabric20 июля 2025 г..jar (52 КБ)
1.2.4Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8fabric1 июня 2025 г..jar (52 КБ)
1.2.4Релиз1.21.1, 1.21.2, 1.21.3, 1.21.4fabric1 июня 2025 г..jar (52 КБ)
1.2.4Релиз1.20.3, 1.20.4fabric1 июня 2025 г..jar (52 КБ)
1.2.4Релиз1.19.4, 1.20, 1.20.1, 1.20.2fabric1 июня 2025 г..jar (52 КБ)
1.2.4Релиз1.21.2, 1.21.3, 1.21.4, 1.21.5neoforge1 июня 2025 г..jar (35 КБ)

Показаны последние 15 из 113 версий. Все версии — на Modrinth.

Ченджлог

1.2.5Релиз1.21.6, 1.21.7, 1.21.8 · 9 сентября 2025 г.

Added:

  • You can use mspt instead of TPS in the formula

Fixed:

  • Tick Rate was 1 tick late
1.2.5Релиз1.21.6, 1.21.7, 1.21.8 · 9 сентября 2025 г.

Added:

  • You can use mspt instead of TPS in the formula

Fixed:

  • Tick Rate was 1 tick late
1.2.5Релиз1.20.3 · 9 сентября 2025 г.

Added:

  • You can use mspt instead of TPS in the formula

Fixed:

  • Tick Rate was 1 tick late
1.2.5Релиз1.20, 1.20.1, 1.20.2 · 9 сентября 2025 г.

Added:

  • You can use mspt instead of TPS in the formula

Fixed:

  • Tick Rate was 1 tick late
1.2.5Релиз1.21.6, 1.21.7, 1.21.8 · 9 сентября 2025 г.

Added:

  • You can use mspt instead of TPS in the formula

Fixed:

  • Tick Rate was 1 tick late
1.2.5Релиз1.21.2, 1.21.3, 1.21.4 · 9 сентября 2025 г.

Added:

  • You can use mspt instead of TPS in the formula

Fixed:

  • Tick Rate was 1 tick late
1.2.5Релиз1.20.3, 1.20.4 · 9 сентября 2025 г.

Added:

  • You can use mspt instead of TPS in the formula

Fixed:

  • Tick Rate was 1 tick late
1.2.5Релиз1.20, 1.20.1, 1.20.2 · 9 сентября 2025 г.

Added:

  • You can use mspt instead of TPS in the formula

Fixed:

  • Tick Rate was 1 tick late

Полная история изменений — на Modrinth.

Комментарии

Загружаем…