summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ShapelessRecipes.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-78/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-2/+2
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-1/+1
|
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-1/+1
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-2/+2
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-1/+1
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-2/+1
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Updated to rename revision 02Erik Broes2012-03-01-10/+10
|
* [Bleeding] Recipe API improvements and fixes. Addresses BUKKIT-738 and ↵Celtic Minstrel2012-02-21-0/+20
| | | | | | 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/+59
- ShapedRecipes - ShapelessRecipes - CraftingRecipe - FurnaceRecipes