Skip to content

Releases: reedacartwright/rbedrock

v0.3.2

11 Dec 18:00
Compare
Choose a tag to compare
  • Fixed errors in usage of Rf_error().
  • Use R_len_t in more locations.

RBedrock v0.3.1

12 Oct 03:06
Compare
Choose a tag to compare
version 0.3.1

RBedrock v0.3.0

21 Mar 00:59
Compare
Choose a tag to compare
  • Added support for reading and writing 1.18.30+ actor digests.
  • Chunk data functions have been expanded.
  • [Breaking Change] Biome functions now return CNC biomes data (CnC biome functions have been renamed.) Accessing legacy biome data can be done with legacy biome functions.
  • [Breaking Change] Chunk data functions and files have been renamed to match internal Mojang names.
  • [Breaking Change] Chunk data functions no longer default to reading all keys from db if no keys are present.
  • [Breaking Change] Chunk tag key descriptions have been changed to better match internal Mojang descriptions.
  • Maximum chunk key tag has been increased to 96.
  • [Breaking Change] Change key format to require prefixes in front of every key. This allows rbedrock to support multiple key formats.
  • Add nbt_raw_string to support reading and writing nbt_string data that contains embedded nulls.
  • Change default parameters to bedrockdb to match Minecraft. This reduces the size of worlds modified by rbedrock.
  • Generate random world seeds using 64-bits.
  • [Fix] Generate default package options on loading rbedrock. This fixes users not being able to find the world directory on Window.
  • Create 1.19+ worlds by default when using create_world()
  • Add functions for reading and writing actors data for a chunk.
  • Add utility functions for working with unique ids.