Changelog:

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

Build 6.3.0.363
	cpw: Add toLeft rotational data to ForgeDirection

Build 6.3.0.362
	LexManos: New field in ForgeDirection to hold just the valid directions. And made getOrientation a bit more efficient.

Build 6.3.0.361
	LexManos: Fix entity items rendering on the ground.
	LexManos: Fix crops not droping seeds properly.