Changelog:
Build 892:
	player:
		Fix saving backups with the raw name.
		Fix air block not being assigned as the default.

Build 1.7.2-7.2.165.891:
	player: Fix vanilla bug causing integrated server saving from 2 threads concurrently after a crash
	player: Registry: Fix Block-before-ItemBlock allocation when loading 1.6 world saves, more validation
	player: prevent the world from getting saved twice at shutdown
	player: Registry: Crash earlier with conflicting name/object registrations.
	player: Registry: Misc tweaks
	player: Registry: Treat all 1.6 entries as items.

Build 1.7.2-7.2.159.890:
	dhtvut5vyetvervtyhrbtdy:
		Fix SimpleNetworkWrapper - this is not me modding,
		I didn't realize it was broken until Pahimar told me.
		
		Put an example in the docs.

Build 1.7.2-7.2.158.889:
	dhtvut5vyetvervtyhrbtdy: I'm still not modding. Player has contributed greatly to the 1.7 release of FML. He needs authorship credit.

Build 1.7.2-7.2.157.888:
	dhtvut5vyetvervtyhrbtdy: I am not modding, I am fixing an annoyance. The MCP version has long since been 9.03. Also, the JSON from MC updated..

Build 1.7.2-7.2.156.887:
	player: Fix remaining issue with autoassigned Block and Item IDs overlapping.
	player: Registry: Block IDs after failing to find a mapping for them
	player: Fix FMLMissingMappingsEvent.get
	player: Registry: Implement support for remapping blocks/items to a new name.
	player: Registry: cleanup, fix missing id error GUI formatting
	player: Fix old 1.7 worlds with broken ID mappings
	player: Registry: allow handling missing blocks/items regardless of the mod id
	player: initial attempt at a better way to ask the user in case of startup issues
	player: Registry: Complain about bogus registrations
	player:
		Registry: Allow ignoring missing mods from the GUI, with confirm+backup
		Registry: Add confirm+backup for automated corrupted id table fixup
		Require the user to confirm loading from a backup level.dat
	player: Enable custom gui rendering only as required
	player: Remove unneeded entity spawn debug logging.
	player:
		Registry: Repair mismatched ItemBlocks as well
		Fix a few misc issues
	player: Registry: Fix debug info
	player:
		Registry: Complain about missing mods when repairing broken worlds
		Registry: Reduce console spam
	player: Registry: Protect against putObject misuse, handle duplicate registrations better
	player: Registry: Add support for registering ItemBlocks before their Blocks

Build 1.7.2-7.2.137.886:
	LexManos: Update patches for Fixed FF in FG 1.2.

Build 1.7.2-7.2.136.885:
	AbrarSyed: updated for ForgeGradle 1.2
	AbrarSyed: updated example a little
	AbrarSyed: updated wrapper to gradle 1.11

Build 1.7.2-7.2.132.882:
	LexManos: Update README.txt

Build 1.7.2-7.2.131.881:
	LexManos: Fix network close events never getting called. Closes #381 #382

Build 1.7.2-7.2.130.880:
	LexManos: Fix long standing deobf issue that caused announce-player-achievements property to have no effect on dedicated servers.

Build 1.7.2-7.2.129.879:
	LexManos: Fix hard link to DedicatedSerever when opening a LAN connection causing stalls on connecting.

Build 1.7.2-7.2.128.878:
	LexManos: Re-enable post initalize texture pack reloading to allow Icons to be registerd through any init phase.

Build 1.7.2-7.2.127.877:
	LexManos: Kill the modEventTypes list, register anything that extends FMLEvent, Fixes MissingMappingEvent handler, and any future events added.

Build 1.7.2-7.2.126.876:
	LexManos: Reload game settings after mod loading is finished to capture mod keybindings. Closes #378

Build 1.7.2-7.2.125.875:
	dhtvut5vyetvervtyhrbtdy: FML expands S3F to support payloads up to 2 megs in size. Should be transparent

Build 1.7.2-7.2.124.874:
	jdroque:
		Prevent player dat files getting reset during disconnects.
		
		Since FML nulls out the player's playerNetServerHandler during login, we need to
		make sure that writePlayerData does not attempt to overwrite the player's dat file
		if the player disconnects during the "Logging In" process.

Build 1.7.2-7.2.122.873:
	donalddani9612: Fix ExampleMod.java for build #1024+

Build 1.7.2-7.2.120.872:
	dhtvut5vyetvervtyhrbtdy: Some argumentation

Build 1.7.2-7.2.119.871:
	dhtvut5vyetvervtyhrbtdy:
		Try and handle removal of mods a bit better. Currently no way to allow a world which has missing
		blocks to load - but i have the code in place to allow it i think.
	dhtvut5vyetvervtyhrbtdy:
		Fix failing to load a world with missing mod blocks and items. There will be a way to force worlds to load
		when stuff is missing, but for right now, it will fail as this is "world safe".

Build 1.7.2-7.2.117.870:
	jdroque:
		Prevent players from logging in until server has finished starting.
		
		This improves server security as it guarantees no players will be
		allowed to connect until the server has fully initialized.

Build 1.7.2-7.2.116.869:
	LexManos: Fix isRemote, this is integral to so many parts of the code, everyone knows it by this name, People should not change it.

Build 1.7.2-7.2.115.868:
	LexManos: Update MCP mapping snapshot to latest crowdsourced names.

Build 1.7.2-7.2.114.867:
	dhtvut5vyetvervtyhrbtdy: Clean up FMLEventChannel. Closes #367.

Build 1.7.2-7.2.113.866:
	LexManos: Fix obf error when right clicking a Empty Map.

Build 1.7.2-7.2.112.865:
	dhtvut5vyetvervtyhrbtdy:
		Tweak so that writing to the context will automatically send a message back to
		the originator in handshakeestablished.

Build 1.7.2-7.2.111.864:
	LexManos: Bump gradle wrapper to 1.10
	dhtvut5vyetvervtyhrbtdy: Ensure we check both item and block registries when finding valid IDs. Should fix #365

Build 1.7.2-7.2.109.863:
	dhtvut5vyetvervtyhrbtdy: Try harder to find a mod container.
	dhtvut5vyetvervtyhrbtdy:
		And make a loud message if there isn't a modcontainer found, substitute Minecraft. In general, this can only happen
		for coremods not properly registering their code. Closes #363

Build 1.7.2-7.2.107.862:
	dhtvut5vyetvervtyhrbtdy: Beginning of a saveinspectionhandler.

Build 1.7.2-7.2.106.861:
	dhtvut5vyetvervtyhrbtdy: And don't spam NONE everywhere
	dhtvut5vyetvervtyhrbtdy: Log4j2 doesn't need debug level logging for itself anymore

Build 1.7.2-7.2.104.860:
	dhtvut5vyetvervtyhrbtdy: Log4j2 logging context for things. This should help add context when things go wrong in mods.

Build 1.7.2-7.2.103.859:
	dhtvut5vyetvervtyhrbtdy: Name the log files properly. fml-junk is an early startup annoyance I can't kill because log4j2.

Build 1.7.2-7.2.102.858:
	dhtvut5vyetvervtyhrbtdy: Log the bad packet in a prettier way. Also, don't show the authlib debug data in the log file.

Build 1.7.2-7.2.101.857:
	dhtvut5vyetvervtyhrbtdy: Add in error logging for outbound messages. Fix bug with indexedcodec NPE
	dhtvut5vyetvervtyhrbtdy: Fix derp with networkcheck
	dhtvut5vyetvervtyhrbtdy: And turn down some more logging, now we have useful logging back again..

Build 1.7.2-7.2.98.856:
	dhtvut5vyetvervtyhrbtdy: Fix log4j2 config. Fix server gui to *show* logging. Fix log spamminess in the console. Fix bug in servergui that can cause deadlock.

Build 1.7.2-7.2.97.855:
	dhtvut5vyetvervtyhrbtdy:
		Fix reply handling. Make the proxy message available for subclasses of indexedcodec. Fire user events into the network
		event firing.

Build 1.7.2-7.2.96.854:
	dhtvut5vyetvervtyhrbtdy: Clean up and document outbound handler a bit better. Add in dispatcher target. Closes #361

Build 1.7.2-7.2.95.853:
	dhtvut5vyetvervtyhrbtdy: Add in example assets dir. Closes #308

Build 1.7.2-7.2.94.852:
	rainwarrior: Propagate Optional method removal to trait implementation classes

Build 1.7.2-7.2.92.851:
	AbrarSyed: Logging Changes
	sacabrarsyed: changed fml log level to all
	sacabrarsyed: put max number of FML log files to 3
	dhtvut5vyetvervtyhrbtdy: And restore suppressions. ABRAR, DON'T TIDY CODE!!!!

Build 1.7.2-7.2.87.850:
	dhtvut5vyetvervtyhrbtdy: Make sidedproxy support non-public fields. Closes #344

Build 1.7.2-7.2.86.849:
	dhtvut5vyetvervtyhrbtdy: Try and stop the epic channel closed spam at close time. Closes #353

Build 1.7.2-7.2.85.848:
	dhtvut5vyetvervtyhrbtdy: findBlock should now return null, not the default block, if the thing being looked for is not found. Closes #352

Build 1.7.2-7.2.84.847:
	dhtvut5vyetvervtyhrbtdy: Allow connection when server is apparently offline. Might allow :NOFML circumvention though. Hmmm. Closes #359

Build 1.7.2-7.2.83.846:
	dhtvut5vyetvervtyhrbtdy: Check the mod, not it's container, in the check handler. Closes #358

Build 1.7.2-7.2.82.845:
	dhtvut5vyetvervtyhrbtdy:
		Allow indexed messages to validate themselves. Also, catch exceptions from
		an embedded channel, and cause them to close the connection. It's ugly, but
		it means that the client doesn't crash if it connects to a screwy bungycord that's trying a 1.6 handshake for some reason.

Build 1.7.2-7.2.81.844:
	dhtvut5vyetvervtyhrbtdy: Add a type adapter for artifact version. Should fix #354

Build 1.7.2-7.2.80.843:
	jk-5: Throw an exception when discriminator is not found

Build 1.7.2-7.2.78.842:
	jk-5:
		Make NetworkEventFiringHandler sharable
		
		Fixes #356

Build 1.7.2-7.2.76.841:
	dhtvut5vyetvervtyhrbtdy:
		SSP Worlds updating from 1.6 will now pop a warning message before loading, and will capture a timestamped
		zip file in the minecraft dir before starting to load. Allows for people to test updates.

Build 1.7.2-7.2.75.840:
	LexManos: Move placement of single player world load hook to fix NPEs.

Build 1.7.2-7.2.74.839:
	dhtvut5vyetvervtyhrbtdy: Fix NPE at startup
	dhtvut5vyetvervtyhrbtdy: Fix memory leak?!

Build 1.7.2-7.2.72.838:
	dhtvut5vyetvervtyhrbtdy: Clean up some warnings about @Override

Build 1.7.2-7.2.71.837:
	dhtvut5vyetvervtyhrbtdy:
		Make UniqueIdentifier final and add a hashCode. Closes #348
		
		Clean up language registry. It can be used to access all translations of mods on client or server.
		Auto loads from assets files.

Build 1.7.2-7.2.70.836:
	dhtvut5vyetvervtyhrbtdy: Put logging exception handlers on all channel inbounds. Fix problem with failure to login. Closes #350

Build 1.7.2-7.2.69.835:
	dhtvut5vyetvervtyhrbtdy:
		Fire a custom packet channel registration/deregistration event, for any mods that care about that
		kind of thing

Build 1.7.2-7.2.68.834:
	dhtvut5vyetvervtyhrbtdy: Some fixes and tweaks
	dhtvut5vyetvervtyhrbtdy: Clean up some warnings. Add in simple network impl
	dhtvut5vyetvervtyhrbtdy: Add in some tests and examples for the "simple" network stuff
	dhtvut5vyetvervtyhrbtdy: Fix bug with SSP, and hook so we can do confirmation of world loading, as well as other things

Build 1.7.2-7.2.63.833:
	dhtvut5vyetvervtyhrbtdy: Fix bukkit connectivity issue.

Build 1.7.2-7.2.62.832:
	LexManos: Added basic Mojang account authentication support for development time login.

Build 1.7.2-7.2.61.831:
	jezzadabomb: At the request of AbrarSyed.

Build 1.7.2-7.2.59.830:
	dhtvut5vyetvervtyhrbtdy: Fix possible NPE derp
	dhtvut5vyetvervtyhrbtdy: Divert connection through FML, so we can deny connections to servers that don't want us

Build 1.7.2-7.2.57.829:
	dhtvut5vyetvervtyhrbtdy: Fix up privacy derp in TickEvent. Closes #343

Build 1.7.2-7.2.56.828:
	dhtvut5vyetvervtyhrbtdy: Fix openGui. Closes #342

Build 1.7.2-7.2.55.827:
	dhtvut5vyetvervtyhrbtdy:
		Add in a simple(ish) event driven network handling system. Register using newEventDrivenChannel
		and you'll get a simple network handler that will fire events at the subscriber(s) of your
		choice, whenever a packet is received. You'll also get some convenience methods for sending
		to things.

Build 1.7.2-7.2.54.826:
	dhtvut5vyetvervtyhrbtdy: Fix potential ordering issue, clean up some imports

Build 1.7.2-7.2.53.825:
	dhtvut5vyetvervtyhrbtdy: Fix the keybinding array to the right one
	dhtvut5vyetvervtyhrbtdy: Fix TargetPoint to be static
	jake: added override toString method for getting full name.
	jake: changed the readme to reflect new setup task.
	jake: undid readme change
	dhtvut5vyetvervtyhrbtdy: Fix csv string vs list of strings. Thanks immibis. Closes #334

Build 1.7.2-7.2.46.820:
	dhtvut5vyetvervtyhrbtdy:
		Fix problem with connecting to vanilla.
		SHOW what's modded and what's vanilla in the list. Hooks that make the blocking work to come

Build 1.7.2-7.2.45.819:
	LexManos: Mark jopt needed on the server, herp derp, blame Abrar!

Build 1.7.2-7.2.44.818:
	dhtvut5vyetvervtyhrbtdy: Fix stupid hardcoding derp

Build 1.7.2-7.2.43.817:
	dhtvut5vyetvervtyhrbtdy: Add a utility method for finding the channel handler name based on type. Should fix naming weirdnesses.

Build 1.7.2-7.2.42.816:
	dhtvut5vyetvervtyhrbtdy: Added transparent background for GuiIngameModOptions as per cpw's request. May not compile due to manual de-mcp-fication.
	dhtvut5vyetvervtyhrbtdy: Fix up readmes and credits. We no longer support modloader.
	dhtvut5vyetvervtyhrbtdy: Tweaks
	Joe Amenta: Avoiding redundant calls to LogManager
	dhtvut5vyetvervtyhrbtdy: Fix up mcpname derp in GuiScrollingList.

Build 1.7.2-7.2.36.813:
	dhtvut5vyetvervtyhrbtdy: Config GUIs in the modlist now work.

Build 1.7.2-7.2.35.812:
	ohai.iChun: Fix button size for GuiModList
	dhtvut5vyetvervtyhrbtdy: Tweak button positions.

Build 1.7.2-7.2.33.811:
	dhtvut5vyetvervtyhrbtdy: Starting work on the actual GUI. Still work to do. Needs an API.

Build 1.7.2-7.2.32.810:
	dhtvut5vyetvervtyhrbtdy: Fix derpiness with Mods button when Realms is available

Build 1.7.2-7.2.31.809:
	dhtvut5vyetvervtyhrbtdy: Lots of network cleanup. Gui packets now work too!

Build 1.7.2-7.2.30.808:
	dhtvut5vyetvervtyhrbtdy:
		Expose the nethandler in a few places, and pull out FMLEmbeddedChannel, exposing a utility method on it.
		More to come.

Build 1.7.2-7.2.29.807:
	dhtvut5vyetvervtyhrbtdy: Add in the tweakclass, fix the json for lzma @ the server.

Build 1.7.2-7.2.28.806:
	dhtvut5vyetvervtyhrbtdy: Allow itemstacks for furnace recipe inputs. Allow passing extra arguments through registerblock into the itemblock constructor.

Build 1.7.2-7.2.27.805:
	dhtvut5vyetvervtyhrbtdy: Fire simple network connect/disconnect gameevents.

Build 1.7.2-7.2.26.804:
	dhtvut5vyetvervtyhrbtdy: Fix example mod code for 1.7

Build 1.7.2-7.2.25.803:
	dhtvut5vyetvervtyhrbtdy: Make gradlew executable on linux
	dhtvut5vyetvervtyhrbtdy: Attempt to load old pre-1.7 worlds. ENSURE YOU HAVE A BACKUP!

Build 1.7.2-7.2.23.802:
	dhtvut5vyetvervtyhrbtdy: Fix handling world reloads when new stuffs are added
	dhtvut5vyetvervtyhrbtdy: Update render registry
	dhtvut5vyetvervtyhrbtdy: AT for renderblocks

Build 1.7.2-7.2.20.799:
	LexManos: Add 1.7.2 base json, Gradle will automatically download updated versions of this. Keeping it in the repo allows us to see what base json we have built our jsons off of. And if it changes update accordingly.

Build 1.7.2-7.2.19.798:
	dhtvut5vyetvervtyhrbtdy:
		Fix handshaking properly. Also, fix ID syncup. It now will completely freeze the idmap after preinit.
		This frozen map is used to inject "new" stuff into existing serverside worlds. Interesting sideeffect: remote
		servers lacking things will change the client, to also LACK ids for those things. watch for -1 ids in your remap
		events. Note: idmaps should be considered temporary per server instance. SERVERSTOPPED will restore "startup" state,
		as will client logout.

Build 1.7.2-..794.794:
	dhtvut5vyetvervtyhrbtdy: Step 1: The Purge
	dhtvut5vyetvervtyhrbtdy: Step 2: The Reformation
	dhtvut5vyetvervtyhrbtdy: Step 3: The Rebirth
	dhtvut5vyetvervtyhrbtdy: Publish to repo folder for local testing.
	dhtvut5vyetvervtyhrbtdy: Add gradle wrapper
	dhtvut5vyetvervtyhrbtdy: Include eclipse template workspace, for packaging in src distro.
	dhtvut5vyetvervtyhrbtdy: Move to install to not clutter root directory with the .bat and .sh files I know are coming.
	dhtvut5vyetvervtyhrbtdy: added src distribution gradle file
	dhtvut5vyetvervtyhrbtdy: Fix license and naming
	dhtvut5vyetvervtyhrbtdy: Change the build to capture an MCP version, also, tweak the sources so mavenLocal can be used for ForgeGradle
	sacabrarsyed: Update 1.6.4-rel.json
	LexManos: Join the developers list in the pom and fix the client run configs in the workspace.
	dhtvut5vyetvervtyhrbtdy: First pass : kill modloader, clean up warnings
	dhtvut5vyetvervtyhrbtdy: Deprecation cleanup. Bye bye more modloader stuffs
	dhtvut5vyetvervtyhrbtdy: Remove all public all the time from Minecraft. It is unnecessary with ModLoader gone. DEAL WITH IT. File AT public requests, make a coremod, whatever. This needed to die.
	dhtvut5vyetvervtyhrbtdy: Kill more references to modloader.
	pahimar: Add in null protection for client/server sides of handleChat
	dhtvut5vyetvervtyhrbtdy: Don't try and open GUIs on the server.
	dhtvut5vyetvervtyhrbtdy: Way to go, missing import. *sigh*
	dhtvut5vyetvervtyhrbtdy: Actually do it correctly. Should be more forge friendly now.
	AbrarSyed: updated samples
	LexManos: Make the working directory the root of the eclipse workspace.
	LexManos: Don't validate signatures in dev env.
	sacabrarsyed: fix derp in example builscript
	dhtvut5vyetvervtyhrbtdy:
		Pass 1: Most patches are restored.
		
		NOTES: 1. Network is completely broken. 2. GameRegistry is partially broken. 3. ID sync is not in.
	dhtvut5vyetvervtyhrbtdy: Update gitignore
	dhtvut5vyetvervtyhrbtdy: The basic network handshaking for FML is done. All scenarios seem to work.
	dhtvut5vyetvervtyhrbtdy:
		A network design I like. It uses the netty embedded channel to allow mods to build channel pipelines on top of
		custom payload packets.
	dhtvut5vyetvervtyhrbtdy: Check in patches. Add in some network timeout tweaking values so you can debug the network.
	dhtvut5vyetvervtyhrbtdy: More cleanup. Bidirectional server <-> client network works for mods as well as FML|HS now.
	dhtvut5vyetvervtyhrbtdy:
		OK, network channels appear to be working well for both dedi and integrated servers.
		The beginnings of the new mod structure too.
	dhtvut5vyetvervtyhrbtdy: More network stuff, partially done id syncing.
	dhtvut5vyetvervtyhrbtdy: ID loading from the server save now works.
	LexManos: Add sonatype snapshots repo for SpecialSource snapshots.
	LexManos: Add mappings for Items/Blocks fields.
	LexManos: Update for fixed Enum cleaning and names.
	LexManos: Did it manually, forgot it needed the end comma
	dhtvut5vyetvervtyhrbtdy: ID syncing.
	dhtvut5vyetvervtyhrbtdy: Cleanups
	dhtvut5vyetvervtyhrbtdy: Add in a remapping event for mods to consume.
	dhtvut5vyetvervtyhrbtdy: Fixed remote and local connections work with mods now.
	dhtvut5vyetvervtyhrbtdy: Entity spawning works.
	dhtvut5vyetvervtyhrbtdy: SpawnAdjustment packet. Clean up stuffs. No more compile errors.
	dhtvut5vyetvervtyhrbtdy: Fix stupid possible compiler error.
	dhtvut5vyetvervtyhrbtdy: Fix the exc file. Fix the deobfremapper for handling inner classes.
	dhtvut5vyetvervtyhrbtdy: Fix exc this time *sigh*
	dhtvut5vyetvervtyhrbtdy: Clean up patches for latest exc.
	LexManos: Kill old patches and add rejects to ignore file.
	dhtvut5vyetvervtyhrbtdy: Fix AT, Fix exc. Almost works now!
	dhtvut5vyetvervtyhrbtdy: First functional release under reobfuscation.
	sacabrarsyed: Update shiped ForgeGradle for 1.7
	LexManos: Rename synthetic bridge methods, these methods are not decompiled, but need to reobf correctly cross the recompile boundary.
	dhtvut5vyetvervtyhrbtdy: Some patching touchups
	dhtvut5vyetvervtyhrbtdy: Update for log4j2
	dhtvut5vyetvervtyhrbtdy: Copy eventhandler from Forge into FML. It is going to replace a lot of the runtime event systems.
	dhtvut5vyetvervtyhrbtdy: Patch some GUIs. We're gonna add some basic mod gui config support.
	dhtvut5vyetvervtyhrbtdy: Fire a user event down the channels when a handshake has occured.
	dhtvut5vyetvervtyhrbtdy: Ticks, Player events, keybindings, all migrated to the new event driven system.
	dhtvut5vyetvervtyhrbtdy: Code to disable mods at runtime, or other times.
	dhtvut5vyetvervtyhrbtdy: ICraftingHandler, IPickupHandler are now both events.
	dhtvut5vyetvervtyhrbtdy: IWorldGenerator now has an ordering at registration time. This means the order of worldgen should be much more stable.
	LexManos: Update patches for Gradle's rename rewrite: MinecraftForge/ForgeGradle@19e7acf2a27a6c6ae60f6e8ab38337defddc16d3
	dhtvut5vyetvervtyhrbtdy: Working on id missing handling
	dhtvut5vyetvervtyhrbtdy: More tweaking on id stuffs at worldload
	dhtvut5vyetvervtyhrbtdy: bump to legacy launcher 1.9 with logging unification stuffs.
	LexManos: Add new required --accessToken to launch specs.
	dhtvut5vyetvervtyhrbtdy: Fix build script

Build 6.4.41 (master):
	dhtvut5vyetvervtyhrbtdy:
		Add in the ability to strip interface references for specific interfaces - this is probably mostly useful for
		scala scenarios where sythetic methods are generated and is not a substitute for using Optional.Method where appropriate.
		Closes #300

Build 6.4.40 (master):
	dhtvut5vyetvervtyhrbtdy: Change a couple of warnings, as a prelude to 1.7- preinit is now required for all GameRegistry activity, and every item and block REQUIRES registration.

Build 6.4.39 (master):
	dhtvut5vyetvervtyhrbtdy: Fix derp with custom properties. They work now!

Build 6.4.38 (master):
	dhtvut5vyetvervtyhrbtdy: Fix recursive API dependency resolution. Allows nested APIs, such as BuildCraft's

Build 6.4.37 (master):
	dhtvut5vyetvervtyhrbtdy: Fix up duplicate entries

Build 6.4.36 (master):
	dhtvut5vyetvervtyhrbtdy: Attempt to inject coremods as tweakers, so both can share a dependency ordering
	dhtvut5vyetvervtyhrbtdy:
		Add in an API marker for API type packages.
		This does several things:
		1. Packages marked as API will generate a new "modid" (the provides) that can be depended on.
		2. Packages marked as API will be searched systemwide, and anything declaring that package (even without the API marker)
		will get an implicit dependency on the API package.
		3. The API package itself will get a soft dependency on the "owner" package.
		
		@Optional elements can refer to the API packages instead of a concrete mod as well.

Build 6.4.34 (master):
	dhtvut5vyetvervtyhrbtdy: Wrapping coremods as tweakers. Part 1.

Build 6.4.33 (master):
	dhtvut5vyetvervtyhrbtdy:
		Modify ordering of networkmod registration and mod instantiation. This fixes VersionCheckHandler logging an incorrect failure message due
		to NPE.
	dhtvut5vyetvervtyhrbtdy: Fix up documentation of VersionCheckHandler - it only ever accepted a String and only works on the NetworkMod annotated class

Build 6.4.31 (master):
	LexManos: Make each mod's EventBus log a child of it's main logger.

Build 6.4.30 (master):
	dhtvut5vyetvervtyhrbtdy: Fix up handling the new method signature data for NetworkCheckHandlers

Build 6.4.29 (master):
	dhtvut5vyetvervtyhrbtdy: Use null to empty, so missing values work. *sigh*

Build 6.4.28 (master):
	dhtvut5vyetvervtyhrbtdy:
		Primitive capability for tweakers to order. Add a "TweakOrder" integer
		property to your manifest, or accept the default of zero.

Build 6.4.27 (master):
	kevin.ji:
		Very minor style fixes
		
		Replacing tabs with spaces consistently, making brace styles consistent, etc.

Build 6.4.25 (master):
	dhtvut5vyetvervtyhrbtdy: Support, and fix up, interface lists for Optional

Build 6.4.24 (master):
	LexManos: Delay sound system backend initalization to speed up startup and prevent race condition on some computers.

Build 6.4.23 (master):
	dhtvut5vyetvervtyhrbtdy: Optional shouldn't be constructable itself. It's purely a wrapper thing.
	dhtvut5vyetvervtyhrbtdy: ModLoader is officially deprecated. It will all cease to be with 1.7.

Build 6.4.21 (master):
	dhtvut5vyetvervtyhrbtdy: Add in support for Optional interfaces and methods. Be gone coremods!

Build 6.4.20 (master):
	dhtvut5vyetvervtyhrbtdy: Fix null killing the server

Build 6.4.19 (master):
	LexManos: Fix md5s for new checksums.sha1 in scala libraries.

Build 6.4.18 (master):
	dhtvut5vyetvervtyhrbtdy: Attempt at a shared modlist implementation - should allow visibility between liteloader and fml for "mod list display"

Build 6.4.17 (master):
	dhtvut5vyetvervtyhrbtdy: Cross-modsystem compatibility fix with thanks to Mumfrey @ liteloader

Build 6.4.16 (master):
	dhtvut5vyetvervtyhrbtdy: Add to both the classloader and the parent

Build 6.4.15 (master):
	dhtvut5vyetvervtyhrbtdy: Fix deobf tweaker

Build 6.4.14 (master):
	dhtvut5vyetvervtyhrbtdy: TYPOS!!!

Build 6.4.13 (master):
	dhtvut5vyetvervtyhrbtdy:
		Separate deobf tweaker so it runs last. Should fix problems with cascaded tweakers
		expecting an obf environment.

Build 6.4.12 (master):
	dhtvut5vyetvervtyhrbtdy:
		Add debugging for deobfuscation
		
		Add negative caching for field and method maps. Should shortcut some work
		
		Fix handling the case where a class doesn't exist, but still needs deobf
		
		Ask the patch manager for the bytes for the class, not the classLoader
		
		Fix up some more places where we should look for a patched class
		
		Fix problem with empty source classes and runtime deobfuscation
	dhtvut5vyetvervtyhrbtdy: Use the negative cache in latest legacylauncher.
	dhtvut5vyetvervtyhrbtdy: Update for launchwrapper 1.8

Build 6.4.9 (master):
	LexManos: Update to new installer that uses xz compression and better support for non-standard jvms

Build 6.4.8 (master):
	dhtvut5vyetvervtyhrbtdy: And use the parent that's actually going to be valid. *sigh*

Build 6.4.7 (master):
	dhtvut5vyetvervtyhrbtdy: Herpaderp. Make addURL accessible. *sigh*

Build 6.4.6 (master):
	dhtvut5vyetvervtyhrbtdy: Fix injection of tweaker into system

Build 6.4.5 (master):
	smcv-mcmod:
		Fix NPE when loading second single-player world
		
		After leaving a single-player world, getServer() can return null, resulting
		in the stack trace below, "Fatal errors were detected during the
		transition from SERVER_STOPPING to SERVER_ABOUT_TO_START",
		"The ForgeModLoader state engine has become corrupted" and the client
		getting stuck forever.
		
		Exception in thread "Server thread" java.lang.NullPointerException
		at cpw.mods.fml.client.FMLClientHandler.serverStopped(FMLClientHandler.java:620)
		at cpw.mods.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:468)
		at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
		at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

Build 6.4.3 (master):
	dhtvut5vyetvervtyhrbtdy: Fix classpath for launchwrapper 1.7

Build 6.4.2 (master):
	dhtvut5vyetvervtyhrbtdy: Update workspaces for 1.6.4

Build 6.4.1 (master):
	dhtvut5vyetvervtyhrbtdy: Fix up a deep crash in the early server init hanging the client

Build 6.4.0 (master):
	dhtvut5vyetvervtyhrbtdy: Update for MC 1.6.4

Build 6.3.4 (master):
	LexManos: Make final transformers actually work on methods as well.

Build 6.3.3 (master):
	dhtvut5vyetvervtyhrbtdy: Format the log messages through MessageFormat. Thanks CovertJaguar for the pointer. Closes #282

Build 6.3.2 (master):
	LexManos: Update the src distro's eclipse workspace.

Build 6.3.1 (master):
	dhtvut5vyetvervtyhrbtdy: Update tweaker for new Launcher API
	dhtvut5vyetvervtyhrbtdy: Update for pre-ninja 1.6.3 update
	dhtvut5vyetvervtyhrbtdy: Update for real 1.6.3 update
	dhtvut5vyetvervtyhrbtdy: Update mcp mod info
	dhtvut5vyetvervtyhrbtdy: Update mc_versions data and commands patch and eclipse workspace

Build 6.2.63 (master):
	dhtvut5vyetvervtyhrbtdy: Update for new installer and thank you.

Build 6.2.62 (master):
	dhtvut5vyetvervtyhrbtdy: Add in support for using a mirror list and provide checksums for packed download of libs

Build 6.2.61 (master):
	dhtvut5vyetvervtyhrbtdy: Fix sidedness derp in LanguageRegistry.

Build 6.2.60 (master):
	dhtvut5vyetvervtyhrbtdy: Remove @SideOnly from 70318 (getDistance) it makes no sense that it's not on the server.
	dhtvut5vyetvervtyhrbtdy: Update MCP data

Build 6.2.58 (master):
	dhtvut5vyetvervtyhrbtdy: Use java 1.6 compatible method of closing the zip file. Stops stupid compile error.

Build 6.2.57 (master):
	dhtvut5vyetvervtyhrbtdy: Allow coremods to properly inject asset readers.
	dhtvut5vyetvervtyhrbtdy: Allow server side lang file injection, hopefully

Build 6.2.55 (master):
	dhtvut5vyetvervtyhrbtdy: More exception handling for less derpiness.

Build 6.2.54 (master):
	dhtvut5vyetvervtyhrbtdy: Try and use the relaunch log, which should be classloaded..
	dhtvut5vyetvervtyhrbtdy:
		Reset the IWorldGenerator seed for each mod, before calling. That should mean worldgen is consistent
		and not dependent on mod ordering, or mod sideeffects.

Build 6.2.52 (master):
	dhtvut5vyetvervtyhrbtdy: Fix up scala refs, for better results

Build 6.2.51 (master):
	dhtvut5vyetvervtyhrbtdy: Check keys, not values *sigh*

Build 6.2.50 (master):
	dhtvut5vyetvervtyhrbtdy: And more coremod logging

Build 6.2.49 (master):
	dhtvut5vyetvervtyhrbtdy: Add in some log information

Build 6.2.48 (master):
	dhtvut5vyetvervtyhrbtdy: And actually instantiate the collection *sigh*

Build 6.2.47 (master):
	dhtvut5vyetvervtyhrbtdy:
		Add in "FMLCorePluginContainsMod" in the manifest. If this value is
		present, FML will attempt to parse your mod jar file as a normal mod
		file as well, instantiating mod containers there.

Build 6.2.46 (master):
	dhtvut5vyetvervtyhrbtdy:
		Clean up a couple of resources. Also, don't parse jars just because
		they're in the mods dir

Build 6.2.45 (master):
	dhtvut5vyetvervtyhrbtdy:
		Make sure we only add args to the argument list if a tweaker hasn't already.
		Should fix LiteLoader compatibility issue.

Build 6.2.44 (master):
	dhtvut5vyetvervtyhrbtdy: Fix stupid derp is stupid. Closes #275 and means sp614x can do his thing

Build 6.2.43 (master):
	LexManos: Update installer.

Build 6.2.42 (master):
	bo: Fixed install.sh not passing arguments to install.py

Build 6.2.40 (master):
	i:
		Add missing SideOnly in BaseMod
		
		NetClientHandler exists only on client side and thus method using it should be annotated with SideOnly.

Build 6.2.38 (master):
	cpw: Add in some reverse lookup methods for game registry data

Build 6.2.37 (master):
	cpw:
		Temporarily add a version of 'reobfuscate.py' that will resolve complex
		reobfuscation graph issues with specialsource. Copy it over 'reobfuscate.py'
		in the mcp runtime dir. Hopefully will have an MCP/specialsource fix in
		the coming days.

Build 6.2.36 (master):
	cpw: Fix keybindings being derped

Build 6.2.35 (master):
	LexManos: Use json 2.9.1 nightly for OSX in release json like vanilla does.

Build 6.2.34 (master):
	LexManos: Stupid spaces and windows escaping -.-

