13
0
geforkt von Mirrors/Paper
Paper/src/main
Nate Mortensen 8da5126282 Add new setResourcePack method. Fixes BUKKIT-5015
Minecraft now uses resource packs instead of texture packs, which broke
the setTexturePack method, as the client no longer listens on the MC|TPack
channel.

This commit fixes the issue by adding in a setResourcePack method, and by
deprecating setTexturePack and rewriting it to call the newly added
setResourcePack.  In order to simplify the method and prevent this from
happening in the future, setResourcePack calls EntityPlayer.a(String) to use
the same logic as minecraft when sending resource packs.
2013-12-17 20:17:38 -07:00
..
java Add new setResourcePack method. Fixes BUKKIT-5015 2013-12-17 20:17:38 -07:00
resources Make console work on Windows again. Fixes BUKKIT-4956 2013-12-01 13:21:22 -06:00