Minecraft-Console-Client/MinecraftClient/Protocol
Pokechu22 8ce685892c Update to 1.8's language files.
I ocasionally see untranslated messages; this should resolve all of them.

The changes to Settings.cs, the core changes, just update the index file used and the normal hash.  The changes in ChatParser.cs primarilly fix the name: 1.7.4 used 'lang/en-GB.lang' but 1.7.10 and 1.8 use 'minecraft/lang/en-GB.lang' and 'realms/lang/en-GB.lang' (and realms comes first), meaning that the wrong language file is selected.  The name is updated to make sure the right file is used.  I also corrected the indentation in that block.
2016-01-30 22:14:53 -08:00
..
Handlers Update to 1.8's language files. 2016-01-30 22:14:53 -08:00
IMinecraftCom.cs Add basic location handling 2015-11-27 17:16:37 +01:00
IMinecraftComHandler.cs Add world handling (and fall to ground) 2015-11-30 15:30:49 +01:00
ProtocolHandler.cs Add block material database 2015-12-09 23:04:00 +01:00