diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-12-11 20:49:50 -0500 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-12-11 20:49:50 -0500 |
commit | fa81452f198c344dcbe6460f6a189a2400780159 (patch) | |
tree | 1b03e87e8173bb1269281ce9a15c457a1ad2c629 /src/main/resources | |
parent | ab3d2e8535500225eb0b71b03026853999aef381 (diff) | |
download | Skyblocker-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.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 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", |