Update CraftBukkit to Minecraft 1.3.1

This commit is contained in:
feildmaster
2012-07-29 02:33:13 -05:00
committed by Travis Watkins
parent 08e2923bd4
commit a43d621c01
240 changed files with 10763 additions and 9150 deletions

View File

@@ -18,7 +18,7 @@ public class WorldGenMegaTree extends WorldGenerator implements BlockSapling.Tre
}
public boolean a(World world, Random random, int i, int j, int k) {
// CraftBukkit start
// CraftBukkit start - moved to generate
return this.generate((BlockChangeDelegate) world, random, i, j, k);
}