Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Advanced Height-Based Generator Configuration #141

Open
2 tasks done
Zarkness opened this issue Dec 7, 2024 · 0 comments
Open
2 tasks done

Feature: Advanced Height-Based Generator Configuration #141

Zarkness opened this issue Dec 7, 2024 · 0 comments

Comments

@Zarkness
Copy link

Zarkness commented Dec 7, 2024

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

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant