summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ContainerAnvilInventory.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-58/+0
| | | | For more information please see http://www.spigotmc.org/
* Don't limit anvil stack size.Travis Watkins2014-04-23-1/+0
| | | | | | After the changes in c549609d anvils started incorrectly limiting their inputs to single item stacks. Vanilla allows for full size stacks here and this is useful for using materials to repair items so now we do too.
* [Bleeding] Fix some inventories not using maxStack. Fixes BUKKIT-2883GJ2014-04-18-0/+6
| | | | | | | CraftBukkit adds the ability to specify the maxStack size for most inventories. However, some inventories were not overriding the getMaxStack method properly, and so the functionality was unavailable. This fixes the maxStack setting for Anvils, Minecarts, PlayerInventory, and Hoppers.
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-4/+0
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-2/+6
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-0/+53