Build 6.2.33 (master):
	LexManos: Add quotes for paths with spaces -.-

Build 6.2.32 (master):
	LexManos: Use a temporary file for recompile's command line to combat command length to long issues.

Build 6.2.31 (master):
	LexManos: Fix potential NPE in villager skin registry.

Build 6.2.30 (master):
	LexManos: Fix server launching.

Build 6.2.29 (master):
	dhtvut5vyetvervtyhrbtdy: Fix logo handling. no more NPE if the logo can't be found. Also, fix location of mcp logo now.

Build 6.2.28 (master):
	dhtvut5vyetvervtyhrbtdy: Fix up jar sanity check code. FML validation of the jar works now and doesn't derp classloading.

Build 6.2.27 (master):
	dhtvut5vyetvervtyhrbtdy:
		Force a global asset scan prior to mod construction : you should be able to
		reference assets anywhere in your mod now.
	dhtvut5vyetvervtyhrbtdy:
		Fix up logos in the mod screen. Clean up some unnecessary casts and suppressions, use the -debug asm
		library at dev time, since it contains full symbols and code in compiled form.
	LexManos: Kill mcp's truncate method, for more useful logs.
	LexManos: Kill release time scala libraries, to be re-evaluated after all movement is done and shit is fixed. May require manual instalation for mods that use scala.
	dhtvut5vyetvervtyhrbtdy:
		Coremods now have a primitive dependency capability. Also, we search mods dir for special
		"TweakClass" manifests. These are using the vanilla tweak mechanism to inject into
		Minecraft. Helpful for other "platform" systems, when you don't want to have to deal
		with json changes!
	LexManos: Update build and eclipse workspaces for debug asm.
	LexManos: Update Forge signature for new private key
	dhtvut5vyetvervtyhrbtdy:
		The server.classpath generates the runtime manifest, so it needs the
		non-debug asm jars.

Build 6.2.19 (master):
	dhtvut5vyetvervtyhrbtdy: Update FML for new stealth update for 1.6.2

Build 6.2.18 (master):
	captain_shadows:
		@InstanceFactory was set to look for Fields instead of methods
		
		"fix it" to now match the javadoc :P
		
		if it was set like that so modders wouldn't use it, it might be better to just say so in the documentation

Build 6.2.16 (master):
	LexManos: Disable signature check of client for now, it's broken.
	dhtvut5vyetvervtyhrbtdy: Decode the file URL. Hopefully will make things work more..
	dhtvut5vyetvervtyhrbtdy: And don't forget to remove the test code

Build 6.2.13 (master):
	LexManos: Add MC Version to installed version name.
	LexManos: Don't validate signatures on servers, they are not signed.
	LexManos: Temporarily disable GuiModList's Mod logos.

Build 6.2.10 (master):
	LexManos: Fix NPE in new debug line when patch targets don't exist.

Build 6.2.9 (master):
	dhtvut5vyetvervtyhrbtdy: Don't initialize the server.

Build 6.2.8 (master):
	dhtvut5vyetvervtyhrbtdy:
		FML now verifies that the minecraft jar is correct and intact. This is intended to discourage those who think that
		modifying the minecraft jar is still acceptable.

Build 6.2.7 (master):
	dhtvut5vyetvervtyhrbtdy: Test server-siding ResourceLocation

Build 6.2.6 (master):
	dhtvut5vyetvervtyhrbtdy: The game is going to exit in face of patch mismatch, unless you force it to run with fml.ignorePatchDiscrepancies in the system properties.

Build 6.2.5 (master):
	LexManos: Update eclipse workspaces for 1.6.2
	dhtvut5vyetvervtyhrbtdy: Tweak debug data on patched classes
	dhtvut5vyetvervtyhrbtdy:
		We now generate an adler32 checksum for each patched file and verify at load time that they match.
		Mismatch won't crash, but will emit a big warning..
	dhtvut5vyetvervtyhrbtdy: Update for stealth update. Thanks mojang!

Build 6.2.1 (master):
	dhtvut5vyetvervtyhrbtdy: Update for 1.6.2 and MCP 8.04
	dhtvut5vyetvervtyhrbtdy: Add the jsons for 1.6.2

Build 6.1.39 (master):
	dhtvut5vyetvervtyhrbtdy:
		Add cascadedTweaks. This will allow simple coexistence for any other mod framework using
		the tweaker system as well. Hi Voxel and LiteLoader!

Build 6.1.38 (master):
	jeffreykog: Update ModLoaderFuelHelper.java

Build 6.1.36 (master):
	dhtvut5vyetvervtyhrbtdy: Update mcp data. fixes #248

Build 6.1.35 (master):
	dhtvut5vyetvervtyhrbtdy: Fix coremod injection into main system. Should stop double-dipping coremods.

Build 6.1.34 (master):
	LexManos: Move Resource refreshing until affter postInit.

Build 6.1.33 (master):
	LexManos: Fix missing argument and startclient/startserver support.

Build 6.1.32 (master):
	LexManos: Add deobf-data to setup env.
	LexManos: Fix eclipse workspaces and launch configurations.
	LexManos: Update to new MCP bugfix version, Fixes: Missing Armor/Item rendering, and Boss health mapping issues.

Build 6.1.29 (master):
	dhtvut5vyetvervtyhrbtdy:
		Fix up some deprecation warnings, and clean up coremod code that's going
		away.
	dhtvut5vyetvervtyhrbtdy: More javadoc cleanup
	dhtvut5vyetvervtyhrbtdy: Add in support for mods/<mcversion> as a mod location. Also drop coremods as a location. They go in mods too now.
	dhtvut5vyetvervtyhrbtdy: Update key

Build 6.1.25 (master):
	dhtvut5vyetvervtyhrbtdy:
		Revert "Keep these on our servers until the launcher is actually fixed -.-"
		
		This reverts commit f1b533ad87ea08d6e62259c59779bcec1636e2fe.

Build 6.1.24 (master):
	jrtc27: Fixed ClassCastException when loading ModLoader mods
	dhtvut5vyetvervtyhrbtdy: Fix transformer search

Build 6.1.21 (master):
	dhtvut5vyetvervtyhrbtdy:
		Resource packs, part two. FML mods are now resource packs. Vanilla will scan anything under 'assets'
		and turn it into a resource prefix. Use resourcelocations to look stuff up.

Build 6.1.20 (master):
	LexManos: Keep these on our servers until the launcher is actually fixed -.-

Build 6.1.19 (master):
	dhtvut5vyetvervtyhrbtdy:
		Mods are now loaded as resource packs. Vanilla will scan for valid prefixes based on subdirs of 'assets' which
		can then be referenced as ResourceLocations with the "<prefix>:path" notation.
	dhtvut5vyetvervtyhrbtdy: Remember to update your patches!!!!

Build 6.1.17 (master):
	dhtvut5vyetvervtyhrbtdy: Fix EventHandler annotation.

Build 6.1.16 (master):
	LexManos: Point scala downloads to our servers, Launcher doesn't like standard maven repos.
	dhtvut5vyetvervtyhrbtdy: Fix -rel json

Build 6.1.14 (master):
	dhtvut5vyetvervtyhrbtdy: Update json samples
	dhtvut5vyetvervtyhrbtdy: Fix up release JSON
	LexManos: Fix json syntax error.

Build 6.1.11 (master):
	LexManos: Add FML Installer logo crated by @ZaverSLO https://twitter.com/ZaverSLO/status/349947190300508162
	LexManos: Build installer package for the new client launcher.

Build 6.1.9 (master):
	LexManos: Revert common folder fix, Common folder does nothing, feel free to delete it after first load.

Build 6.1.8 (master):
	LexManos: Fix src distrabution, and got rid of pesky common folder in eclipse workspace. src is now installable.

Build 6.1.7 (master):
	LexManos:
		Upgraded minecraft downloader to work with new launcher's asset/library system
		New parameter:
		  --no-assets: Disables the downloading of minecraft's asset tree, recomended that build servers supply this flag to prevent downloading of useless data.
	LexManos: Add filter support for MCPMerger, and filter out libraries from the server's 'fat jar'.
	dhtvut5vyetvervtyhrbtdy: Ignore binpatch
	dhtvut5vyetvervtyhrbtdy: Fixes, so it builds again..
	dhtvut5vyetvervtyhrbtdy: Changed to the EventHandler annotation universally, documentation and stuff.
	dhtvut5vyetvervtyhrbtdy: First cut of runtime binary patching. Needs some work to actually test it in a real scenario..
	dhtvut5vyetvervtyhrbtdy: Server side tested and working. Setup is complex atm. That will change.
	dhtvut5vyetvervtyhrbtdy: More tweaks
	dhtvut5vyetvervtyhrbtdy: Merge in binpatch and use launcher
	dhtvut5vyetvervtyhrbtdy: More fixups for new launcher model
	dhtvut5vyetvervtyhrbtdy: Fix build script. Add a sample JSON file. You'll need the newest Launcher code to run this.
	dhtvut5vyetvervtyhrbtdy: No more debug please
	LexManos:
		Upgraded minecraft downloader to work with new launcher's asset/library system
		New parameter:
		  --no-assets: Disables the downloading of minecraft's asset tree, recomended that build servers supply this flag to prevent downloading of useless data.
	LexManos: Add filter support for MCPMerger, and filter out libraries from the server's 'fat jar'.
	dhtvut5vyetvervtyhrbtdy: Ignore binpatch
	dhtvut5vyetvervtyhrbtdy: Fixes, so it builds again..
	dhtvut5vyetvervtyhrbtdy: Changed to the EventHandler annotation universally, documentation and stuff.
	dhtvut5vyetvervtyhrbtdy: Add a simple property annotation system for mods.
	LexManos:
		Re-wrote/orginized a lot of fml.py. Almost everything is re-written/moved.
		This is done in preperation for MCP to roll out SpecialSource support and the new 1.6 structure.
		Also done for my sanity while reading through the code.
		
		Intruduced a new function. If there is a 'mcp_data' folder in the FML folder, it will be copied to the MCP work directory after MCP is extracted.
		It DOES overwrite anything that already exists.
		This is intended for places like BuildServer to place libraries/assets to prevent them from needing to be downloaded every version.
		
		Introduced a dev-env json. Need to write the eclipse workspace references to the new libraries.
		Out custom json includes asm and legacylauncher.
		
		Added proper OptionParsing to decompile.py
	LexManos: Add missing argument
	LexManos: Fixed update_packages.py for new folder strcture.
	LexManos: Add suggestions output if it can.
	LexManos: Update eclipse projects for new libraries dependancies, and update packages for new 1.6 classes.
	LexManos: Add Clean Server/Client launcher. Update Start.java to new Main class and login system.
	LexManos: Base GenDiff off deobf data's class list instead of the merged jar. Add option to delete target files that generate patches.
	LexManos:
		Add support for alternative maven servers in libraries.
		Also download sources for public libraries, and atach them in eclipse. DOCUMENTATION!! YAYA!
	dhtvut5vyetvervtyhrbtdy: Tweak missing mapping
	dhtvut5vyetvervtyhrbtdy: New mappings for marker
	dhtvut5vyetvervtyhrbtdy: First draft of 1.6 update
	dhtvut5vyetvervtyhrbtdy: More fixes, binpatching works
	LexManos: Push conf folder for 1.6, Relied heavily on a yet-unreleased version of MCP.
	LexManos: Fix typo in new packages.
	LexManos: Another typo
	dhtvut5vyetvervtyhrbtdy: More fixups
	dhtvut5vyetvervtyhrbtdy: Some fixes for updated mcp code
	dhtvut5vyetvervtyhrbtdy: 1.6.1
	dhtvut5vyetvervtyhrbtdy: Tweak commands patch
	dhtvut5vyetvervtyhrbtdy: Functional client @ 1.6.1
	dhtvut5vyetvervtyhrbtdy: Client launch for eclipse
	LexManos:
		Add windows lzma executable
		http://tukaani.org/xz/
		He states that most things are under public domain, But I couldn't find an exact reference to this executable.
		I'm going to assume it under public domain and distribuiting it here is fine. If not someone please direct me to the apropriate license and I will act accordingly.
	LexManos: Fix wrong project name in distro eclipse launch.
	LexManos:
		Add deobf data to src dist.
		Dont create deobf jar as we ship the lzma
		Added *.lzma to .gitignore
	LexManos: Add deobf data to merge-common, worspace is now actually runnable!
	dhtvut5vyetvervtyhrbtdy: Cleanup coremod code, server side working now.
	dhtvut5vyetvervtyhrbtdy: Update mcp URL.

Build 5.2.28 (binpatching):
	LexManos: Move down Forge's EventBus to FML, More efficient and faster then Guava's.
	LexManos: Stop using guava's EventBus and use Forge's.

Build 5.2.26 (binpatching):
	dhtvut5vyetvervtyhrbtdy: No more debug please
	dhtvut5vyetvervtyhrbtdy: Server side tested and working. Setup is complex atm. That will change.
	LexManos: Depercate annotation specific Mod init system. Use standard EventBus annotation, this is MUCH smpler and straight forward. Durasticlly decreases the complexity of the FML Mod class design.

Build 5.2.23 (master):
	dhtvut5vyetvervtyhrbtdy: Attempt to properly fix deadlock if the internal server derps. It should never hang now. Damn you fast computer..
	dhtvut5vyetvervtyhrbtdy: Small tweaks to the mcp data. Nothing major..

Build 5.2.21 (master):
	dhtvut5vyetvervtyhrbtdy:
		Add in an optional modid identifier for @SidedProxy. It's main use is when both scala and java @Mods reside in the
		same package, and you want the @SidedProxy behaviour for a specific @Mod language type. In general it should not be needed otherwise.
	dhtvut5vyetvervtyhrbtdy: Fix sysout with trailing messages after a newline

Build 5.2.19 (master):
	dhtvut5vyetvervtyhrbtdy: Don't continue trying to send events to mods that depend on errored mods.

Build 5.2.18 (master):
	dhtvut5vyetvervtyhrbtdy: Don't throw an exception if the scala adapter find a java proxy. I may add some distinguishers to @SidedProxy so you know which mod it's for.

Build 5.2.17 (master):
	dhtvut5vyetvervtyhrbtdy: Send the "suspect list", and print the suspect versions

Build 5.2.16 (master):
	dhtvut5vyetvervtyhrbtdy: Throw the sorting exception

Build 5.2.15 (master):
	dhtvut5vyetvervtyhrbtdy: More tweaks to the mod sorting code
	dhtvut5vyetvervtyhrbtdy: Add in a pretty sorting error screen

Build 5.2.13 (master):
	dhtvut5vyetvervtyhrbtdy: Try and clean up cycle detection output a bit

Build 5.2.12 (master):
	dhtvut5vyetvervtyhrbtdy: Fix server side derp with Forge network packet handler

Build 5.2.11 (master):
	dhtvut5vyetvervtyhrbtdy: Separate network mod config from setup. Allows for Forge Packet Handler nicety

Build 5.2.10 (master):
	florian: Alternative @SidedProxy setter for Scala.
	florian:
		Some more Scala @SidedProxy adjustments. Now properly supporting pure singletons, i.e.
		object C {
		  @SidedProxy(...)
		  var proxy: P = null
		}
		Removed fallback, as all such singletons are properly handled by the new code now, and class implementations fall back to the code also used for plain Java mods.
	florian: Merge declaration and initialization of a variable.

Build 5.2.6 (master):
	LexManos: Don't spit error on LWJGL not supporting 4.3 just warning.

Build 5.2.5 (master):
	LexManos:
		Add version detection to astyle and print error if it doesnt detect version 2.0+
		Also fixed astyle's config for max-instatement-indent that sometimes caused crashes with certian versions of astyle.

Build 5.2.4 (master):
	CovertJaguar: Improved Entity Spawn Error

Build 5.2.2 (master):
	LexManos: Fix scalac detection to actually use the located command instead of defaulting to 'scalac'

Build 5.2.1 (master):
	LexManos: Update MCP's md5 for the fixed srg files.

Build 5.2.0 (master):
	dhtvut5vyetvervtyhrbtdy: Update for minecraft 1.5.2

Build 5.1.43 (master):
	dhtvut5vyetvervtyhrbtdy: Don't leave scala running in interactive mode.

Build 5.1.42 (master):
	dhtvut5vyetvervtyhrbtdy: Some fixups for scala compilation in MCP. Scala should now be compilable and reobfuscatable with srgnames in MCP.
	dhtvut5vyetvervtyhrbtdy: Fix when an old scalac is present on the system to not fail the build
	LexManos: Fix patch derp.

Build 5.1.39 (master):
	dhtvut5vyetvervtyhrbtdy: Fix URL for MCP

Build 5.1.38 (master):
	dhtvut5vyetvervtyhrbtdy: Attempt to reduce lines on the screen for id mismatch. Hopefully prevents game crashes.
	dhtvut5vyetvervtyhrbtdy: Fix possible NPEs in GameData

Build 5.1.36 (master):
	msciesinski:
		Fixing the GameRegistry. Now it is possible to register a Block with a BlockItem using following code:
		MyBlock myBlock = new MyBlock();
		GameRegistry.registerBlock(myBlock, MyBlockItem.class, "myBlock");
		where MyBlockItem class has one constructor with signature:
		public MyBlockItem(int id, Block block)

Build 5.1.34 (master):
	dhtvut5vyetvervtyhrbtdy: Add a to string to fmlmodcontainer: should mean less derpy cyclic dependency data

Build 5.1.33 (master):
	thoughtsofblought:
		Update FMLDeobfuscatingRemapper.java
		
		Fixes a "Type mismath:cannot convert from element type Object to FieldNode" error at line 176.

Build 5.1.31 (master):
	dhtvut5vyetvervtyhrbtdy: Fix scala supporting SidedProxy. It should work now.

Build 5.1.30 (master):
	dhtvut5vyetvervtyhrbtdy: Fix a small modloader compatibility derp: closes #222

Build 5.1.29 (master):
	dhtvut5vyetvervtyhrbtdy: Fix possible NPE in findItemStack, closes #218

Build 5.1.28 (master):
	dhtvut5vyetvervtyhrbtdy: Fix to output versions in crash logs
	dhtvut5vyetvervtyhrbtdy: Use more expressive language when a version specifier is a simple unbounded above condition

Build 5.1.26 (master):
	agaricusb: Add srgname to registerTileEntityWithAlternatives

Build 5.1.24 (master):
	agaricusb: Add type info to properly deobfuscate overloaded fields. Fixes #210.
	dhtvut5vyetvervtyhrbtdy: Add in some caching of the read field descriptions for efficiency

Build 5.1.21 (master):
	dhtvut5vyetvervtyhrbtdy: MCP names update

Build 5.1.20 (master):
	LexManos: Re-worked the Texture patches, optifine helper function, and re-added support for dynamically rotating the texture for mod authors who do things horribly wrong.

Build 5.1.19 (master):
	dhtvut5vyetvervtyhrbtdy:
		Very significant improvement in performance by using glSubImage to upload data. Inspired by frequent complaints about performance of hires
		texture packs. They probably still need a beefy system but should work. Hopefully I can figure out why the subImage GL side copy isn't working
		properly for an even more significant speed boost. But this gets things started.
	dhtvut5vyetvervtyhrbtdy: And add the patches *sigh*
	dhtvut5vyetvervtyhrbtdy: Fix compilation derp, and clean up rotation helper.

Build 5.1.16 (master):
	LexManos: Fixed issue with instalation when java/javac commands had quotes.

Build 5.1.15 (master):
	LexManos: Sanitize input to isRemappedClass to use '/' as a package seperator like the srg files.

Build 5.1.14 (master):
	LexManos: Added the ability to save transformed classes to disc for debugging.

Build 5.1.13 (master):
	dhtvut5vyetvervtyhrbtdy: Fix NPE when branding isn't present

Build 5.1.12 (master):
	dhtvut5vyetvervtyhrbtdy: Change snooper/crash report brand handling. fmlbranding now loads another string!
	dhtvut5vyetvervtyhrbtdy: And the core patches for that

Build 5.1.10 (master):
	dhtvut5vyetvervtyhrbtdy: Attempt to make any "default package" class public. This might fix problems with certain modloader mods that ship changes to vanilla classes.
	dhtvut5vyetvervtyhrbtdy: Fix up derp in access transformer

Build 5.1.8 (master):
	dhtvut5vyetvervtyhrbtdy: Itemstacks in the GameRegistry (manual registration by mods)
	dhtvut5vyetvervtyhrbtdy: Clone the itemstack, and allow for passing in a stacksize
	dhtvut5vyetvervtyhrbtdy: Validate supplied stack size
	dhtvut5vyetvervtyhrbtdy: Add a mechanism to dump the registry- useful for mod developers.
	dhtvut5vyetvervtyhrbtdy: Add some information, and a log message letting you know it worked

Build 5.1.3 (master):
	dhtvut5vyetvervtyhrbtdy:
		Fix mismatch screen a bit. Should render more correctly now and
		at least not be blank in a lot of circumstances..

Build 5.1.2 (master):
	jamesrtclarke:
		Fixed FMLRelaunchLog's Newline Handling
		
		System.out.println("\n") causes currentMessage to start with a newline character, which means idx will always be 0 from then on. Therefore if idx is 0 messages must still be logged, otherwise no more messages sent to stdout will be logged and they will just accumulate in currentMessage.

Build 5.1.0 (master):
	merdiwendiyo: Fix missing block world rendering
	dhtvut5vyetvervtyhrbtdy: Fix up patch properly. Also, fix md5s for the jars.

Build 5.0.38 (master):
	LexManos: Updated to latest MCP and Minecraft 1.5.1 Pre-release.
	LexManos: Someone derped up this function bad, revert name.
	LexManos: Updated for new PR client jar.

Build 5.0.34 (master):
	LexManos: Fix NPE with CoreMods who do not have the new MCVersion annotation.
	agaricusb: Fix install.py --mcp-dir option. Fixes #204.

Build 5.0.35 (1.5.1):
	LexManos: Updated for new PR client jar.

Build 5.0.31 (master):
	dhtvut5vyetvervtyhrbtdy: Fix the logger to treat newlines better, hopefully. Closes #199
	dhtvut5vyetvervtyhrbtdy: Use the relaunch log, for class circularity safety.
	dhtvut5vyetvervtyhrbtdy:
		Support simple mc version test in coremods, only effective through
		jar loading.
		Also, log some more data about the environment.

Build 5.0.28 (master):
	LexManos: Fix potential NPE in class loading and add extra debug information.

Build 5.0.27 (master):
	bspkrs: Added comments to note FML-only methods

Build 5.0.25 (master):
	dhtvut5vyetvervtyhrbtdy:
		Fix AllPublic access transformer not affecting methods. Should fix modloader
		compatibility

Build 5.0.24 (master):
	LexManos: Allocate more ram {typically 256 is defailt} to fermflower, should fix decomplication issues on OSX
	LexManos: OS X's python 2.6.1 has a bug in zipfile.extractall that makes it unzip directories as regular files. So switch to extract

Build 5.0.22 (master):
	dhtvut5vyetvervtyhrbtdy:
		Fix up stupid derp in IMC code: actually reset the IMC list after
		each delivery. Fixes a bunch of mods. Sorry everyone.

Build 5.0.21 (master):
	dhtvut5vyetvervtyhrbtdy: Fix up deep tree deobfuscation
	dhtvut5vyetvervtyhrbtdy: Pass obfuscation status to coremods

Build 5.0.19 (master):
	LexManos: Update MCP for latest PR silent update.
	LexManos: Missed joined.exc, must fix scripts.

Build 5.0.17 (master):
	LexManos: Readjust size of mods button when Minecraft Realms button is enabled.

Build 5.0.16 (master):
	dhtvut5vyetvervtyhrbtdy: Update MCP, fixes the "broken texture packs" problem.

Build 5.0.15 (master):
	Uristqwerty:
		Simplify logic in tick start/end
		
		Change the EnumSet equivalent of "A &= ~ new(~B)" to "A &= B".
		This eliminates the need for one temporary object in a frequently called loop, and reduces the number of methods that need to be invoked.
	dhtvut5vyetvervtyhrbtdy: Fix coremods without a manifest crashing the game. Closes #181
	dhtvut5vyetvervtyhrbtdy: Fix demo mode crash. Closes #187
	dhtvut5vyetvervtyhrbtdy: Fix supertype parsing to handle null superclass (Hi Object!). Closes #160
	dhtvut5vyetvervtyhrbtdy: Change type of connection queue to a concurrent linked queue. Much more efficient, hopefully. Closes #189
	dhtvut5vyetvervtyhrbtdy: Fix "0 mods" display when installed in forge.

Build 5.0.8 (master):
	dhtvut5vyetvervtyhrbtdy: Fix reflection helper: it needs to unmap the classname to find the field maps.

Build 5.0.7 (master):
	dhtvut5vyetvervtyhrbtdy: Use the reobfuscation maps in the reflection helper for field lookups: should help some reflection cases with the deobf.
	dhtvut5vyetvervtyhrbtdy:
		Revert "Use the reobfuscation maps in the reflection helper for field lookups: should help some reflection cases with the deobf."
		
		This reverts commit 485db6be2e6b54a9a523a2b06e0d886792b0826a.
	dhtvut5vyetvervtyhrbtdy: Try a different way of remapping the fields. Should work because it's userspace, not relauncher space

Build 5.0.4 (master):
	dhtvut5vyetvervtyhrbtdy: Fix up some relauncher stuff: the vanilla applet works now, as do other applets. Deobf data is resolveable for them too.

Build 5.0.3 (master):
	LexManos: Fixed srg name of minecraftDir for runtime deobf.

Build 5.0.2 (master):
	dhtvut5vyetvervtyhrbtdy: Fix runtime deobfuscation for remapped inner classes

Build 5.0.1 (master):
	LexManos: Fix Multi-part entity children ID issue, mobs with custom spawning must deal with child ids themselves.

Build 5.0.0 (master):
	LexManos: FML will now rename local variables to have JAD-style names instead of FernFlower var## names. New script to do this, to allow for modders to run it over there own code: python rename_vars.py -mcp [folders to rename]...
	LexManos: Updated patches for new JAD style names.
	dhtvut5vyetvervtyhrbtdy: Initial setup for snapshot- the client compiles, but patches fail to apply.
	dhtvut5vyetvervtyhrbtdy: Initial patch update for snapshot
	dhtvut5vyetvervtyhrbtdy: Delete old patches not needed anymore
	dhtvut5vyetvervtyhrbtdy: A couple of packaging tweaks, clean up more junk. It may come back but for now it's gone
	dhtvut5vyetvervtyhrbtdy: Fix modlist to use the new texture binding functions, i think
	dhtvut5vyetvervtyhrbtdy: Another packaging update. I think we're done now.
	dhtvut5vyetvervtyhrbtdy: Temporary hosting
	dhtvut5vyetvervtyhrbtdy: Fix mcp conf md5 signatures for the snapshot
	dhtvut5vyetvervtyhrbtdy: Update for MCP7.30c - fixes redstone rendering issues
	dhtvut5vyetvervtyhrbtdy: First draft runtime deobf
	dhtvut5vyetvervtyhrbtdy: Working to read class names and remap them at runtime.
	dhtvut5vyetvervtyhrbtdy: Method deobfuscation now works
	dhtvut5vyetvervtyhrbtdy:
		Now actually works for mods, somewhat. It currently generates access violations for
		ModLoader mods that presume access to fields that are not actually accessible from
		a different package.
	dhtvut5vyetvervtyhrbtdy: Read the joined.srg file directly from lib/deobfuscation_data.zip now. Still debating distribution method.
	dhtvut5vyetvervtyhrbtdy:
		Final part of the deobfuscation data setup- fields are now deobfuscated as well.
		All that remains, is to figure out what and how to distribute the deobfuscation data itself.
	dhtvut5vyetvervtyhrbtdy: MCP compilation works
	dhtvut5vyetvervtyhrbtdy: Update for MCP 7.34 and MC 13w05b
	dhtvut5vyetvervtyhrbtdy:
		Fix some class naming and packaging issues, pending an MCP update
		for the same
	dhtvut5vyetvervtyhrbtdy: Fix Language Registry, closes #163
	dhtvut5vyetvervtyhrbtdy: Fix renderengine patch *sigh*
	dhtvut5vyetvervtyhrbtdy: Update libs for 1.5. Lots of new libs.
	dhtvut5vyetvervtyhrbtdy: Clean up more junk
	dhtvut5vyetvervtyhrbtdy:
		Change readFully to actually read a bunch of bytes at once now. Thanks to nallar and aartbluestoke for the suggestion to
		revisit this..
	dhtvut5vyetvervtyhrbtdy: Tweak IASM hook api. You can return multiple classes now.
	LexManos: Fix bug in rename_vars where certian items would fail to be renamed.
	LexManos: Fix crash in GuiModList for mod logo files, logo is not rendering for unknow reason.
	LexManos: Update distribuited eclipse's classpath for updated libraries.
	dhtvut5vyetvervtyhrbtdy: Tweaks to runtime deobf
	dhtvut5vyetvervtyhrbtdy: Update FML to 1.5 snapshot 13w09c
	LexManos: Readd ignore for argo and bouncycastle, needed for our replacement to work properly.
	LexManos: Delete unneeded patch
	LexManos: Actually remove classes from the csv when removed, and moved All EntityMinecart entities to net.minecraft.entity.item
	LexManos: Fix exc for renamed Behavior classes.
	dhtvut5vyetvervtyhrbtdy: Add in build for deobf data zip file, update for official mcp 7.39
	dhtvut5vyetvervtyhrbtdy: Build, and use, MC versioned deobfuscation data
	dhtvut5vyetvervtyhrbtdy: Fix up runtime deobfuscation. Working well now.
	dhtvut5vyetvervtyhrbtdy: Update MCP URL for snapshot
	dhtvut5vyetvervtyhrbtdy: Don't enforce signatures on minecraft classes
	dhtvut5vyetvervtyhrbtdy: Force the joined.srg timestamp to zero- avoids annoying sha1 differences
	dhtvut5vyetvervtyhrbtdy: Ignore deobf data
	LexManos: Ignore this commit.
	LexManos: Ignore again, testing submodule.
	LexManos: Force file name encoding to UTF-8, caused different zips on different systems.
	dhtvut5vyetvervtyhrbtdy: Capture Minecraft logs into FML logging
	dhtvut5vyetvervtyhrbtdy: Update next render to 40
	dhtvut5vyetvervtyhrbtdy:
		FIX massive performance issue with FML. Thanks to @sfPlayer1 for finding
		this epic derp on my part!
	dhtvut5vyetvervtyhrbtdy: Refresh the renderengine after modloading is complete. Should fix issues with out-of-place texture registration by mods.
	dhtvut5vyetvervtyhrbtdy: Refresh copyright notices on everything
	dhtvut5vyetvervtyhrbtdy: Strip deprecated code
	dhtvut5vyetvervtyhrbtdy: Fix up state transition derp when the server crashes with an error- it shouldn't double-derp
	dhtvut5vyetvervtyhrbtdy: Tweak license text- any osi licensed project can use the asm transformer code
	dhtvut5vyetvervtyhrbtdy:
		Scala support!
		It's still primitive, I hope that people will like it. I do :)
	dhtvut5vyetvervtyhrbtdy: Global object registry, also, support the new itemblockwithmetadata constructor
	dhtvut5vyetvervtyhrbtdy: Update to MCP 1.5 and minecraft 1.5.
	LexManos: Update for new MCP with srg reobf.
	dhtvut5vyetvervtyhrbtdy: Support the MCP format of partial reobfuscation for portability. Ensure modloader-like compatibility
	dhtvut5vyetvervtyhrbtdy: Update MCP info for latest
	rainwarrior: Fixes GameRegistry.registerBlock
	dhtvut5vyetvervtyhrbtdy:
		Revert "Fix modlist to use the new texture binding functions, i think"
		
		This reverts commit 48544db690bf213a322954b7bd39cb3a8ca59bb1.
		
		Conflicts:
			client/cpw/mods/fml/client/GuiModList.java
	dhtvut5vyetvervtyhrbtdy: Some fixes for the snapshot
	dhtvut5vyetvervtyhrbtdy: Fix accidental commands.patch overwrite
	dhtvut5vyetvervtyhrbtdy: Fix up some small things, merging into mainline

Build 4.99.89 (snapshot15):
	dhtvut5vyetvervtyhrbtdy:
		Revert "Fix modlist to use the new texture binding functions, i think"
		
		This reverts commit 48544db690bf213a322954b7bd39cb3a8ca59bb1.
		
		Conflicts:
			client/cpw/mods/fml/client/GuiModList.java
	dhtvut5vyetvervtyhrbtdy: Some fixes for the snapshot
	dhtvut5vyetvervtyhrbtdy: Fix accidental commands.patch overwrite

Build 4.99.86 (snapshot15):
	dhtvut5vyetvervtyhrbtdy: Ignore deobf data
	LexManos: Ignore this commit.
	LexManos: Ignore again, testing submodule.
	LexManos: Force file name encoding to UTF-8, caused different zips on different systems.
	dhtvut5vyetvervtyhrbtdy: Capture Minecraft logs into FML logging
	dhtvut5vyetvervtyhrbtdy: Update next render to 40
	dhtvut5vyetvervtyhrbtdy:
		FIX massive performance issue with FML. Thanks to @sfPlayer1 for finding
		this epic derp on my part!
	dhtvut5vyetvervtyhrbtdy: Refresh the renderengine after modloading is complete. Should fix issues with out-of-place texture registration by mods.
	dhtvut5vyetvervtyhrbtdy: Refresh copyright notices on everything
	dhtvut5vyetvervtyhrbtdy: Strip deprecated code
	dhtvut5vyetvervtyhrbtdy: Fix up state transition derp when the server crashes with an error- it shouldn't double-derp
	dhtvut5vyetvervtyhrbtdy: Tweak license text- any osi licensed project can use the asm transformer code
	dhtvut5vyetvervtyhrbtdy:
		Scala support!
		It's still primitive, I hope that people will like it. I do :)
	dhtvut5vyetvervtyhrbtdy: Global object registry, also, support the new itemblockwithmetadata constructor
	dhtvut5vyetvervtyhrbtdy: Update to MCP 1.5 and minecraft 1.5.
	LexManos: Update for new MCP with srg reobf.
	dhtvut5vyetvervtyhrbtdy: Support the MCP format of partial reobfuscation for portability. Ensure modloader-like compatibility
	dhtvut5vyetvervtyhrbtdy: Update MCP info for latest
	rainwarrior: Fixes GameRegistry.registerBlock

Build 4.99.66 (snapshot15):
	dhtvut5vyetvervtyhrbtdy: Force the joined.srg timestamp to zero- avoids annoying sha1 differences

Build 4.99.65 (snapshot15):
	dhtvut5vyetvervtyhrbtdy: Don't enforce signatures on minecraft classes

Build 4.99.64 (snapshot15):
	dhtvut5vyetvervtyhrbtdy: Tweaks to runtime deobf
	dhtvut5vyetvervtyhrbtdy: Add in build for deobf data zip file, update for official mcp 7.39
	dhtvut5vyetvervtyhrbtdy: Build, and use, MC versioned deobfuscation data
	dhtvut5vyetvervtyhrbtdy: Fix up runtime deobfuscation. Working well now.
	dhtvut5vyetvervtyhrbtdy: Update MCP URL for snapshot

Build 4.99.58 (snapshot15):
	LexManos: Fix exc for renamed Behavior classes.

Build 4.99.57 (snapshot15):
	LexManos: Readd ignore for argo and bouncycastle, needed for our replacement to work properly.
	LexManos: Delete unneeded patch
	LexManos: Actually remove classes from the csv when removed, and moved All EntityMinecart entities to net.minecraft.entity.item

Build 4.99.54 (snapshot15):
	dhtvut5vyetvervtyhrbtdy: Update FML to 1.5 snapshot 13w09c

Build 4.99.53 (snapshot15):
	LexManos: Update distribuited eclipse's classpath for updated libraries.

Build 4.99.52 (snapshot15):
	LexManos: Fix bug in rename_vars where certian items would fail to be renamed.
	LexManos: Fix crash in GuiModList for mod logo files, logo is not rendering for unknow reason.

Build 4.7.39 (master):
	LexManos: Just enable server side compile, and warn not to cmplain to us.

Build 4.7.38 (master):
	LexManos: Fixup reobfusication of server code if present.

Build 4.99.50 (snapshot15):
	dhtvut5vyetvervtyhrbtdy: First draft runtime deobf
	dhtvut5vyetvervtyhrbtdy: Working to read class names and remap them at runtime.
	dhtvut5vyetvervtyhrbtdy: Method deobfuscation now works
	dhtvut5vyetvervtyhrbtdy:
		Now actually works for mods, somewhat. It currently generates access violations for
		ModLoader mods that presume access to fields that are not actually accessible from
		a different package.
	dhtvut5vyetvervtyhrbtdy: Read the joined.srg file directly from lib/deobfuscation_data.zip now. Still debating distribution method.
	dhtvut5vyetvervtyhrbtdy:
		Final part of the deobfuscation data setup- fields are now deobfuscated as well.
		All that remains, is to figure out what and how to distribute the deobfuscation data itself.
	dhtvut5vyetvervtyhrbtdy: Fix Language Registry, closes #163
	dhtvut5vyetvervtyhrbtdy: Tweak IASM hook api. You can return multiple classes now.

Build 4.7.43 (runtimedeobf):
	dhtvut5vyetvervtyhrbtdy:
		A log of logging cleanup. FML will now read logging.properties to configure logging channels a couple of times during startup.
		You should be able to filter a lot of messages based on things like modid and certain FML related features that can be noisy
		like item tracking.
		Should close #175
	dhtvut5vyetvervtyhrbtdy: More logging tweaks. You can probably configure individual mod log files if you wish now
	dhtvut5vyetvervtyhrbtdy:
		IMC tweaks: runtimeMessages now work (thanks for all that testing for this much requested feature!)
		and IMCEvent will no longer remove messages if no one gets them, so you can do
		just manual runtime polling, if you wish.
	dhtvut5vyetvervtyhrbtdy: Fix up mistake that broke all modloading. Nice.
	dhtvut5vyetvervtyhrbtdy:
		Fix HD mob skins, FINALLY!!!
		Stupid eyes are stupid.
	LexManos: Option to disable renaming for srgnames.
	dhtvut5vyetvervtyhrbtdy: Fix Language Registry, closes #163
	dhtvut5vyetvervtyhrbtdy: Fix Language Registry, closes #163

Build 4.99.39 (snapshot15):
	dhtvut5vyetvervtyhrbtdy: Clean up more junk
	dhtvut5vyetvervtyhrbtdy:
		Change readFully to actually read a bunch of bytes at once now. Thanks to nallar and aartbluestoke for the suggestion to
		revisit this..

Build 4.99.37 (snapshot15):
	dhtvut5vyetvervtyhrbtdy: Update libs for 1.5. Lots of new libs.

Build 4.99.36 (snapshot15):
	dhtvut5vyetvervtyhrbtdy: Fix renderengine patch *sigh*

Build 4.99.35 (snapshot15):
	LexManos: Add parameters to FML install to enable/disable certian aspects. Applying patches, running transformer/merger, and decompiling server.
	dhtvut5vyetvervtyhrbtdy: Tweak a method signature
	dhtvut5vyetvervtyhrbtdy: Deprecate the old GUI ticktype. They're dead and have been for some time.
	dhtvut5vyetvervtyhrbtdy: Try and handle "death on startup" a bit cleaner
	dhtvut5vyetvervtyhrbtdy:
		A log of logging cleanup. FML will now read logging.properties to configure logging channels a couple of times during startup.
		You should be able to filter a lot of messages based on things like modid and certain FML related features that can be noisy
		like item tracking.
		Should close #175
	dhtvut5vyetvervtyhrbtdy: More logging tweaks. You can probably configure individual mod log files if you wish now
	dhtvut5vyetvervtyhrbtdy:
		IMC tweaks: runtimeMessages now work (thanks for all that testing for this much requested feature!)
		and IMCEvent will no longer remove messages if no one gets them, so you can do
		just manual runtime polling, if you wish.
	dhtvut5vyetvervtyhrbtdy: Fix up mistake that broke all modloading. Nice.
	dhtvut5vyetvervtyhrbtdy:
		Fix HD mob skins, FINALLY!!!
		Stupid eyes are stupid.
	LexManos: Option to disable renaming for srgnames.
	dhtvut5vyetvervtyhrbtdy: Fix Language Registry, closes #163
	LexManos: Fix sprite map issue.
	immibis: Console log thread should be a daemon thread.

Build 4.7.37 (master):
	immibis: Console log thread should be a daemon thread.

Build 4.7.35 (master):
	LexManos: Fix sprite map issue.

Build 4.7.34 (master):
	dhtvut5vyetvervtyhrbtdy: Fix Language Registry, closes #163

Build 4.7.33 (master):
	LexManos: Option to disable renaming for srgnames.

Build 4.7.32 (master):
	dhtvut5vyetvervtyhrbtdy:
		Fix HD mob skins, FINALLY!!!
		Stupid eyes are stupid.

Build 4.7.31 (master):
	dhtvut5vyetvervtyhrbtdy: Fix up mistake that broke all modloading. Nice.

Build 4.99.19 (snapshot15):
	dhtvut5vyetvervtyhrbtdy:
		Fix some class naming and packaging issues, pending an MCP update
		for the same

Build 4.99.18 (snapshot15):
	dhtvut5vyetvervtyhrbtdy: MCP compilation works
	dhtvut5vyetvervtyhrbtdy: Update for MCP 7.34 and MC 13w05b

Build 4.7.30 (master):
	dhtvut5vyetvervtyhrbtdy:
		IMC tweaks: runtimeMessages now work (thanks for all that testing for this much requested feature!)
		and IMCEvent will no longer remove messages if no one gets them, so you can do
		just manual runtime polling, if you wish.

Build 4.7.29 (master):
	dhtvut5vyetvervtyhrbtdy: More logging tweaks. You can probably configure individual mod log files if you wish now

Build 4.7.28 (master):
	dhtvut5vyetvervtyhrbtdy: Try and handle "death on startup" a bit cleaner
	dhtvut5vyetvervtyhrbtdy:
		A log of logging cleanup. FML will now read logging.properties to configure logging channels a couple of times during startup.
		You should be able to filter a lot of messages based on things like modid and certain FML related features that can be noisy
		like item tracking.
		Should close #175

Build 4.7.33 (runtimedeobf):
	dhtvut5vyetvervtyhrbtdy: Read the joined.srg file directly from lib/deobfuscation_data.zip now. Still debating distribution method.
	dhtvut5vyetvervtyhrbtdy:
		Final part of the deobfuscation data setup- fields are now deobfuscated as well.
		All that remains, is to figure out what and how to distribute the deobfuscation data itself.

Build 4.7.31 (runtimedeobf):
	dhtvut5vyetvervtyhrbtdy:
		Now actually works for mods, somewhat. It currently generates access violations for
		ModLoader mods that presume access to fields that are not actually accessible from
		a different package.

Build 4.7.26 (master):
	dhtvut5vyetvervtyhrbtdy: Tweak a method signature
	dhtvut5vyetvervtyhrbtdy: Deprecate the old GUI ticktype. They're dead and have been for some time.

Build 4.7.24 (master):
	dhtvut5vyetvervtyhrbtdy: Fix up packages.csv ordering for easier diffing
	LexManos: Add parameters to FML install to enable/disable certian aspects. Applying patches, running transformer/merger, and decompiling server.

Build 4.99.16 (snapshot15):
	donington:
		FMLLogFormatter: dynamic log level name
		
		FMLLogFormatter now uses getLocalizedName or getName for log level name
		
		Changes to be committed:
			modified:   common/cpw/mods/fml/relauncher/FMLLogFormatter.java
	dhtvut5vyetvervtyhrbtdy:
		Update license text to make clear that FML is not a way to sidestep
		MCP licensing.
	bspkrs: Fix logical error in comment text
	dhtvut5vyetvervtyhrbtdy: Update address of the FML repository to the new location in all the files
	dhtvut5vyetvervtyhrbtdy: Update MCP to MCP7.26a and refresh MCP names
	dhtvut5vyetvervtyhrbtdy: Fix breaking change
	dhtvut5vyetvervtyhrbtdy: Javadoc cleanup
	dhtvut5vyetvervtyhrbtdy:
		The "ServerStarting" event should now properly crash the server if it fails,
		so the client will properly exit. Also, added in a "pre-server-start" event
		that fires before the worlds are loaded for a save, just for you immibis.
	dhtvut5vyetvervtyhrbtdy: Remember to add the new patches!
	dhtvut5vyetvervtyhrbtdy:
		Add in a registry method to allow for alternative TileEntity names- they will be used to support
		loading maps containing the older definitions.
	dhtvut5vyetvervtyhrbtdy: Fix up packages.csv ordering for easier diffing

Build 4.99.2 (snapshot15):
	dhtvut5vyetvervtyhrbtdy: Update for MCP7.30c - fixes redstone rendering issues

Build 4.7.22 (master):
	dhtvut5vyetvervtyhrbtdy:
		Add in a registry method to allow for alternative TileEntity names- they will be used to support
		loading maps containing the older definitions.

Build 4.7.21 (master):
	dhtvut5vyetvervtyhrbtdy: Remember to add the new patches!

Build 4.7.20 (master):
	dhtvut5vyetvervtyhrbtdy:
		The "ServerStarting" event should now properly crash the server if it fails,
		so the client will properly exit. Also, added in a "pre-server-start" event
		that fires before the worlds are loaded for a save, just for you immibis.

Build 4.7.19 (master):
	dhtvut5vyetvervtyhrbtdy: Javadoc cleanup

Build 4.7.18 (master):
	dhtvut5vyetvervtyhrbtdy: Fix breaking change

Build 4.7.17 (master):
	donington:
		FMLLogFormatter: dynamic log level name
		
		FMLLogFormatter now uses getLocalizedName or getName for log level name
		
		Changes to be committed:
			modified:   common/cpw/mods/fml/relauncher/FMLLogFormatter.java
	bspkrs: Fix logical error in comment text

Build 4.7.11 (master):
	dhtvut5vyetvervtyhrbtdy:
		Update license text to make clear that FML is not a way to sidestep
		MCP licensing.

Build 4.99.1 (snapshot15):
	dhtvut5vyetvervtyhrbtdy: Fix mcp conf md5 signatures for the snapshot

Build 4.99.0 (snapshot15):
	dhtvut5vyetvervtyhrbtdy: Initial setup for snapshot- the client compiles, but patches fail to apply.
	dhtvut5vyetvervtyhrbtdy: Initial patch update for snapshot
	dhtvut5vyetvervtyhrbtdy: Delete old patches not needed anymore
	dhtvut5vyetvervtyhrbtdy: A couple of packaging tweaks, clean up more junk. It may come back but for now it's gone
	dhtvut5vyetvervtyhrbtdy: Fix modlist to use the new texture binding functions, i think
	dhtvut5vyetvervtyhrbtdy: Another packaging update. I think we're done now.
	dhtvut5vyetvervtyhrbtdy: Temporary hosting

Build 4.7.10 (master):
	dhtvut5vyetvervtyhrbtdy: Fix incorrect end length calculation. Closes #161 Thanks BStramke!

Build 4.7.9 (master):
	dhtvut5vyetvervtyhrbtdy:
		Fix LanguageRegistry loading files in UTF-8 format. loadLocalization should work for non-xml in
		all languages now (assumes UTF-8)

Build 4.7.8 (master):
	CovertJaguar: Added an accessor for villagers

Build 4.7.6 (master):
	LexManos: New python script for signing partial jar files. See comments inside for details.
	LexManos: New python script to update java files for new package names. Usage: paython update_packages.py --mcp-dir <mcp folder> [Folders To Repackage]

Build 4.7.4 (master):
	dhtvut5vyetvervtyhrbtdy: Move server stopped *after* the server has actually stopped. *sigh*

Build 4.7.3 (master):
	dhtvut5vyetvervtyhrbtdy: Add in a "server stopped" event

Build 4.7.2 (master):
	dhtvut5vyetvervtyhrbtdy:
		Add in some classloader debugging information: use fml.debugClassLoading=true as a system property
		to track down problems with classes not being found or loading erratically.

Build 4.7.1 (master):
	dhtvut5vyetvervtyhrbtdy: Revert MCP name change for canConnectRedstone - it conflicts with a forge method of the same name and breaks 1.4.6 to 1.4.7 compatibility

Build 4.7.0 (master):
	dhtvut5vyetvervtyhrbtdy: Update for MC 1.4.7

Build 4.6.17 (master):
	dhtvut5vyetvervtyhrbtdy: Log if there's a problem reading the class bytes
	dhtvut5vyetvervtyhrbtdy:
		Fix multiple GUI containers for ML containers. Sorry ultimatechest that
		this fix took so long, a bug report at github.com/cpw/FML would help,
		next time ;)

Build 4.6.15 (master):
	LexManos: Fix NPE in fingerprint loading, and pass expectged fingerprint to FMLFingerprintViolationEvent

Build 4.6.14 (master):
	dhtvut5vyetvervtyhrbtdy: Fix a message delivery issue in IMC

Build 4.6.13 (master):
	dhtvut5vyetvervtyhrbtdy: Some tweaks for signing and ID matching

Build 4.6.12 (master):
	LexManos: Output obfed files with reserved windows names to _NAME.class
	LexManos: MCP will reobf classes with reserved names in windows to a legal file name. And FML will try to read these classes over the default ones.
	LexManos: Fixed placement of onConnectionClosed callback.
	LexManos: Remove unneeded file

Build 4.6.8 (master):
	LexManos: Add quotes around javac command.

Build 4.6.7 (master):
	dhtvut5vyetvervtyhrbtdy:
		Update MCP to newer version
		Fix fingerprint fire

Build 4.6.6 (master):
	dhtvut5vyetvervtyhrbtdy:
		InterModComms now supports a runtime polling based model for inter-mod comms at
		runtime.
		Deprecate method that shouldn't be used. COPY it's content to your mod. Don't CALL it.

Build 4.6.5 (master):
	dhtvut5vyetvervtyhrbtdy: Don't be as alarming about item overwrites.

Build 4.6.4 (master):
	dhtvut5vyetvervtyhrbtdy:
		Added configuration file which allows modids to ignore ID validation checking. IT WILL CRASH YOUR GAME in 99.999% of cases.
		Immibis is a whingy ass. And TinyTimRob too. Now STFU and GTFO. closes #510 for ever.

Build 4.6.3 (master):
	LexManos: Dixed ev eclipse worksapce, now references BC.

Build 4.6.2 (master):
	LexManos: Removed hardcoded additions
	LexManos: Added client src folder to classpath for startclient/startserver.

Build 4.6.0 (master):
	dhtvut5vyetvervtyhrbtdy: Remove old NEI/CCC compatibility code and other classloading tweaks
	dhtvut5vyetvervtyhrbtdy: More stuff for the thingy
	dhtvut5vyetvervtyhrbtdy: Fix newline fun
	dhtvut5vyetvervtyhrbtdy: Move Side and SideOnly to relauncher package
	dhtvut5vyetvervtyhrbtdy: More fixes
	dhtvut5vyetvervtyhrbtdy: More work
	dhtvut5vyetvervtyhrbtdy: more 1.4.6 tweaks
	dhtvut5vyetvervtyhrbtdy: Fix build script
	dhtvut5vyetvervtyhrbtdy: Update to MC 1.4.6

Build 4.5.65 (master):
	dhtvut5vyetvervtyhrbtdy: Fix up handling null names. *sigh*

Build 4.5.64 (master):
	dhtvut5vyetvervtyhrbtdy:
		Some tweaks to item identification. The GameRegistry methods are deprecated
		to encourage you to use the new named ones instead. These will force a
		name on the item/block, allowing for stronger matching than "sequential guessing"

Build 4.5.63 (master):
	LexManos: Updated MCP download mirriors upon Searge's request.

Build 4.5.63 (master):
	dhtvut5vyetvervtyhrbtdy: Remove old NEI/CCC compatibility code and other classloading tweaks

Build 4.5.62 (master):
	LexManos: Fix var name messup

Build 4.5.61 (master):
	LexManos: Update released eclipse project to link BouncyCastle

Build 4.5.60 (master):
	dhtvut5vyetvervtyhrbtdy: Fix possible escape leakage..
	dhtvut5vyetvervtyhrbtdy:
		Change ID management slightly. IDs are tracked by block type for itemblock items now. This means servers will need to update.
		Also, ordinal rearrangements within a mod will no longer trigger server disconnection, though a warning will still be logged.

Build 4.5.58 (master):
	LexManos: More robust eclipse workspace replacement

Build 4.5.57 (master):
	LexManos: Inital script side commit for MC source repackaging done.
	LexManos: Update FML imports
	LexManos: First half of new patches
	LexManos: Move IBossDisplayData to shared
	LexManos: Remove common folder from projects
	LexManos: More re-packaging, got most classes out of the default package.
	LexManos: Finished repackaging net.minecraft.* net.minecraft.client is left
	LexManos: Delete duplicate file
	LexManos: Fix build eclipse extractor task
	LexManos: Add a modid on the mods list, should make it easier to do things like forge chunkloading config
	LexManos:
		Add in storage, detection and validation of the ItemID array between client and server
		and also for world saves. May help with item configuration issues.
	LexManos: Remerged branch, and updated dev eclipse workspace.
	LexManos: Fixed 0.tree to actually refresh the workspace.
	LexManos: Give new classes a distinct package to be moved from.
	LexManos: Updated patches to new packages.
	LexManos: Some stragler patches
	LexManos: Update all imports for repackaging. Branch is compileable.
	LexManos: Update fml_marker.cfg, Minecraft is now runnable!
	LexManos: Updated the update_packages script to support different mcp locations
	LexManos: Fished moving out the rest of the default packaged classes to aproperiate packages. Updated patches and code to reflect.
	LexManos: Updated build script to not use the mcp common directory as it doesn't exist anymore.
	LexManos:
		Removed remaining references to src/common
		Fixed eclipse workspace replacemnt on source dist
		Cleanup some outputs
	LexManos: Some derp protection in the workspace copy.
	dhtvut5vyetvervtyhrbtdy: Fix up idmap code
	LexManos: Fixing id map generation - should validate correctly now
	LexManos: Remade python dist as 32-bit.
	LexManos: Fix patches, rebased with HEAD
	dhtvut5vyetvervtyhrbtdy: Remove extraneous patch file
	dhtvut5vyetvervtyhrbtdy:
		Change to download bouncy castle as well. We also finally properly use the downloaded libs
		even in vanilla code!
	LexManos: Kill decompile if astyle is not found and set execution bits on mcp .sh files and astyle-osx

Build 4.5.23 (master):
	LexManos: Fixing id map generation - should validate correctly now
	LexManos: Remade python dist as 32-bit.
	LexManos: Fix patches, rebased with HEAD
	pahimar:
		Update common/cpw/mods/fml/common/registry/LanguageRegistry.java
		
		Add in logging of what file failed to be loaded

Build 4.5.39 (repackage):
	LexManos:
		Removed remaining references to src/common
		Fixed eclipse workspace replacemnt on source dist
		Cleanup some outputs
	LexManos: Some derp protection in the workspace copy.

Build 4.5.37 (repackage):
	LexManos: Fix build eclipse extractor task
	LexManos: Add a modid on the mods list, should make it easier to do things like forge chunkloading config
	LexManos:
		Add in storage, detection and validation of the ItemID array between client and server
		and also for world saves. May help with item configuration issues.
	LexManos: Remerged branch, and updated dev eclipse workspace.
	LexManos: Fixed 0.tree to actually refresh the workspace.
	LexManos: Give new classes a distinct package to be moved from.
	LexManos: Updated patches to new packages.
	LexManos: Some stragler patches
	LexManos: Update all imports for repackaging. Branch is compileable.
	LexManos: Update fml_marker.cfg, Minecraft is now runnable!
	LexManos: Updated the update_packages script to support different mcp locations
	LexManos: Fished moving out the rest of the default packaged classes to aproperiate packages. Updated patches and code to reflect.
	LexManos: Updated build script to not use the mcp common directory as it doesn't exist anymore.

Build 4.5.18 (master):
	dhtvut5vyetvervtyhrbtdy:
		Add in storage, detection and validation of the ItemID array between client and server
		and also for world saves. May help with item configuration issues.

Build 4.5.17 (master):
	dhtvut5vyetvervtyhrbtdy: Fix build eclipse extractor task
	dhtvut5vyetvervtyhrbtdy: Add a modid on the mods list, should make it easier to do things like forge chunkloading config

Build 4.5.15 (master):
	LexManos: Assume Forge is the parent directory when checking for AT configs.
	dhtvut5vyetvervtyhrbtdy:
		Remove old eclipse workspace and ship/extract as a zip file (use ant setupenvironment)
		Fix up install.py for forge multibranch changes
	dhtvut5vyetvervtyhrbtdy: Try defaulting branch differently
	dhtvut5vyetvervtyhrbtdy: Try and make branch non-derpy
	dhtvut5vyetvervtyhrbtdy: Fix typo

Build 4.5.14 (master):
	dhtvut5vyetvervtyhrbtdy: Try and make branch non-derpy

Build 4.5.13 (HEAD):
	dhtvut5vyetvervtyhrbtdy: Try defaulting branch differently

Build 4.5.12 (HEAD):
	dhtvut5vyetvervtyhrbtdy:
		Remove old eclipse workspace and ship/extract as a zip file (use ant setupenvironment)
		Fix up install.py for forge multibranch changes

Build 4.5.11 (HEAD):
	LexManos: Assume Forge is the parent directory when checking for AT configs.

Build 465:
	dhtvut5vyetvervtyhrbtdy: Clean up build.xml script- support outputting a branched jar file
	dhtvut5vyetvervtyhrbtdy: Try and get a valid branch name on jenkins
	dhtvut5vyetvervtyhrbtdy: Last part of branch name only please
	dhtvut5vyetvervtyhrbtdy: Name both zips the same format

Build 464:
	dhtvut5vyetvervtyhrbtdy: Last part of branch name only please

Build 463:
	dhtvut5vyetvervtyhrbtdy: Try and get a valid branch name on jenkins