Entity Tick Authority

Quick rating

Entity Tick Authority

No reviews yet

Correctly syncs the entity tracker with the servers tick cycle, fixing ignored position updates since 1.14.

Bug Fixes
Performance & Optimization
Mod Loaders
Forge
NeoForge
Fabric
Minecraft
26.2

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

About

Project Details

Type
Mod
Latest Version
1.0 Forge 1.20.1
Authors

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

Resources

External Links

Source Issues Wiki Discord

About

Description

Info

This mod reorders the entity tracker tick to occur after the server tick finishes collecting entity data. This fixes noticeable interaction delay plaguing the game since the Village and Pillage update.

The mod is carefully checked to maintain parity with modern vanilla entity behavior. It mimics 1.13.2's order of tracked entities, and doesn't change anything else. Any vanilla deviations from this mod would be present in 1.13.2 and older versions aswell. Major deviations can be reported to Github issues page.

This was inspired by Responsive Knockback, but rewritten with more vanilla/mod compatible code, multiple loaders, and broad version support.

Serverlevel collects entity data first, then chunkmap broadcasts it in on time to the client.

1.14's merge of entity trackers into the ChunkMap class causes ChunkMap.tick() to broadcast empty data because its positioned before the server can collect any entity data for that tick. The delayed updates will then be sent to the next ChunkMap tick, dropping 1-3 ticks of entity updates which could've been broadcasted immediately after recieving it.

Chunkmap broadcasts before having any entity data from ServerLevel, causing those updates to be skipped for that tick and sent to the next ChunkMap tick.

Usage

Fabric, NeoForge, and Forge are all supported modloaders. Make sure you're downloading the correct jar file for your version. I don't plan on porting to any other mod loaders at this time. Forge contains a 1.20.1 build and won't be expanded further.

The mod runs completely server sided and isn't required on clients if present on a dedicated server. LAN and Singleplayer are naturally supported aswell.

Mod has been tested compatible with common optimization mods like LithiumC2MEFerriteCoreKryptonScalableLuxModernFix, etc. I even recommend running those alongside for the most responsiveness. Most other mods should be compatible as long as they don't change the tick order related to this mod.

ModLoaders

Versions starting from 1.14.4 are supported on the Fabric Loader. Minimum Fabric Loader version is 0.17.0. Make sure you have the correct java runtime for your version or the mod may not load.

Versions starting from 1.21 are supported on NeoForge. Minimum Neo loader version supported is 21.0.167, but older builds may be supported.

Version 1.20.1 is supported on the Forge Mod Loader. Minimum Forge loader version supported is 47.4.10, but older builds may be supported

Drop the downloaded .jar file and place it into your respective versions mod folder. The mod runs out of the box with no configuration.

Screenshots

Gallery

This project has no gallery images yet.

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

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works