Anti-Smooth
No reviews yet
Makes entity movements more responsive
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Anti-Smooth
Download from Modrinth: https://modrinth.com/mod/anti-smooth
Anti-Smooth makes the server send entity updates more frequently to make player interactions with them (especially knockback from attacks) feel more responsive almost to a point that matches the behavior of mobs in true singleplayer from old versions before release 1.3. This does increase the bandwidth used so it is best to only use this mod for singleplayer worlds, however mobs that are far enough away get interpolated with the vanilla method instead. Additionally, velocity gets applied client side so mobs can move while waiting for updates and knockback gets applied instantly.
Anti-Smooth is available for 1.20.1+ on Fabric and 1.21.1+ on NeoForge. If Anti-Smooth seems to not be available for newer versions, try using the mod jar for the most recent Minecraft version that it claims to support and if it doesn't work then please report it as an issue.
Anti-Smooth was inspired by No Mob Latency which does basically the same thing, however I wanted to do my own take on it that supported more versions.
Config
The configuration can be found in the "antismooth.json" file in the config folder.
{
// Controls whether interpolation is enabled or otherwise position packets are sent every tick.
// Interpolation is when the game smoothly transitions entity positions over multiple ticks
// and it is a vanilla feature.
// Interpolation is set to "multiplayerOnly" by default for two reasons:
// - The client cannot detect if a server has Anti-Smooth installed.
// - Anti-Smooth increases bandwidth consumption because it sends additional
// entity position update packets which is not ideal for server performance.
// Set to "disabled" if you want to disable interpolation on multiplayer servers anyways,
// however this will result in choppy movements when playing on vanilla servers.
// Set to "enabled" if you want interpolation in singleplayer worlds as well.
// Default value: "multiplayerOnly"
"interpolation": "multiplayerOnly",
// The minimum distance from which entities will always have interpolation applied regardless
// of the "interpolation" setting. Setting this to 0 or lower disables this behavior.
// Having this mismatched from a server
// Default value: 64.0
"minInterpolationDist": 64.0,
// Applies velocity to client side entities. Vanilla Minecraft does not do this
// despite the fact that entity position update packets also include velocity updates.
// Default value: true
"applyVelocity": true,
// A set of entities that will always have interpolation and never have client side velocity.
// This setting is useful in case any modded entities do not work nicely with Anti-Smooth.
// Default value: ["minecraft:item", "minecraft:minecart", ...]
"unaffectedEntities": [
"minecraft:item"
]
}
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers