summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemSnow.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-12/+10
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-1/+1
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-1/+1
|
* Always consume bonemeal when used on a sapling. Fixes BUKKIT-3755Travis Watkins2013-03-16-1/+0
| | | | | | | | In Minecraft 1.5 saplings do not grow with a single use of bonemeal anymore. Our code assumes they will and only takes away bonemeal from the player when the tree grows successfully (not cancelled by a plugin). Instead we now always remove a bonemeal even if a plugin is the reason a tree didn't grow as this matches the vanilla logic more closely.
* Remove duplicate place logic for snow. Fixes BUKKIT-3756Travis Watkins2013-03-16-3/+8
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-0/+36