Releases: funkemunky/Atlas
Releases · funkemunky/Atlas
Startup Error Hotfix [v1.12.1.1 Release]
Changelog
- Startup error was corrected that didn't appear in final build release testing.
Bug Fixes and Compatibility Updates [v1.12.1 Release]
Changelog
- Updated XMaterial, XBlock, XEnchantment, and XPotion classes.
- Refactored co.aikar.commands to cc.funkemunky.api.co.aikar.commands to prevent incompatbility with other plugins using the aikar/commands API.
- Fixed Atlas command not sending properly.
- Improved performance of Reflections class on startup
- Fixing startup errors on some versions of Minecraft.
- Removed H2 library from Atlas since it caused incompatibilities with other plugins.
1.19 Compatbility and Bug Fixes
Changelog
- Added 1.19 support, still in Alpha stage but will function.
- Fixed accuracy of door bounding boxes.
- Fixed bug in legacy commands system that prevented Atlas from unregistering commands on shutdown.
- Fixed BlockBox error on 1.8
- Added more utilities into MathUtils and MiscUtils
1.18.2 Compatibility and New Features [v1.11.6 Release]
Changelog
- Fixed WrappedInUseEntity error on 1.17+.
- You can now get bounding boxes through vanilla means in the BlockBox util.
- Fixed errors with 1.18.2 compatibility
- Fixed Trapdoors, Skulls, and Iron bars collision box's on BlockData
- Added configuration API that will retain comments.
1.11.5
Changelog
- Added more wrappers to WrappedOutPacketDataSeralizers.
- Fixing error in WrappedOutRespawnPacket on versions 1.16 and later.
- Fixed Vec3D not returning the correct result in WrappedInUseEntityPacket
Door Collision Fix for 1.13+ [v1.11.4.2 Release]
This update just fixes doors and the collision box returned by BlockData in 1.13+
Error Fixes [v1.11.4.1 Release]
Changelog
- Fixed 1.16+ errors when grabbing block states in BlockData for dynamic collision boxes.
- Should fix door CollisionBox inaccuracies on 1.18.
v1.11.4 Release
Changelog
- Added Lectern collision box
- Added Lantern collision box.
- Added campire collision box
- Fixed bug where SCAFFOLDING would return as not solid from Materials class.
- Fixed async errors on 1.16+ in DynamicWall, DynamicPane, and DynamicFence
- Fixing error in WrappedInAbilitiesPacket on 1.16.
Fixing Innacuraccies and Errors in 1.17+ [v1.11.3 Release]
Changelog
- Corrects inaccurate Cake collision box returns from BlockData.
- Corrects inaccurate fence and wall collision box returns from BlockData.
- Corrects inaccurate carpet collision box returns from BlockData on 1.17+.
- Fixed error with WrappedInAbilitiesPacket on 1.16-1.16.5
v1.11.2.1 Release [Quick BugFix]
Changelog
- Fixed error caused by signs in DynamicFence on 1.17+.
- Optimized DynamicFence, DynamicWall, and DynamicPane.
- Corrected bug that would cause inaccurate fence collision boxes on certain blocks.