WorldWeaver Wiki & Guide
A guide to WorldWeaver, the world-generation library used by the BetterX family of mods. Covers what the library provides, which mods need it, its configuration files and frequently asked questions.
Overview
WorldWeaver (mod id wover) is a world-generation library. It contains no blocks, items, mobs or gameplay of its own - instead it provides the programming interfaces that other mods use to add their own biomes and terrain features to the world in a controlled, compatible way.
WorldWeaver is the foundation of the BetterX family of mods: the team's core library BCLib builds on it, and content mods such as BetterNether rely on both. It also bundles WunderLib, the team's UI and layout toolkit, so mods that need it do not have to install it separately.
The original library is by Frank Bauer (quiqueck / Ambertation), released under the MIT license; this build's source remains available under the same terms.