summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/CraftingManager.java
Commit message (Collapse)AuthorAgeLines
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-5/+3
| | | | | | | | | | | | | 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
* Set current recipe to null when a recipe isn't found. Fixes BUKKIT-1456feildmaster2012-04-15-1/+1
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-1/+4
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-7/+9
|
* Updated to rename revision 02Erik Broes2012-03-01-9/+9
|
* [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856Celtic Minstrel2012-02-29-2/+24
| | | | | | | | | | | | See the corresponding Bukkit commit for details. Implementation details: - Any packets that include an itemstack will send air stacks as null; maybe this will even eliminate the client crash that occurs if the client receives an air stack - Better handling of null itemstacks in general (ie less converting them to air stacks) - Inventory.setContents() can now take an array smaller than the inventory without error - Player.updateInventory() should now correctly update the result slot in a crafting inventory Some small credit goes to Afforess (initial implementation of openInventory() methods) and Drakia (initial implementation of InventoryOpenEvent and InventoryCloseEvent).
* [Bleeding] Recipe API improvements and fixes. Addresses BUKKIT-738 and ↵Celtic Minstrel2012-02-21-3/+10
| | | | | | 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)
* Updated to Minecraft 1.1Erik Broes2012-01-12-1/+1
|
* Update for 1.0.0Erik Broes2011-11-20-5/+48
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-0/+5
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-0/+2
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-61/+61
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Update for 1.6.6Erik Broes2011-05-31-2/+2
|
* Implemented 1.6!Dinnerbone2011-05-26-2/+4
|
* Implemented addRecipe method in CraftServer and associated recipe classes.Celtic Minstrel2011-05-01-0/+179