== Change log ==

=== v1.2a ===
++No changed config files++
* Fixed world and permission restrictions not working at all
* Fixed an error when clicking virtual inventories

=== v1.2 ===
(built on Bukkit 1.2.5-R1.0)
++Changed files: config.yml, lang_en.yml, aliases.yml++
* Fixed furnace timing task starting even when there aren't any custom cooktime recipes
* Fixed furnace fuels resetting smelting process when changing fuel amount
* Fixed various default recipes
* Fixed plugin interfering with modded servers' recipes (unless specified to remove all recipes)
* Fixed rmreload command to work properly
* Added functionality to rmrecipes/recipe/recipes commands, they can be used to search for recipes by providing an item name
* Removed printing recipes in server.log when loading, it now offers minimal details in server.log
* Temporary fix for shift+clicking recipes acting weird, until Bukkit fixes it.
* Added language files that also have versions, lang_en.yml will always be overwritten and is the fallback in case of other files are outdated/don't exist
* Added alot of useful itemdata aliases in the aliases.yml
* Various other minor fixes and adjustments from the beta

\\

=== v1.2beta ===
(built on Bukkit 1.2.5-R1.0)
* Remade the way the plugin loads files:
** loads all .txt files inside the plugins/RecipeManager/recipes folder and all sub-folders
** any txt file can contain any number of any kind of recipe, either a fuel, furnace, shaped or shapeless
** files can have any name as long as they have the .txt extension
** new readme.txt file that contains syntaxes and general information
* Added ability to use enchanted items in recipes (only as results)
* Added ability to edit and remove default recipes instead of restricting them
* Added aliases.yml to use shortcuts for item:data (like bonemeal for ink_sack:15)
* Replaced "debug" messages with fine/finer/finest style logging, only chosen level (bukkit.yml) is printed in the server console but all messages are logged in server.log
* No longer uses Spout, it was removed completly
* Added ability to smelt items with result AIR (nothing)
* Many more code changes for the better that I lost track of

\\

=== v1.1g ===
* Built on 1.1-R6
* Fixed not loading restricted recipes and fuels

\\

=== v1.1f ===
* Fixed errors when using plugin without Spout
* Converted code that required CraftBukkit to Bukkit API, plugin uses only Bukkit API now

\\

=== v1.1e ===
* Built on 1.1-R4 with new event system

\\

=== v1.1d ===
* Fixed a issue where any item from a unshaped restricted recipe would restrict everything with that item

\\

=== v1.1c ===
* Built on #1597 / 1.0.1-R1
* Fixed console message printing loaded recipes/restrictions count that does not match the actual recipes/restrictions number
* Added "print-features" in config.yml to toggle if players get the info about new/restricted recipes and fuels when interacting with a workbench or furnace
* Optimized code (removed some forgot variables, disabled tasks when not needed, etc)
* Removed the feature where you can specify no character item as AIR because it does not work right with the new dynamic size recipes

\\

=== v1.1b ===
* Fixed in "/recipes" help message saying that unburnable are restricted recipes and unsmeltable are restricted fuels, but they're the other way around
* Built on JRE6 to prevent "Unsupported major.minor version 51.0" error in Java 6 users and it still works with Java 7

\\

=== v1.1 ===
Configuration notes: all .txt files have something changed in them, I recommend you delete them and re-write your recipes and stuff in the newly created ones using the syntax specified in the file header.

* Added possibility to add custom fuels, new file: custom_fuels.txt
* Added possibility to set time on furnace recipes, custom or existing (in custom_recipes.txt as furnace recipe).
* Changed behavior of restricting recipes, now you restrict the recipe matrix, not the result !
** NOTE: if you restricted some recipes, please delete and re-edit your uncraftable.txt file.
* Added possibility to create any size of recipes from 1x1 to 3x3.
* Added specifying no character at all for a item to be handled as AIR
** Example: + + ITEM results in AIR + AIR + ITEM
* Added * as alias to -1 data value (any data value) but it's not needed as it's default as any data value
* Fixed "/recipes reload" to block the default help message (unknown command) and to work only on OPs
* Added a list of recipes, restricted recipes, fuels, etc in the /recipes command, type it to see list of commands available
* Changed code structure, divided stuff into separate classes and etc.
* Other minor adjustments that I forgot =)

\\

=== v1.0 ===
* Release