Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Support for Biomes & Everything 1.18 #34

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Conversation

0xTiger
Copy link
Contributor

@0xTiger 0xTiger commented Jan 22, 2022

Requested in Issue #1
Adds Biome functionality

  • for getting Biomes from chunks with Chunk.get_biome
  • for setting Biomes in chunks with EmptyChunk.set_biome
  • for setting & filling Biomes in regions with EmptyRegion.set_biome & EmptyRegion.fill_biome
    getting biomes has been tested and is working in versions: 1.10, 1.14, 1.15.2, 1.17.1
    setting biomes has been tested and is working in version: 1.14.4 (dataVersion=1976 as stated in the definition of EmptyChunk)

Solves issues #31 #35 #36 #37 #43
Adds support for reading 1.18 Blocks and biomes while ensuring backwards compatibility
getting biomes and blocks has been tested and is working in versins 1.18, 1.19 as well as all previous versions

@0xTiger
Copy link
Contributor Author

0xTiger commented Feb 1, 2022

Hey @matcool is there anything I can do further to get this reviewed & merged?
Thanks :)

@0xTiger 0xTiger changed the title Biomes Support for Biomes & Everything 1.18 Jun 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants