You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the MagicCobblestoneGenerator addon lacks the ability to generate different blocks based on height ranges or specific altitude levels in the game. This limitation reduces the flexibility for server administrators to create unique gameplay experiences, such as defining specific resources for underground levels or high-altitude areas. A more granular configuration system would enable better customization for resource generation.
Describe the solution you'd like.
Add support for defining block generators based on specific height levels (e.g., y=234) or height ranges (e.g., y=234-214), allowing unique block sets to be generated in those zones.
Introduce the ability to differentiate block generation for heights above and below a certain threshold, such as generating one set of blocks for y≤0 and another set for y>0.
Provide in-game commands to set and manage these configurations, ensuring intuitive and user-friendly implementation.
Describe alternatives you've considered.
I can think of no alternatives
Agreements
I have searched for and ensured there isn't already an open issue regarding this.
I have ensured the feature I'm requesting isn't already in the latest supported BentoBox build or Addons.
Other
This feature would greatly enhance the flexibility of the addon, enabling administrators to create unique survival or adventure experiences. It could also integrate seamlessly with existing mechanics to ensure compatibility and performance.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Currently, the MagicCobblestoneGenerator addon lacks the ability to generate different blocks based on height ranges or specific altitude levels in the game. This limitation reduces the flexibility for server administrators to create unique gameplay experiences, such as defining specific resources for underground levels or high-altitude areas. A more granular configuration system would enable better customization for resource generation.
Describe the solution you'd like.
Add support for defining block generators based on specific height levels (e.g., y=234) or height ranges (e.g., y=234-214), allowing unique block sets to be generated in those zones.
Introduce the ability to differentiate block generation for heights above and below a certain threshold, such as generating one set of blocks for y≤0 and another set for y>0.
Provide in-game commands to set and manage these configurations, ensuring intuitive and user-friendly implementation.
Describe alternatives you've considered.
I can think of no alternatives
Agreements
Other
This feature would greatly enhance the flexibility of the addon, enabling administrators to create unique survival or adventure experiences. It could also integrate seamlessly with existing mechanics to ensure compatibility and performance.
The text was updated successfully, but these errors were encountered: