Excluding dimensions?

is it possible to exclude dimensions from dh functionality..?, I'm making a modpack and it contains ad astra + a few planet addons and many other random dimensions, point being there are alot of dimensions that are only visited briefly or might never even be visited by players, and the time it takes to close a world is around 20+ seconds as distant horizons goes through he process of
[Di.se.di.co.le.AbstractDhServerLevel/]: Closed DhClientServerLevel
for X dimension
[Di.se.di.co.le.AbstractDhServerLevel/]: Closed DhClientServerLevel
for X dimension
I'd really like to Exclude these dims like the ad astra orbits (essentially just a void dimension) from the dh pipeline if possible as the load times are not really worth it or necessary when they aren't going to see substantial player presence apologies if this functionality exists and I missed it in the documentation, even if it doesn't exist currently, it would be a welcome feature if such a thing is possible
4 Replies
Miki_P98
Miki_P98•2w ago
There in no easy way to do it with the mod Plugin has this functionality You can try making a DH addon to do this, by using DH API. One thing you can do for sure is mark LODs are READ ONLY when entering specified dimensions
TryMyWagon
TryMyWagonOP•2w ago
by "plugin" do you mean the dh api or is it something else
Miki_P98
Miki_P98•2w ago
I mean the DH plugin, the one for spigot/paper/folia/bukkit plugin loaders
TryMyWagon
TryMyWagonOP•2w ago
yeah im on forge... unfortunately. I realllly didnt want to have to learn java for this but i got no choice 🥲

Did you find this page helpful?