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

Nether Dimensional Shard Ore only spawns in the Nether, not in biomes tagged as Nether #13

Open
AKTheKnight opened this issue Apr 16, 2020 · 1 comment
Labels
question Further information is requested

Comments

@AKTheKnight
Copy link

This is an issue in YAMDA where there is have a custom Nether Biome to allow the ability to prevent the spawning of caves and other features: https://github.com/Sunekaer/YAMDA/blob/1.15.2/src/main/java/com/sunekaer/mods/yamda/netherdimension/YAMDANetherBiome.java

Because the Nether Dimensional Shard ore is only spawned in The Nether (Unlike the normal ore which appears to gen in all dimensions) it means it won't appear in the YAMDA Nether Mining Dimension: https://github.com/McJtyMods/RFToolsBase/blob/1.15/src/main/java/mcjty/rftoolsbase/worldgen/OreGenerator.java#L46

The easiest fix I can see would be to set the Nether Dimensional Shard ore to spawn where biome.getCategory() == Biome.Category.NETHER; or just have it spawn wherever there is netherrack (Like how the normal ore does for stone).

Is that possible?

Or do you have another suggestion on how we could get the Nether Dimensional Shard ore spawning in the custom dim/biome?

Thanks

@McJty
Copy link
Collaborator

McJty commented Dec 4, 2020

What version?

@McJty McJty added the question Further information is requested label Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants