summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockSapling.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-1/+5
|
* [Bleeding] Added support for all TreeType entries to ↵zml20082012-03-21-2/+2
| | | | CraftWorld.generateTree(). Addresses BUKKIT-1161
* [Bleeding] Completely fix the tree generation algorithm to make it near ↵md_52012-03-20-29/+43
| | | | identical to vanilla as well as fix potential bugs associated with disappearing saplings.
* Allow the new jungle tree type to be grown both as a single sapling and as a ↵md_52012-03-02-4/+38
| | | | group of 4. Fixes BUKKIT-886
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-1/+1
|
* [Bleeding] Undo changes to the tree WorldGenerators.Zeerix2012-02-23-47/+30
| | | | | - All StructureGrowEvent handling for these is in BlockSapling now, using a BlockChangeDelegate to collect the data. - Moved StructureGrowDelegate into a separate class
* Update for 1.1_01 renames.Erik Broes2012-01-15-4/+3
| | | | | 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-0/+4
| | | | BUKKIT-337. Thanks to md-5 for the pull request!
* Implemented onStructureGrow event, thanks to md-5.Nathan Adams2011-12-09-12/+29
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-1/+1
|
* Update for 1.0.0Erik Broes2011-11-20-6/+7
|
* Blocked access to ColouredConsoleSenders constructor, implemented ↵Dinnerbone2011-09-24-0/+4
| | | | getConsoleSender
* 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-3/+3
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Implemented 1.6!Dinnerbone2011-05-26-8/+10
|
* Fixed trees being invisible under certain circumstances. Thanks Zeerix!EvilSeph2011-05-15-0/+84