Skip to content

Instantly share code, notes, and snippets.

@jeffreykog
Last active August 29, 2015 14:06
Show Gist options
  • Save jeffreykog/8eeacecce03296636b15 to your computer and use it in GitHub Desktop.
Save jeffreykog/8eeacecce03296636b15 to your computer and use it in GitHub Desktop.
Bad mcp names in 1.8
Current (bad) SRG New New name (from 1.8)
getGameRuleBooleanValue func_82766_b getBoolean NO
getGameRuleBooleanValue func_82758_b getBoolean NO
getGameRuleStringValue func_82767_a getString NO
getGameRuleStringValue func_82756_a getString NO
readStringFromBuffer func_150789_c readString NO
readItemStackFromBuffer func_150791_c readItemStack NO
writeItemStackToBuffer func_150788_a writeItemStack NO
readNBTTagCompoundFromBuffer func_150793_b readNBT NO
writeNBTTagCompoundToBuffer func_150786_a writeNBT NO
writeVarIntToBuffer func_150787_b writeVarInt NO
readVarIntFromBuffer func_150792_a readVarInt NO
writeGameRulesToNBT func_82770_a toNBT NO
readGameRulesFromNBT func_82768_a fromNBT NO
setOrCreateGameRule func_82764_b set NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment