From 45b601d0adf36ad2aa2408e45cabd3b334fcb2b6 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:56:57 +0800 Subject: [PATCH] Update tiny reobf mapping --- build-data/reobf-mappings-patch.tiny | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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