Skip to content

v3.0.0

Choose a tag to compare

@emperorcookie-bot emperorcookie-bot released this 14 Nov 23:45

3.0.0 (2024-11-14)

⚠ BREAKING CHANGES

  • Fixed config validation silently ignoring invalid object keys
  • Renamed 'sources' key to 'source' in config
  • Moved snapping to random transform and added position snapping

Features

  • Added 'validate' command to CLI to remove the jsonschemavalidator.net middleman (3992c3e)
  • Added support for TaleSpire copy-paste props, replace the 'stack' key with a 'data' key in the variants, the value should be a TaleSpire slab string (562ebc4)
  • Modified offset to be optional in config (0898c5b)
  • Modified the renderer to use a random seed if none is provided (4ca9f41)
  • Moved snapping to random transform and added position snapping (4f111d7)

Bug Fixes

  • Fixed certain config validations being ignored, which could've lead to crashes (ba519c9)
  • Fixed config validation silently ignoring invalid object keys (207b074)
  • Fixed issue where assets would not be included if they were outside of the terrain area (2b06cdd)
  • Fixed slabs sometimes not pasting due to assets being at invalid coordinates (97ad02f)
  • Fixed stacked assets not being properly rotated around the origin (3450e54)
  • Renamed 'sources' key to 'source' in config (fb28987)