mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 15:47:44 +01:00
f87d5ab52b
This paperweight update uses Hypo to cleanup and fix reobf mappings based on the completed jar, which removes a lot of issues we were previously having around weird CraftBukkit edge cases and synthetic issues (as always). It's not yet perfect (PaperMC/paperweight#18) but it's much better than it was.
6 lines
399 B
Text
6 lines
399 B
Text
# CraftBukkit maps all of (mojmap names):
|
|
# Merchant.getLevel()
|
|
# Entity.getCommandSenderWorld()
|
|
# to getWorld(), which confuses our ability to map this method properly. This patch disambiguates it
|
|
net/minecraft/world/item/trading/IMerchant fD ()Lnet/minecraft/world/level/World; getLevel
|
|
net/minecraft/world/entity/npc/EntityVillagerAbstract fD ()Lnet/minecraft/world/level/World; getLevel
|