diff options
| author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-09-07 15:03:53 -0400 |
|---|---|---|
| committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-09-07 15:03:53 -0400 |
| commit | 24a9556c94497c968127593c8bc4f259f9d037c2 (patch) | |
| tree | 779972b6c163971b7adeef53f758e09e65291b91 /src/main/resources | |
| parent | 9c7bf54123f366ad90bfafe81e973b731fd6b5b3 (diff) | |
| download | Skyblocker-24a9556c94497c968127593c8bc4f259f9d037c2.tar.gz Skyblocker-24a9556c94497c968127593c8bc4f259f9d037c2.tar.bz2 Skyblocker-24a9556c94497c968127593c8bc4f259f9d037c2.zip | |
Add bat removed detection
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/skyblocker.mixins.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json index d2465761..80df7ea3 100644 --- a/src/main/resources/skyblocker.mixins.json +++ b/src/main/resources/skyblocker.mixins.json @@ -5,6 +5,7 @@ "compatibilityLevel": "JAVA_17", "client": [ "ArmorTrimMixin", + "BatEntityMixin", "ClientPlayerEntityMixin", "ClientPlayNetworkHandlerMixin", "DrawContextMixin", |
