From 692eeb99543f55e7ae4ed76dc943abeb569aed37 Mon Sep 17 00:00:00 2001 From: Tofaa <82680183+Tofaa2@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:02:33 +0400 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 920d14d..2c067be 100644 --- a/README.md +++ b/README.md @@ -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