summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/InventoryCrafting.java
Commit message (Collapse)AuthorAgeLines
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-20/+20
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-4/+4
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-9/+9
|
* Port to new mc-dev format.Erik Broes2011-01-30-84/+82
|
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-6/+22
|
* Updated against new mc-dev format, takes out quite some casting troubles at ↵Erik Broes2011-01-11-7/+6
| | | | the cost of extra ()'s
* Added getContents() to IInventory and implemented it.Erik Broes2011-01-09-0/+69
Implemented Inventory and PlayerInventory and updated StorageMinecart and Slot. Added getMaxStackSize to CraftItemStack.