Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 04:20:04 +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.
7 Zeilen
399 B
Plaintext
7 Zeilen
399 B
Plaintext
# 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
|