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

[1.19.2] Split Nether ores into its own configured feature #65

Open
wants to merge 1 commit into
base: 1.19.2
Choose a base branch
from

Conversation

Jonathing
Copy link

Currently, Mining Master has a single configured feature for ores, differentiated by block tag. Nether ores use the block tag #minecraft:base_stone_nether to determine if they should be placed in the placed feature. Unfortunately since the configured feature is applied to both the Overworld and The Nether, mods that add Overworld features or terrain with base stone Nether blocks may see Mining Master's ores appear in them. This PR fixes that by isolating the Nether ores configured feature into its own file.

Here you can see that Nether ores still spawn properly.

Screenshot_20250118_181836

Caution

Splitting off the Nether ores into its own features is a breaking change. Data packs that add to, or override, the current configured feature will not see their new Nether ores in the game if they do not use their own features.

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

Successfully merging this pull request may close these issues.

1 participant