PlansAPI for Minecraft 1.8 CHANGELOG
=================================

Version 4.0.8
----------------------
-Uses ModUtilsLib 2.0.3

Version 4.0.7
----------------------
-Uses ModUtilsLib 2.0.2

Version 4.0.6
----------------------
-Fixed RealizedPlan.realizeContainers() bug that always return 0 containers.
-Added get/setPlan() to IFilenameGenerator interface.
-Fixed bug where PlansDrafter is getting a TileEntityChest where it should be getting just a TileEntity.
-Moved all source files into one project.
-Moved plans.sql from /src directory to /resources directory

Version 4.0.5
----------------------
-Added new Version Checker from ModUtilsLib 2.0.0

Version 4.04
----------------------
-Updated some logging statements: from INFO to DEBUG
-Added cases for UP and DOWN on PlansBuilder.getConnectorBoundingBox()
-Fixed a ConcurrentModificationException in PlansBuilder.buildSet()

Version 4.03
----------------------
-Prevent failure on "Unkown Property" when reading an IRule from a JSON plan file.

Version 4.02
----------------------
-Fixed a bug in RealizedPlan which prevented the recording of a room's spawners after the room was generated.

Version 4.01
----------------------
-Added an internal ID property to Plan class.
-Spawn class implements IRandomProbabilityItem interface.
-BuilderConfig - added ability to auto create default config if not present.
-DrafterConfig -added ability to auto create default config if not present.
-Updated Fill strategies to replace Replaceable blocks with fill block.
-Fixed bug where plan sets that utilize up/down connections aren't rotated properly.
-Fixed bug where custom mixin classes weren't being loaded properly.
-Fixed bug in Plan rotateBlock() where BlockLog.class was being used regardless of actual Block.

Version 4.0
----------------------
-initial release for mc1.8