FallingFix v1.0 - By FyberOptic (fyberoptic@gmail.com)
------------------------------------------------------------------------------

FallingFix is a tiny Forge coremod designed solely to reduce graphical issues
related to falling blocks in Minecraft 1.4.7, particularly them turning black
when the fall begins and ends.

The source of the problem is that the falling block entity is being rendered
briefly before the regular block is removed from the world, and is still being 
rendered briefly when the fall is complete and after the block is placed into 
the world again.  This results in the falling block entity obtaining a light 
level for that location in the world which is very dark, because a block 
occupies the space at those moments.  This prevents the falling block entity
from rendering when the in-world block exists.

To install, simply place into your "coremods" folder.

   
-- Changelog --
v1.0 - April 16th, 2015
 - Initial release!

