This project is a public minecraft optimization mod for TooBee survival server, including a variety of aspects where each one is designed for a specific occasion.
The mod is in a very early stage of development, and notice that it is a dedicated server only mod.
Support for the newest minecraft is updated if and only if TooBee server updates, and yet older version of minecraft is not supported.
TooBee is a Chinese original survival server belonging to HaoRenFu.
The version of server equals to this latest minecraft version of this mod.
- Server IP:
2ob.top
- Website: https://toobee.top
- QQ group: 786296062
- Discord
Keep following mods as newest as possible, they are required.
- Lithium
TooBee Optimization are tested to be compatible with the following optimization mods.
- C2ME
- Carpet
- Chlorophyll
- FerriteCore
- Krypton
- Lithium (Required)
- ModernFix
- Moonrise
- Noisium
- ScalableLux
- ServerCore
- WorldThreader
- VMP
Meanwhile, Async is planned to be supported in the future. I have to ensure enough thread safety; Sepals is not compatible, though I have tried best.
Most modifications are ensure to be thread safe.
Cache some of the calculation results of vast amount of certain entities stacking in a single position.
I try to optimize the time complexity of such calculation from
- be the same type;
- stack in the same dimension and block pos;
- stand on a solid block steadily;
- have limited mobility;
- with climbable block in the position of their feet so that they don't crush.
- Warden: usually for pseudo-peace farm in server.
- Piglin: usually for bartering farm.
Cache the calculation results of such mobs every tick: One mob experience a full calculation process and cache the result, while others stacking in the same position share it. In this way, original behaviour of mobs stacking in one block are slightly affected, but not so much and most people don't care about it, as hardly any player interact with these thousands of entities.
If mobs pickup items, they keep alive permanently unless killed. However, those mobs are not counted into spawn cap, making their population grows endlessly and finally causes huge lags. While a hostile mob hold the following common items without any components, it will still despawn:
arrow, bone, brown mushroom, cobbled deepslate, cobblestone, dirt, egg, grass block, gravel, gunpowder, pointed dripstone, red mushroom, rotten flesh, spider eye, string, torch, wheat seeds.
- Compatibility with Sepals Mod.
- Compatibility with Async Mod.
- Make the enderman holding certain blocks despawn. (It's a little bit different from other hostile mobs)
- Vast amount of boats optimization for monster farms.
- Stacking shulkers optimization.
- Stacking whithers optimization.
- Reduce the calculation of spawning condition checking when pseudo-peace farm is running.
- A high speed moving player loads fewer chunks, in oven shape more precisely.
- (Quite hard) Optimize iron man farmer with more than six thousand villagers.
- Downward compatibility (like 1.21)