Changelog:

Build 6.4.0.380
	cpw: Fix the derpy torch flames properly. Closes MC-2497 properly ;)

Build 6.4.0.379
	cpw
		Update to MC 1.4.5
		Update FML: 43d3042
		43d3042 Clean up a patch
		fec221f Update FML for MC 1.4.5
		b0f0635 Fix for ModLoader static overrides not displaying.
		23a2513 Fix up derpy file name handling: closes #127 Fix up duping childmods: cl
		a6eaa2b Fix spelling issue.
		c6a0741 FML setup should now download and verify all the minecraft files needed
		5a1930e Small fix to some MCP metadata for pre2
		418deba Update to MC 1.4.4
		4ff2cff Fix bug when a modloader mod is run on a dedicated server and has a conn

Build 6.3.0.378
	cpw
		Some liquid events. Non-API breaking. Add them at your leisure. This helps liquids know
		what's happening to them. In case they're volatile or something ;)

Build 6.3.0.377
	cpw: Another difference

Build 6.3.0.376
	cpw
		Fix fillLiquidContainer - return null, not the empty container for
		previous API compatibility

Build 6.3.0.375
	LexManos: Update FML to fix ModLoader/addOverride functionality.

Build 6.3.0.374
	kinglemming
		Fixed oversights in liquid registry, added functionality for instant checks as requested by CJ.
		Liquid list return is now secure.
		Signed-off-by: King Lemming <kinglemming@gmail.com>
	cpw: Change name to LiquidContainerRegistry. Fix up missing API. This better be it now!

Build 6.3.0.373
	kinglemming
		Liquid Manager Rewrite - slightly more memory usage, loads more efficient at runtime.
		Added default Lava and Water registrations to Liquid Manager.
		Removed method which relied on flawed assumption that a given liquid only had a single type of container.
		Signed-off-by: King Lemming <kinglemming@gmail.com>
	cpw: Rename some liquid stuff for more sensible naming. Tweak API slightly.

Build 6.3.0.372
	cpw
		Add in the basic IBlockLiquid interface. The actual block implementation
		will follow.

Build 6.3.0.371
	cpw
		Add an ItemStack sensitive version of getIconForRenderPass, defers to
		existing by default. Should allow NBT data to affect multipass icon rendering.

Build 6.3.0.370
	cpw: Change getLeft to getRotation, around any axis.

Build 6.3.0.369
	cpw: Some new stuff on the liquid API for better RP2 interaction. Coming soon: blocks!

Build 6.3.0.367
	cpw: Tweak liquidcontainer API for sidedness capability

Build 6.3.0.366
	LexManos: Updated FML, Fixed spelling issues in logs, and file name issues.
	LexManos: Added saplings and leaves to the ore dict. PR: #242
	LexManos: Mods can use custom textures for Slot background overlay, instead of only items.png PR #245 and #246
	LexManos: Fix issue where players would spawn in the ground.
	LexManos: Allow for modders to decide whether or not players are positioned on ridingEntities similarly to pigs PR #244
	LexManos: Fix breaking despite cancel in creative mode for PlayerInteractEvent OR #247

Build 6.3.0.364
	cpw
		As agreed, liquid API from BuildCraft has been migrated to minecraft forge. There will be cleanups to follow,
		including sided handling and client rendering tweaks. Stay tuned!
		Tweak forgedirection for a couple of naming constants