Hotfix Entity isInRain reobf issue

Caused by upstream making the method public, which then causes an accidental override from an unrelated method
Fixes #10078
This commit is contained in:
Nassim Jahnke 2023-12-25 18:37:20 +01:00
parent ff7b9b0380
commit 1cda66e395
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@ c net/minecraft/server/level/ChunkMap net/minecraft/server/level/PlayerChunkMap
# Paper changes type
c net/minecraft/core/MappedRegistry net/minecraft/core/RegistryMaterials
f Lit/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap; toId e
# The method is made public by Spigot, which then causes accidental overrides
c net/minecraft/world/entity/Entity net/minecraft/world/entity/Entity
m ()Z isInRain isInRain0