Mod
IdleTick - Armor Stands
No reviews yet
Skips 95% of armor stand ticks for stationary stands — a lightweight, configurable server performance optimization.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
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
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
Resources
External Links
About
Description
Armor stands are one of the most common entities on decorated servers, yet every single one ticks every single game tick — even when they're just standing still doing nothing. IdleTick fixes that by intelligently skipping ticks for armor stands that don't need them, dramatically reducing server load with zero visual impact.
How It Works
IdleTick uses a mixin to intercept the tick method on armor stands. When an armor stand is stationary (on the ground or has NoGravity), the mod skips the vast majority of its ticks — by default, only processing 1 out of every 20 ticks. This means 95% fewer ticks for every idle armor stand on your server.
The mod is smart about when not to skip:
- Stands that are riding something or being ridden still tick normally
- Stands that are on fire still tick normally
- Stands that have been knocked or pushed still tick normally
- Stands that are moving (e.g. sliding on ice) still tick normally
This ensures armor stands always behave correctly in dynamic situations while saving performance when they're just sitting there looking pretty.
Features
- Massive tick reduction — skips up to 95% of ticks for stationary armor stands
- Zero visual impact — players won't notice any difference
- Fully configurable — toggle every condition and adjust the skip interval
- Game rule support — server operators can override settings per-world with game rules
- In-game config screen — change settings without editing files (ModMenu on Fabric, mod config on NeoForge)
- Server-side optimization — works on dedicated servers and singleplayer
- Multiloader — supports both NeoForge and Fabric
Configuration
All settings are stored in config/lazystands.json and can be edited in-game through the config screen.
| Setting | Default | Description |
|---|---|---|
| enabled | true | Master toggle for the mod |
| skipInterval | 20 | Only tick once every N ticks (2–100). Default 20 = 95% skip rate |
| Skip Conditions | At least one must be true to skip | |
| skipWhenOnGround | true | Skip ticks when the armor stand is on the ground |
| skipWhenNoGravity | true | Skip ticks when the armor stand has NoGravity |
| Safety Checks | Prevents skipping when true | |
| dontSkipIfPassenger | true | Don't skip if the stand is riding another entity |
| dontSkipIfHasPassengers | true | Don't skip if something is riding the stand |
| dontSkipIfOnFire | true | Don't skip if the stand is on fire |
| dontSkipIfHurtMarked | true | Don't skip if the stand has been knocked/pushed |
| dontSkipIfMoving | true | Don't skip if the stand has horizontal velocity |
Installation
- Install NeoForge or Fabric (+ Fabric API)
- Install PolyLib (required dependency)
- Drop the jar into your mods folder
On Fabric, ModMenu is optional but recommended for in-game config access.
FAQ
Does this affect armor stand animations or poses? No. The armor stand still renders normally on the client. This only affects server-side ticking.
Will this break armor stands used in map builds or datapacks? Stationary armor stands used purely for decoration will work perfectly. If you have armor stands involved in complex redstone or command block setups, you can lower the skipInterval or toggle specific conditions in the config.
Does this work on servers? Yes — this is primarily a server-side optimization. Install it on the server and it works for all players.
How much performance does this actually save? It depends on how many armor stands are loaded. A server with hundreds of decorative armor stands in loaded chunks will see a meaningful reduction in entity tick time. The more stands you have, the bigger the impact.
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
Statistics
Resources