Fix underwater visibility (fixes #572)

Used to always be super short because that method returns 0 when `isSubmergedIn`
returns false.
This commit is contained in:
Jonas Herzig
2021-11-28 17:37:02 +01:00
parent bd0dd10942
commit 549996b270
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1 @@
net.minecraft.client.network.ClientPlayerEntity getUnderwaterVisibility() method_3140()