tntOptimizer
作者:rebot | 分类:模组
Minecraft 版本: 26.1.2 26.2
平台: fabric
标签: game-mechanics optimization technology
What does this mod do?
This mod improves TNT performance
The goal is to reduce lag while keeping TNT behavior as close to vanilla as possible.
How close to vanilla is it?
I tried to keep the mod as close to vanilla as possible. However, because the number of active TNT entities is limited, there is a small chance that some edge cases will behave slightly differently.
How does it work
It works by limiting the amount of tnt rendered client side to 75
Also limis the amount of explosion particles the client renders to 100
On the server side of the mod we limit more things:
- we limit how much tnt is active at once
- we limit how much tnt explodes at the same tick
- we merge close tnt into 1 to waste less calculations
- we cache explotion calculations so we do less calculations
Will it break my TNT cannons?
Most TNT cannons should continue to work normally.
However, if your cannon relies on more than 250 TNT entities being active at the same time, it may not function correctly.
So yes, this will almost certainly break an orbital strike cannon.
请登录后举报
暂无评论,抢个沙发吧~