This release fixes some bugs, changes custom filters and improves the height slider.
Details:
- Changed the custom filter and the custom field changer to use Groovy instead of JavaScript to be closer to Java.
- The input field next to the height slider now allows values up to 2047 for worlds with custom data packs that increase the maximum build height.
- Added debugs to log what program arguments were passed to MCA Selector and how MCA Selector parsed them.
- Fixed a bug where filters were not applied to chunks that had
entities
orpoi
data, but noregion
data. - Fixed and improved the structure filter. It now detects all kinds of combinations of Minecraft's internal structure names as vanilla structure names, with or without the
minecraft:
namespace. - Fixed a bug where chunk sections were not merged correctly (#360).
- Removed the wiki files from the main repository and moved them to their own repository for more independent contribution.