diff options
author | Jason <[email protected]> | 2021-08-09 17:05:12 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-09 17:05:12 -0700 |
commit | 399710ff79665b6c0a043c43a39a05826130245e (patch) | |
tree | 44fd76d1fd82bc2d5adbd4c4d2fc2b7fa815eb98 /build-data | |
parent | bfb3d42b4403b50f513fc80f9ff0aa5d06ed917c (diff) | |
download | Paper-399710ff79665b6c0a043c43a39a05826130245e.tar.gz Paper-399710ff79665b6c0a043c43a39a05826130245e.zip |
Add reobf mappings patch for MinecraftServer#getLootTables (#6368)
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/reobf-mappings-patch.tiny | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-data/reobf-mappings-patch.tiny b/build-data/reobf-mappings-patch.tiny index 1a967e0d8a..53640748fc 100644 --- a/build-data/reobf-mappings-patch.tiny +++ b/build-data/reobf-mappings-patch.tiny @@ -29,6 +29,9 @@ c net/minecraft/server/ServerResources net/minecraft/server/DataPackResources c net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer m ()Lnet/minecraft/world/level/storage/WorldData; getWorldData getSaveData +c net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer + m ()Lnet/minecraft/world/level/storage/loot/LootTables; getLootTables getLootTableRegistry + c net/minecraft/world/effect/MobEffect net/minecraft/world/effect/MobEffectList m (I)Lnet/minecraft/world/effect/MobEffect; byId fromId |