Releases: EmperorCookie/wildstruck
Releases · EmperorCookie/wildstruck
Release list
v3.0.1
v3.0.0
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)
v2.0.3
v2.0.2
v2.0.0
2.0.0 (2024-11-08)
⚠ BREAKING CHANGES
- Renamed 'exportChunkSize' to 'chunkSize' in CLI
- Modified CLI to use subcommands to avoid the problem with schema/version requiring a config and map
Features
- Modified CLI to use subcommands to avoid the problem with schema/version requiring a config and map (0221424)
- Renamed 'exportChunkSize' to 'chunkSize' in CLI (5743324)
Bug Fixes
- Fixed error in the config JSONSchema (26e912d)