7.2.20
- [Forge] Workaround various Forge issues that could cause crashes in certain situations
- Minor memory optimisations during startup
- Add a warning about problematic mods when iterating over list of block states takes too long, to assist in tracking down issues
- Rename the 'modulo' expressions operator to 'remainder' to better reflect the actual operation being performed
Changes since 7.3.0 Beta 3
- Include changes from 7.2.19
- Work around a breakage in Spigot causing errors when editing some blocks (Paper unaffected)
- Use Minecraft's "DataFixerUpper" system when loading legacy schematics where possible
- Fix an issue with legacy schematic sign compatibility handlers in previous 7.3 betas
- Workaround a Spigot change that prevented some entities being affected by history in structure/feature generation commands
Changes since 7.3.0 Beta 2
- Include changes from 7.2.18
- Further minor performance improvements
- Fixed an issue where
//perf off
would turn off more than it should - Fix EditSession initialisation without a world triggering a non-friendly error
- Send biome chunk updates to the client when possible
For more information, check out this post that covers some of the main new features!
Changes since 7.3.0 Beta 1
- Include changes from 7.2.17
- Improve snow smooth brush to behave better with a Minecraft block grid
- Small optimisations to //line and //curve thickness calculations
- Small optimisations to AffineTransform
- Fix ellipsoid and cylinder regions not entirely clearing by deselecting the selection
- Add a permission node to the //placement command
- Limit //line thickness by max-radius option
- Limit //curve thickness by max-radius option
For more information, check out this post that covers some of the main new features!
Changes since 7.3.0 Beta 1
- Include changes from 7.2.17
- Improve snow smooth brush to behave better with a Minecraft block grid
- Small optimisations to //line and //curve thickness calculations
- Small optimisations to AffineTransform
- Fix ellipsoid and cylinder regions not entirely clearing by deselecting the selection
- Add a permission node to the //placement command
- Limit //line thickness by max-radius option
- Limit //curve thickness by max-radius option
For more information, check out this post that covers some of the main new features!