From 414a39e908afbda1e9e6f5b0475303bb352d9b66 Mon Sep 17 00:00:00 2001 From: IUDevman <58370012+IUDevman@users.noreply.github.com> Date: Sun, 8 Nov 2020 13:57:30 -0600 Subject: [PATCH] Misc changes --- README.md | 1 + src/main/java/com/gamesense/api/util/world/EntityUtil.java | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index a94576d34..05ceecead 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Some code used from (not directly referenced in code): * Backdoored / CookieDragon234 This client also implements the ClickGUI using PanelStudio: https://github.com/lukflug/PanelStudio/. +If you believe that we are using your code and credits are not properly given, please message GooberTown#7384 on Discord. ## Installation diff --git a/src/main/java/com/gamesense/api/util/world/EntityUtil.java b/src/main/java/com/gamesense/api/util/world/EntityUtil.java index 90a6aea31..ee7e514ed 100644 --- a/src/main/java/com/gamesense/api/util/world/EntityUtil.java +++ b/src/main/java/com/gamesense/api/util/world/EntityUtil.java @@ -25,6 +25,11 @@ import java.io.IOException; import java.net.URL; +/** + * @Author 086/KAMI + * @Author Crystallinqq/Auto for some functions (check Speed.java) + */ + public class EntityUtil{ private static final Minecraft mc = Minecraft.getMinecraft();