From cff84a91c96abc8326b06fc00208322a3eaa56b8 Mon Sep 17 00:00:00 2001 From: Tofaa <82680183+Tofaa2@users.noreply.github.com> Date: Tue, 2 Jan 2024 02:35:59 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e89512..a78d880 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # EntityLib EntityLib is a PacketEvents addon that provides an abstraction over raw entity data and packets to make it easier to work with entities as a whole. - ```groovy //https://jitpack.io/#Tofaa2/EntityLib/ repositories { @@ -11,7 +10,8 @@ dependencies { implementation 'com.github.Tofaa2:EntityLib:' } ``` - +## NOTE: +EntityLib does not provide packet-events as a dependency, you must have it in your classpath already. EntityLib will also stay at the latest packet-events version at all times ## Features - Full EntityMeta support