diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-12-22 22:14:23 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-12-22 22:14:23 +0800 |
commit | efe032c4c655d38c659b605c6bcab0a03ab14075 (patch) | |
tree | 3d9ece8ca5974a2ac85ef278acd9a8b6ca59aeaa /features/cosmetics | |
parent | 73e3e7465ab2888f869bf805c266e748eced4c4a (diff) | |
download | SoopyV2-efe032c4c655d38c659b605c6bcab0a03ab14075.tar.gz SoopyV2-efe032c4c655d38c659b605c6bcab0a03ab14075.tar.bz2 SoopyV2-efe032c4c655d38c659b605c6bcab0a03ab14075.zip |
yes
Diffstat (limited to 'features/cosmetics')
-rw-r--r-- | features/cosmetics/cosmetic/dragon/dragonWings.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/cosmetics/cosmetic/dragon/dragonWings.js b/features/cosmetics/cosmetic/dragon/dragonWings.js index bb3010e..a5aeb68 100644 --- a/features/cosmetics/cosmetic/dragon/dragonWings.js +++ b/features/cosmetics/cosmetic/dragon/dragonWings.js @@ -3,7 +3,6 @@ import Cosmetic from "../../cosmetic.js"; const ModelDragon = Java.type("net.minecraft.client.model.ModelDragon") -const GlStateManager = Java.type("net.minecraft.client.renderer.GlStateManager"); const Essential = Java.type("gg.essential.Essential") const EssentialCosmeticSlot = Java.type("gg.essential.cosmetics.CosmeticSlot") |