Wesley1808 / ServerCore

A mod that aims to optimize the minecraft server.
75 stars 11 forks source link

[Suggestion] Add /locate optimization #100

Closed IntMarco closed 4 months ago

IntMarco commented 4 months ago

Hi, I tried your mod, I noticed that it does a lot of things however I would like to reduce the amount of mods my server has installed. So it would be nice if your mod optimized how structures/biomes are localized so I can finally delete some mods from the server.

Wesley1808 commented 4 months ago

It already does this to some degree. Used to be more but some of those optimizations got added into vanilla so they were no longer necessary.

Nobody really gains much from making optimizations that do the exact same thing that other mods already do - just means more code to maintain, probably slower updates and potentially missing changes in the game that causes the optimization to silently break.

Multiple smaller mods are often better than one massive monolith for those reasons. I agree there is probably some overlap already with servercore but afaik only really simple things like item merge radius. I'm just curious why you would want to get rid of all the other mods.

IntMarco commented 4 months ago

Because more mods=more chances of finding incompatible mods

Anyway, thank you for your reply.