Wastify Returns
A Minecraft mod created by McJty https://github.com/McJtyMods/Wastify, updated here for Neoforge under MIT license.
Overview
Wastify Returns allows you to control which bomes will appear in a world. Swap one or several biomes with another to limit or consolidate biome diversity.
Configuration
Wastify is configured entirely through datapacks
Creating a Basic Datapack
- Create a datapack folder structure:
saves/[world_name]/datapacks/wastify_config/
├── pack.mcmeta
└── data/
└── minecraft/
└── dimension/
└── overworld.json
- Create
pack.mcmeta:
{
"pack": {
"pack_format": 48,
"description": "My Wastify Configuration"
}
}
- Create
overworld.json with your biome mappings (see examples below).
Dimension Configuration Format
{
"type": "minecraft:overworld",
"generator": {
"biome_source": {
"type": "wastify:wastify_biome_source",
"dimension": "minecraft:overworld",
"adapt_biome_source": {
"type": "minecraft:multi_noise",
"preset": "minecraft:overworld"
},
"default": "minecraft:desert",
"sphere_default": "minecraft:jungle",
"mapping": [
"minecraft:forest=minecraft:wooded_badlands",
"minecraft:plains=minecraft:desert",
"minecraft:jungle=minecraft:wooded_badlands"
],
"sphere_mapping": [
"minecraft:forest=minecraft:jungle"
]
},
"settings": "minecraft:overworld",
"type": "minecraft:noise"
}
}
Thank you to the following Patrons for keeping my projects alive:
Whiro (Patron Ultimate)
Cabo Sneaker (Patron Plus)
If you would like to assist with development and get access to other cool features you can do so here: https://www.patreon.com/cw/Vodmordia
General FAQ:
Who do I contact for issues with this mod:
