anvil-parser
anvil-parser copied to clipboard
Support for Biomes & Everything 1.18
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_biomegetting 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 ofEmptyChunk)
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
Hey @matcool is there anything I can do further to get this reviewed & merged? Thanks :)