summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/DispenseBehaviorItem.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-98/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-4/+4
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-2/+2
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-2/+2
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-2/+2
|
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-1/+1
|
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-5/+5
|
* Use correct itemstack for dispenser behavior chaining. Fixes BUKKIT-2886James Clarke2012-11-17-16/+7
| | | | | | | When an event changes the item to be dispensed we check to see if the new item has special behavior for dispensing and if so pass it on to that behavior handler. However, we are actually checking the old itemstack and passing the new itemstack so this check fails.
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-0/+107