summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockMushroom.java
Commit message (Collapse)AuthorAgeLines
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-0/+4
|
* [Bleeding] Added support for all TreeType entries to ↵zml20082012-03-21-1/+2
| | | | CraftWorld.generateTree(). Addresses BUKKIT-1161
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-3/+3
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-1/+1
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Fix CraftBukkit comments.Erik Broes2012-01-12-2/+2
|
* Fixed bonemeal not being consumed on failed growth attempts. This fixes ↵Nathan Adams2011-12-19-2/+5
| | | | BUKKIT-337. Thanks to md-5 for the pull request!
* Implemented onStructureGrow event, thanks to md-5.Nathan Adams2011-12-09-5/+22
|
* Update for 1.0.0Erik Broes2011-11-20-28/+21
|
* Bunchafixes which may or may not have any end resultDinnerbone2011-09-16-9/+11
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-20/+77
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-1/+1
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-13/+5
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Added BlockSpread, BlockForm and BlockFade events.EvilSeph2011-06-17-0/+60