Gamemode4Dev / GM4_Datapacks

Gamemode 4 is a collection of modular Minecraft Datapacks that change or expand on the vanilla experience whilst keeping the vanilla feel. Our modules are developed with a focus on usability and efficiency.
https://gm4.co
GNU General Public License v3.0
108 stars 56 forks source link

lib trees: Reduce selectors in tick #989

Closed EpyonProjects closed 5 months ago

EpyonProjects commented 5 months ago

Currently has 3 @e selectors in a tick clock. This function is usually the highest percentage of the tick on the Public Server.

misode commented 5 months ago

I'm not 100% sure this will improve performance, so please test and profile this on the server

EpyonProjects commented 5 months ago

That was the goal! We have a lot of markers and the entity count is very high. Just a quick test doesn't hurt