Changelog
---------
2.0.0a16
- ADDED: Additional vanilla mutation JSON files.
- ADDED: JSON files for vanilla flowers.
- ADDED: JSON files for Mystical Agriculture plants.
- ADDED: Seed drop chance customization, allowing for specification of when the seed should be returned from the plant.
- REMOVED: Plant growth tiers, which weren't used extensively and mainly just complicated the code.
- FIXED: Seed analyzer issue where gui would attempt to render very large box, and freeze the game in the process.
- ADDED: Disabled vanilla planting warning.
- FIXED: Disable vanilla planting option in config not working properly.
- ADDED: Re-implemented water pads, for plants that like water.
- FIXED: Seed Analyzer item duplication exploit (Thanks @Moondream15!).
- FIXED: BlockRanges could go out of bounds, a very bad thing for them to do.
- ADDED: AgriConditions, replacing the old nearby and base blocks in the JSON files.
- ADDED: Sprinkler wip tooltip warning.
- ADDED: JSON filename warning, to hint at files that might be misnamed.
- FIXED: Crash at startup caused by setting mutation chance to 1.0.
- ADDED: Default Sugarcane mutation definition.
- FIXED: HarvestCraft coffee plant thinking it was a Starbuck's.

2.0.0a15
- ADDED: Updated French translation files.
- ADDED: Config option to remove links from alpha warning messages.
- ADDED: Upgraded JEI integration.
- FIXED: Comical item sizes.

2.0.0a14
- ADDED: Default Botania Files thanks to Alexandro Lara de Camargo!

2.0.0a13
- FIXED: Raking dropping fake items.
- FIXED: Raking lacking appropriate interface.
- FIXED: Cross-crops could be applied infinitely.
- ADDED: Trimmed-down translation files.
- ADDED: Alpha warning.
- ADDED: Temporary Village "Fix"

2.0.0a12
- FIXED: Quad caching issue causing massive memory leak.
- FIXED: Plants could be made to grow in cross-crops.
- FIXED: Grass seed drops.
- FIXED: Debug log spam showing up in non-debug log.
- ADDED: More lambda usage.
- FIXED: Possible areas of de-synchronization.

2.0.0a11
- FIXED: GUI glitches when highlighting items.
- FIXED: GUI's not being as optimal as possible.
- FIXED: Empty NBTTagCompounds being added to items with no tags.
- FIXED: Products not stacking.
- ADDED: Missing default JSON files for vanilla plants.
- FIXED: JSON synchronization system premature loading issue.
- FIXED: JEI duplicate seed interpreter registration.
- FIXED: Base blocks not supporting meta values (notice format is WIP).
- FIXED: Messy code in important classes.
- FIXED: Missing JavaDocs in certain classes.
- ADDED: Control over growth stat bonus on per-plant level.

2.0.0a10
- ADDED: Light level feature for magnifying glass.
- FIXED: Crops not consuming additional item to form cross-crops.
- ADDED: Null pointer check to try to root out the infernal issue #770.
- FIXED: Journal displaying seed name instead of plant name.
- FIXED: Default Potato plant unattainable.
- ADDED: Default Nether Wart & Beet plant JSON files.
- FIXED: Crash caused by spawning AgriCraft nuggets with invalid meta values.

2.0.0a9
- FIXED: Multiplayer JSON transfer. Json files will now transfer correctly from the server to the client.

2.0.0a8
- ADDED: Better mod JSON file loading, will not try to load files for missing mods.

2.0.0a7
- FIXED: InfinityLib dependency version insensitivity. (#799)
- FIXED: Tank rendering crash. (#809)
- FIXED: Crop rendering crash. (#804)

2.0.0a6
- ADDED: Seed item configurability, allows for meta-sensitive seeds.
- FIXED: Plants spawning on infertile soil.
- FIXED: Invalid texture message displaying {0} instead of invalid texture entry.
- FIXED: Render type 'cross' rendering as 'hash' instead.
- FIXED: Default melon texture is wheat.
- FIXED: Growth & Gain stats randomly switching places.
- FIXED: Crash caused by sprinklers and class casting.
- FIXED: Channel valve ignoring redstone control.
- FIXED: Villager bound null pointer exception.
- FIXED: Seeds not dropping from crops.
- UNKNOWN: Rendering null pointer exception Heisenbug.

2.0.0a5:
- REMOVED: Custom Wood Fences.
- FIXED: Seed Duplication.
- FIXED: Nugget OreDict Registration.
- FIXED: Custom crops with base blocks not placing.
- FIXED: Crash caused by breaking soil under crops.
- FIXED: Crops fail to grow.
- FIXED: Crops fail to update properly.

2.0.0a4:
- INFO: 2.0.0a5 alpha pre-release to select users.

2.0.0a3:
- FIXED: Custom Wood Recipes!

2.0.0a2:
- FIXED: Server initialization crash!
- FIXED: Jar naming scheme.
- FIXED: Excessive Jar size.

2.0.0a1:
- ADDED: 1.10.2 Port
- ADDED: JSON Crops!