WGenUtils Alpha 3.0
Details
-
FilenameWGenUtils.jar
-
Uploaded by
-
UploadedFeb 25, 2012
-
Size80.04 KB
-
Downloads469
-
MD56f1dacf982cb0b8ada8aab4f254312cf
Supported Bukkit Versions
- CB 1.1-R4
Changelog
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!
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
Version 2.3:
-New mushroom populators: "MapGenMushrooms" and "WorldGenMushrooms" (Populator)
-Ores are now rarer with default settings!
Version 2.2:
-Will now run off bukkit api instead of craftbukkit api!
Version 2.1:
-Added a new ore generator
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"
Version 1.1.1:
-Added missing file "MathHelper" and added a public static int in "MapGenBase" to control lava level.
Version 1.1:
- Added MapGenRavines