diff options
author | Jake Potrebic <[email protected]> | 2021-11-23 21:44:21 -0800 |
---|---|---|
committer | Jake Potrebic <[email protected]> | 2021-11-23 21:44:21 -0800 |
commit | cc3b3eba502268dd3f5a3b44c3266a3a52f15ee7 (patch) | |
tree | 2b1875aa39fcb22805f7d034d08a70e30bf27211 /build-data/mappings-patch.tiny | |
parent | f629237348ba293b5fb31c31f70361f04b69089d (diff) | |
download | Paper-cc3b3eba502268dd3f5a3b44c3266a3a52f15ee7.tar.gz Paper-cc3b3eba502268dd3f5a3b44c3266a3a52f15ee7.zip |
a bunch more patches
Diffstat (limited to 'build-data/mappings-patch.tiny')
-rw-r--r-- | build-data/mappings-patch.tiny | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build-data/mappings-patch.tiny b/build-data/mappings-patch.tiny index 642acc411c..a8d8c189af 100644 --- a/build-data/mappings-patch.tiny +++ b/build-data/mappings-patch.tiny @@ -5,9 +5,3 @@ tiny 2 0 spigot mojang+yarn # Originally DistanceManager, which also implements DistanceManager, so clashes since the implemented class # is imported and not fully qualified. Easiest fix is to just change the name c net/minecraft/server/level/PlayerChunkMap$a net/minecraft/server/level/ChunkMap$ChunkDistanceManager - -# We add the getLevel method back to Hopper since mojang removed it - we need the method for hooper optimization -# We add the method with this name to match the mojmap method of the same name in BlockEntity -# Since we add the method we need to add the mapping for it so reobf works as expected -#c net/minecraft/world/level/block/entity/IHopper net/minecraft/world/level/block/entity/Hopper -# m ()Lnet/minecraft/world/level/World; getWorld getLevel |