diff --git a/build-data/reobf-mappings-patch.tiny b/build-data/reobf-mappings-patch.tiny index 39dccf7..1aacdc1 100644 --- a/build-data/reobf-mappings-patch.tiny +++ b/build-data/reobf-mappings-patch.tiny @@ -21,14 +21,8 @@ c net/minecraft/world/level/chunk/LevelChunk net/minecraft/world/level/chunk/Chu # See mappings-patch.tiny c net/minecraft/server/level/ChunkMap net/minecraft/server/level/PlayerChunkMap - f Lnet/minecraft/server/level/ChunkMap$ChunkDistanceManager; distanceManager F + f Lnet/minecraft/server/level/ChunkMap$ChunkDistanceManager; distanceManager G -# Paper changes type -c net/minecraft/core/MappedRegistry net/minecraft/core/RegistryMaterials - f Lit/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap; toId e - -# upstream makes a bunch of methods public that cause accidental overrides now -c net/minecraft/world/entity/Display net/minecraft/world/entity/Display - m ()I getInterpolationDelay getInterpolationDelay_ - m (I)V setInterpolationDelay setInterpolationDelay_ - m (I)V setInterpolationDuration setInterpolationDuration_ +# 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 \ No newline at end of file