WGenUtils Beta 1.0
Details
-
FilenameWGenUtils.jar
-
Uploaded by
-
UploadedFeb 25, 2012
-
Size96.18 KB
-
Downloads1,015
-
MD5175bffe49438ae44f1dea3c1869717a9
Supported Bukkit Versions
- CB 1.1-R4
Changelog
Beta Version 1.0:
-Chunk generator part of minecraft default world generator now works
-Better biome API:
--Better class than Biome: BiomeInfo
--Contains all biomes including bukkits missing biome: "Extreme Hills Edge"!
--Can be created from Biome, String or int (biomeid)!
--Contains information like biome top block, how many reeds per biome and temperature!
--Utils.getBiomeTopBlock(Biome biome) is now depreciated!
Alpha Version 3.0:
-Added a fully working version of the end generator (includes obsidian pillar and enderdragon populators!)
-Added new static method to "EnvironmentGenBase" to get BlockPopulators for that environment!
-More modfiable things!
Alpha Version 2.4:
-Settings in map generators are no longer static
-Added a bedrock generator with settings to do the top ad/or bottom of the world with Notch bedrock code
-Added new setting to cave generator: "caveSize": controls size of caves
-Fixed Utils.xyzToByte
Alpha Version 2.3:
-New mushroom populators: "MapGenMushrooms" and "WorldGenMushrooms" (Populator)
-Ores are now rarer with default settings!
Alpha Version 2.2:
-Will now run off bukkit api instead of craftbukkit api!
Alpha Version 2.1:
-Added a new ore generator
Alpha Version 2.0:
-Many new classes
-Begin support for default world generation mimics
-Added test version of abandoned mineshaft generator
-Test classes that will run as a plugin
-New packages: world.generation.utilities and more
-Added nether cave generator "MapGenCavesHell"
Alpha Version 1.1.1:
-Added missing file "MathHelper" and added a public static int in "MapGenBase" to control lava level.
Alpha Version 1.1:
- Added MapGenRavines
Missing Content:
-There are no BlockPopulators for the default world generator