Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
Eslium Backport
What's Eslium ?
Eslium is a project to predict more things client-side. For example, if you want to use a Crystal, you must wait for the server validation for it to appear. This mod fixes that and therefore compensates for the ping.
Credits
- Original mod: Eslium on Modrinth by @Solmeye
- Backport: @1szco1
Predictions implemented
Minecarts
When using any type of minecart on a rail, the spawn of the minecart is predicted
End Crystal
When using an end crystal on obisidian or bedrock, the spawn of the end crystal is predicted
Predictions Added so far* :
- Cooldowns
- Consumables
- Elytra
- Firework rocket
- Swap
- Inventory
- Entity pose
- Jukebox
- Crossbow
- Pickup entities
- Trident
- Weapons
- Jukebox
- Bottle o' Enchanting
- Experience
- Ender Pearls
- Potions
- Pick Block
- Cactus damage
- Bed
- Fishing Rod
- Lead
- Boat
- Snowball
- Spawn Eggs
- Egg
- Armor Stand
- Note block
- Item frame
- Dyes
- Interfaces
- Void damage
- Game mode change
- Potion Effects
- Tchat
- Sounds
- Crafting
- Scaffolding
- Knockback
- Fall damage
- Interaction with blocks
- Interaction with entities
- Interaction with items
Configuration
Default configuration
{
"enabled": true,
"latencyMargin": 25,
"version": 1,
"safeMode": false,
"crystal": {
"enabled": true
},
"minecart": {
"enabled": true
}
}
Explanation
-
enabledEnable or disable the mod -
latencyMarginPing to add to your estimated latency. Useful to avoid considering certain actions that are denied by the server due to a latency spike. Is supposed to represent the current latency fluctuation of your Internet connection. In ms. -
versionVersion of the configuration. Do not touch! -
safeModeReduces the likelihood of being flagged by an impossible anticheat. Disabled, the probability is already low. Warning : This can lead to bizarre behavior. -
crystalenabledEnable or disable the crystal prediction
-
minecartenabledEnable or disable the minecart prediction
Disclaimer
Allowed on servers such as:
PvPClubFadedMCTurtledCatPvP
Versions 4.0+ are designed not to trigger anticheats. However, a bug is not inevitable, so it is still recommended to request authorization for this mod before using it on a server.
FAQ
How it works ?
This mod uses mixins to inject code into Minecraft code. During certain actions, if implemented, the behavior of a vanilla server is replicated on the client side.
Is this mod a cheat?
You might think this mod is a cheat because it gives an advantage to those who don't have it, and these kinds of mods often raise these kinds of questions.
Here are a few points :
-
Some people naturally have lower ping, yet it is not considered cheating
-
It is possible to have 0ms ping behavior in vanilla, but it is also possible to have it (as far as it is implemented) with any ping and Eslium.
-
Some mods remain accepted by the community but their behavior is impossible to reproduce in vanilla. I'm thinking in particular of Health Indicator, Armor HUD, AppleSkin, FreeCam, and Ok Zoomer.
-
This mod has been accepted by Modrinth and some PvP servers.
-
Sodium optimize FPS, Lithium optimize MSPT, Eslium optimize the ping's impact.
-
Other ping's optimizer are allowed, such as Marlow's Crystal Optimizer, Hero's Elytra Optimizer, Consumable Optimizer or Anchor Optimizer
Will versions 4.0+ be backported for minecraft 1.16.5?
Yes, it already have.
Compatibility
Eslium should work on any client.


