OpenCubicChunks / CubicChunks2

Infinite* height mod for Minecraft - rewrite for versions above 1.12
MIT License
77 stars 18 forks source link

Better range handling for beason and conduit effects #39

Open Barteks2x opened 3 years ago

Barteks2x commented 3 years ago

Maybe limit to vertical view distance?

CursedFlames commented 2 years ago

Note that getting entities within an AABB no longer loads unloaded sections, meaning that our current workaround for the beacon is no longer necessary - without it the beacon simply applies infinitely upwards, but only while the beacon block is loaded, as you'd effect.

If we do limit its range, IMO it shouldn't depend on config options like server vertical view distance (obviously this already affects it by unloading, but it shouldn't be strictly capped at this even while loaded)