summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ShapedRecipes.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-159/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-7/+5
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-1/+1
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-1/+1
|
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-1/+19
|
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-1/+1
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-3/+3
|
* Don't rotate ShapedRecipes. Fixes BUKKIT-1334THDigi2012-08-06-4/+4
| | | | ShapedRecipe's getShape() always returns a 90deg rotated shape of the original shape, this commit fixes it.
* 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-22/+22
|
* 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