Changelog:

Build 1.4.5-6.4.1.401
	LexManos: Fix potential NPE in saving a property that didn't define a type.

Build 1.4.5-6.4.1.400
	LexManos
		Added new functions to the Config class to allow for specification of comments when getting properties.
		Added new getTerrainBlock whihc will limit the resuling ID to < 256, useful for world gen.
		Calls to getBlock with IDs less then 256 will be assigned values above 256 {Thus freeing up terrain gen slots}
		Made ConfigCategory implement Map<String, Propertery> should fix compatibility with most mods that broke two builds ago.

Build 1.4.5-6.4.0.399
	xhamolk.class11
		OreDictionary addition: getOreID(ItemStack)
		Allow getting the oreID from a ItemStack, as an alternative from getOreID(String).
		Now is easier to exchange items for their equivalencies through the OreDictionary.

Build 1.4.5-6.4.0.398
	LexManos: New nested configuration category support, for PR #258

Build 1.4.5-6.4.0.397
	LexManos: Fixed issue with abandoned chunks.
	LexManos: Fixed random chest items not generating to there max stack sizes.

Build 1.4.5-6.4.0.396
	ohai.iChun
		Add check that Entity saves to disk before saving entity to saved chunkloading data.
		Returning false to addEntityID prevents the entity from being saved (cred to LexManos)
		Entities which do not save to disk but are chunkloaders causes errors the next time the world loads. This ought to fix it.

Build 1.4.5-6.4.0.395
	LexManos: Updated FML, proper free-sprite list for /gui/items.png, and fixed MCP version.

Build 1.4.5-6.4.0.394
	cpw
		Move server specific patch back to common from minecraft.
		Update FML: 1f5c58b
		1f5c58b Fix up MCP version
		61e4db2 Merge joined.exc add update howto
		5efc1eb Revert "Fix MC-2497 - derpy torch flames. Moved from forge. Everyone sho
		3b3600d Modified merger to just consider all server classes as common. And moved
		edcc5ca Forgot mcp.cfg
		ca79dfe Updated to 1.4.5b
		5945279 Fix python error
		57bf643 Modified decompile so that we do not have to decompile the server, saves
		d9d0a46 Cleaned up some tabs
		2fac644 Change usage of ZipFile, fixes issues with Mac's default instation of py

Build 1.4.5-6.4.0.393
	LexManos: Fix TE Issue

Build 1.4.5-6.4.0.390
	LexManos: Updated to MC 1.4.5b