Minecraft WGenUtils mod 2026 download
logo
minecraft mod WGenUtils

WGenUtils

Game Version: CB 1.1-R4
Total Downloads: 1,013
Updated: Feb 25, 2012
Created: Feb 25, 2012
Download WGenUtilsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
WGenUtils Beta 1.0 beta 96.18 KB Feb 25, 2012 CB 1.1-R4 737 download WGenUtils WGenUtils Beta 1.0 betaDownload
WGenUtils Alpha 3.0 alpha 80.04 KB Feb 25, 2012 CB 1.1-R4 276 download WGenUtils WGenUtils Alpha 3.0 alphaDownload

Description

Share this:

Status: Using semi-failed 12w08a source code to add stuff to support 1.2!

World Generation Utilities

This plugin allows developers to generate custom terrain with many of the default terrain generators from minecraft. More generators are always in the works and it won't be long before I have ported the generator to generate Normal worlds!

Code Examples

When you download the source, you may look at the file called world.generation.test.Generator to find the generator I use to test the library

Caves

The default cave generator was the first thing I added to the libary, here is the code you will use to start off with

MapGenCaves caveGen = new MapGenCaves();
caveGen.generate(world, i, j, result);

"result" is the already generated world (you can fill it with stone or whatever) in the byte[32768] format!

Source

Source can be found on Git Hub, press repository at the top, then go to the Git Hub URL

Screenshots

Caves

Ore vein generated with MapGenOres custom ore generator!

Comments

Add a comment