DavidS-Repo / SkyGridx

SkyGridx offers access to the latest blocks (1.21) and fully customizable grids in the Overworld, Nether, and End dimensions. All generation activities occur efficiently in real time.
https://www.spigotmc.org/resources/skygridx.113064/
Other
5 stars 0 forks source link

Block height limit #6

Closed CorentinStauder closed 3 months ago

CorentinStauder commented 3 months ago

Hello,

I've notice the height limit of blocks seems to be hard coded. Is there any purpose of this ? (performance issues, datapack incompatibility).

I suggest to add this as a configurable feature of config file

DavidS-Repo commented 3 months ago

Hello @CorentinStauder,

I initially limited the height due to performance issues in earlier versions of the plugin. However, with recent updates, the performance of the generator has significantly improved thanks to the use of more efficient data structures and faster lookup times.

As mentioned in issue #5, I am releasing a new settings file on Wednesday. This update will allow you to configure the minimum and maximum height for block placement in each world, along with other generator settings.

Best, David

DavidS-Repo commented 3 months ago

Implemented settings file to add customizable grid height for all environments, it can be found in the plugin folder after boot.

The updated version of the jar is available in the main page. SkyGrid.jar or here directly.

CorentinStauder commented 3 months ago

That's again perfect and working great ! Thanks for your work !