aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-12-11 20:49:50 -0500
committerAaron <51387595+AzureAaron@users.noreply.github.com>2023-12-11 20:49:50 -0500
commitfa81452f198c344dcbe6460f6a189a2400780159 (patch)
tree1b03e87e8173bb1269281ce9a15c457a1ad2c629 /src/main/resources
parentab3d2e8535500225eb0b71b03026853999aef381 (diff)
downloadSkyblocker-fa81452f198c344dcbe6460f6a189a2400780159.tar.gz
Skyblocker-fa81452f198c344dcbe6460f6a189a2400780159.tar.bz2
Skyblocker-fa81452f198c344dcbe6460f6a189a2400780159.zip
Ignore invalid entity data exceptions
These exceptions seem to be triggered in dungeons as a result of sending invalid data in entity packets, and for some reason when the exceptions are left unchecked they cause lag spikes.
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/skyblocker.mixins.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index d7ae26e1..df0a49fa 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -10,6 +10,7 @@
"ClientPlayerEntityMixin",
"ClientPlayerInteractionManagerMixin",
"ClientPlayNetworkHandlerMixin",
+ "DataTrackerMixin",
"DrawContextMixin",
"DyeableItemMixin",
"FarmlandBlockMixin",