Update README.md

This commit is contained in:
Tofaa 2024-04-12 18:02:33 +04:00 committed by GitHub
parent 540da803aa
commit 692eeb9954
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,13 +128,12 @@ class Example {
Once this list is complete, i will release a stable version of the library. Once this list is complete, i will release a stable version of the library.
- [ ] Implement checks for each EntityMeta to make sure the version specific data is correct. - [ ] Implement checks for each EntityMeta to make sure the version specific data is correct.
- [ ] Verify all the EntityMeta packets are working correctly. - [ ] Verify all the EntityMeta packets are working correctly.
- [ ] WrapperEntities must seamlessly send packet updates to viewers, currently they are not. - [x] WrapperEntities must seamlessly send packet updates to viewers, currently they are not.
- [ ] Add support for more actions using WrapperEntities. - [x] Add support for more actions using WrapperEntities.
- [ ] More javadocs. - [x] More javadocs.
- [x] Make ObjectData actually useful. - [x] Make ObjectData actually useful.
- [ ] Multi-version support, currently only 1.18+ is stable. - [ ] Multi-version support, currently only 1.18+ is stable.
- [ ] Make class names match the protocol specified names. - [ ] Make class names match the protocol specified names.
- [ ] Ideally, refactor the API to use a custom world that stores the entities, rather than one big map. This way we can access other data aswell from the world. This also requires me writing some other platform implementations by default.
### Credits ### Credits
- PacketEvents for providing the API and retrooper being a cool guy in general - PacketEvents for providing the API and retrooper being a cool guy in general