Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.5
Platforms
Creators
Details
Licensed MIT
Published 9 months ago
Updated 2 weeks ago
Changelog
This update:
Supported Versions:
- Minecraft 1.16.5 -> 1.21.8 (Spigot and Paper)
- Skript 2.6.4 -> 2.12.0
🚨 Breaking Changes:
This update removes the
whether x is y
patterns from all boolean expressions, this is to avoid confusion with Skript's 'whether' expression. Example:
set whether armor stand target can tick to true
becomesset can tick property of target to true
Additions:
- Added Tameable is Tamed Property.
- Added Tameable Death Message Event. (Paper 1.18.2+)
- Added Bucketable API. (Paper 1.18+)
- Added Armadillo API. (1.21.5+)
Changes:
- Removed all 'whether' patterns from all boolean expressions, see 'breaking changes' section above; modified examples accordingly.
Fixes:
- Fixed
BlockWrapper
modifications being called on instances that shouldn't update the respective block object.
Internal Changes:
- Updated anvil gui version.
- Fixed some faulty tests.
- Improved some code.
- Revamped
BlockWrapper.class
with more and dynamic constructors. - Simplified expression with already existing API.
- Added testing environment for 1.21.8.
- Removed testing tasks using Skript's dev branches.
Full Changelog: https://github.com/JakeGBLP/Lusk/compare/1.3.7...1.3.8