Update README.md
This commit is contained in:
parent
540da803aa
commit
692eeb9954
1 changed files with 3 additions and 4 deletions
|
@ -128,13 +128,12 @@ class Example {
|
|||
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.
|
||||
- [ ] Verify all the EntityMeta packets are working correctly.
|
||||
- [ ] WrapperEntities must seamlessly send packet updates to viewers, currently they are not.
|
||||
- [ ] Add support for more actions using WrapperEntities.
|
||||
- [ ] More javadocs.
|
||||
- [x] WrapperEntities must seamlessly send packet updates to viewers, currently they are not.
|
||||
- [x] Add support for more actions using WrapperEntities.
|
||||
- [x] More javadocs.
|
||||
- [x] Make ObjectData actually useful.
|
||||
- [ ] Multi-version support, currently only 1.18+ is stable.
|
||||
- [ ] 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
|
||||
- PacketEvents for providing the API and retrooper being a cool guy in general
|
||||
|
|
Loading…
Reference in a new issue