summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ShapedRecipes.java
Commit message (Collapse)AuthorAgeLines
* Fix for shaped recipes stripping enchantments from the result. Fixes BUKKIT-602Celtic Minstrel2012-02-25-1/+1
|
* [Bleeding] Recipe API improvements and fixes. Addresses BUKKIT-738 and ↵Celtic Minstrel2012-02-21-0/+62
| | | | | | BUKKIT-624 Add a recipe iterator to make it possible to retrieve and remove recipes (BUKKIT-738), and updated the recipe classes to not clip the data to 127 (BUKKIT-624)
* Imported from mc-dev:Celtic Minstrel2012-02-20-0/+82
- ShapedRecipes - ShapelessRecipes - CraftingRecipe - FurnaceRecipes