summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/WorldGenSwampTree.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-50/+54
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-1/+1
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-1/+1
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-1/+1
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-1/+1
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-4/+4
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-3/+7
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-10/+11
|
* [Bleeding] Prevent update inconsistencies on generation/decoration that span ↵Mike Primm2012-03-22-5/+5
| | | | chunks. Fixes BUKKIT-871
* [Bleeding] Added support for all TreeType entries to ↵zml20082012-03-21-3/+7
| | | | CraftWorld.generateTree(). Addresses BUKKIT-1161
* Added WorldGenSwampTree for diff visibilityzml20082012-03-21-0/+138