Worldgen Helpers

Quick rating

Community listing page, reviews here may not be monitored by the author.

Worldgen Helpers

No reviews yet

This mod adds a few low-level helper classes for Minecraft's world generation, as well as examples of their use in the form of world presets.

World Gen Improvements
API/Library
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
Creative Commons Zero v1.0 Universal

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

This mod adds a few low-level helper classes for Minecraft's world generation, as well as examples of their use in the form of world presets.

Helpers

DensityFunctions

Note: The functions are currently expanded and revised. Expect parameter names and values to occasionally change.

distance

This function returns 1.0 at the origin of the world (X=0, Z=0) and 0.0 at the (Euclidean) distance specified in the "max" and beyond.

If the optional "min" parameter is present, the blocks within that distance to the origin return the 1.0 value, instead of just the origin.

Note: The old "argument" parameter name is deprecated, but should continue working until at least a future version 2.0.

lerp

This function implements a linear interpolation between the values returned from the DensityFunctions specified in "value1" and "value2", with the interpolation weight specified in a third DensityFunction in the "alpha" argument. At "alpha" <= 0.0, "value1" is chosen, and at "alpha" >= 1.0, "value2".

World generation presets

Single Continent

The world consists of a single continent or a gathering of larger islands up to about 8000 blocks from the origin. From there, only occasional islands and mushroom islands spawn, and from some 15000 blocks on, only deep ocean stretches into infinity.

The Cauldron

The centre of the world is an inhospitable desert area, with high temperature and no vegetation. If paired with survival-type mods requiring to drink water and stay in the shade, it can be downright brutal. From about 12000 blocks from the origin on, normal terrain generation commences.

This is a work in progress. The idea is to add a ring of very high mountains as a barrier around the central area.

Archipelago

The world is divided in comfortably large islands separated by thousands of blocks of open ocean. Using a seed preview mod to pick a suitable seed is recommended, else the spawn is almost guaranteed to be in the middle of an ocean, with no land in sight.

Screenshots

Gallery

  • Typical Archipelago Island Group
    Typical Archipelago Island Group A typical Archipelago island group, at a scale of 1 pixel = 1 chunk, made with World Preview. The closest landmasses are about 12 thousand blocks to the west and to the south-east.
  • In the Middle of The Cauldron
    In the Middle of The Cauldron There's some 10 thousand blocks between you and normal terrain. Until then, no rivers, no trees, nothing to make a bed from. Better hope you find a friendly desert village ere the husks and phantoms get you.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works