diff options
| author | Wasinthorn Suksri <wasinthorn.suksri@gmail.com> | 2025-07-19 22:31:35 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-19 11:31:35 -0400 |
| commit | af324ca921a1cf7bd730061bd6295cb0434f4743 (patch) | |
| tree | fe2cac71c8c9c17ceecee77b1a3431fde6bb20dc /src/main/resources | |
| parent | bc57920f9db0362d855ce4501815ff28abf15a09 (diff) | |
| download | Skyblocker-af324ca921a1cf7bd730061bd6295cb0434f4743.tar.gz Skyblocker-af324ca921a1cf7bd730061bd6295cb0434f4743.tar.bz2 Skyblocker-af324ca921a1cf7bd730061bd6295cb0434f4743.zip | |
feat: do not log invalid owner for fishing bobber on hypixel (#1513)
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 d0ae49b0..aafdb12a 100644 --- a/src/main/resources/skyblocker.mixins.json +++ b/src/main/resources/skyblocker.mixins.json @@ -22,6 +22,7 @@ "EntityRenderDispatcherMixin", "EntityRendererMixin", "FarmlandBlockMixin", + "FishingBobberEntityMixin", "GameRendererMixin", "GenericContainerScreenHandlerMixin", "GlResourceManagerMixin", |
