anvil-parser icon indicating copy to clipboard operation
anvil-parser copied to clipboard

Support for Biomes & Everything 1.18

Open 0xTiger opened this issue 3 years ago • 1 comments

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 avatar Jan 22 '22 23:01 0xTiger

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

0xTiger avatar Feb 01 '22 21:02 0xTiger