Skip to content

Override getBiome(ChunkPos chunkPos) in NetherBiomeSourceImpl #266

Open
GlacialSkyfarer wants to merge 1 commit into
ModificationStation:developfrom
GlacialSkyfarer:develop
Open

Override getBiome(ChunkPos chunkPos) in NetherBiomeSourceImpl #266
GlacialSkyfarer wants to merge 1 commit into
ModificationStation:developfrom
GlacialSkyfarer:develop

Conversation

@GlacialSkyfarer

Copy link
Copy Markdown

While working on my own mod I found that while in the nether, getBiome(ChunkPos chunkPos) always returns Biome.HELL.
As it turns out, the method being accessed was instead the one from the base FixedBiomeProvider which is not used anywhere else, and thus would always return the vanilla Biome.HELL instead of getting it from the proper provider.
After a quick test this change seems to have resolved the issue.

Fixes #265

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.

getBiome(ChunkPos) always returns Biome.HELL in the nether.

1 participant