summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/WorldGenTaiga2.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-5/+1
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-1/+1
|
* [Bleeding] Prevent update inconsistencies on generation/decoration that span ↵Mike Primm2012-03-22-1/+1
| | | | chunks. Fixes BUKKIT-871
* [Bleeding] Completely fix the tree generation algorithm to make it near ↵md_52012-03-20-1/+1
| | | | identical to vanilla as well as fix potential bugs associated with disappearing saplings.
* Updated from 1.2.2 to 1.2.3. This fixes BUKKIT-943Nathan Adams2012-03-02-3/+3
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-4/+4
|
* [Bleeding] Undo changes to the tree WorldGenerators.Zeerix2012-02-23-49/+7
| | | | | - 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-2/+2
| | | | | 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-8/+8
|
* Fixed bonemeal not being consumed on failed growth attempts. This fixes ↵Nathan Adams2011-12-19-3/+0
| | | | BUKKIT-337. Thanks to md-5 for the pull request!
* Implemented onStructureGrow event, thanks to md-5.Nathan Adams2011-12-09-7/+52
|
* Update for 1.0.0Erik Broes2011-11-20-73/+63
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-62/+74
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-1/+1
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Whitespace + general cleanupErik Broes2011-05-15-2/+1
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-3/+3
|
* Generic code cleanupErik Broes2011-02-23-3/+2
|
* Generic cleanup/reformat.Erik Broes2011-02-02-3/+3
|
* Added support for different tree generation types and a callback.sk89q2011-01-30-0/+117