Mineuniverse
Log in Register
Plugins

WGenUtils

A World Generation Libary and Example
by _ForgeUser6892626
Download Claim this project
1,510 downloads
0 likes
Updated Jun 30, 2026
0 hypes
World Generators

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!

WGenUtils Beta 1.0
MC CB 1.1-R4
Beta 2012-02-25 Get
WGenUtils Alpha 3.0
MC CB 1.1-R4
Alpha 2012-02-25 Get

More from _ForgeUser6892626

RewardsTime
935

You Might Also Like

EmptyWorldGenerator
This is a basic world generator that creates empty worlds. It's lightweight, easy to use, and very basic.
90,915
InfinitePlots
http://dev.bukkit.org/server-mods/infiniteplots/
88,230
VoidGenerator
Nothing but void!
79,555
Dungeon Maze
An epic Minecraft Bukkit world generator
68,234
WorldSchematics
Spawns minecraft .schematics randomly in newly generated chunks
8,980
emericaWorlds
emericaWorlds is a World Generator and a Teleporter
8,724