Skip to content

Litemapy 0.8.0b0

Pre-release
Pre-release
Compare
Choose a tag to compare
@SmylerMC SmylerMC released this 12 Nov 21:36
· 21 commits to master since this release

Changelog:

0.8.0b0:

  • Breaking change: the BlockState constructor no longer takes properties as a single properties argument.
    Each property must be supplied as its own keyword argument instead.
    E.g. BlockState("minecraft:acacia_log", facing="west")
  • Added BlockState.with_properties() and BlockState.with_blockid() to create copies of block states
    but with different ids and properties.
  • Added Region.filter() to allow for efficient block replacement.
  • Schematic palettes are now always optimized before saving