
MVS - Moog's Voyager Structure (config pack)
A customisable datapack for the MVS mod, allowing for easy control over the mod
About this Mod
!
!
THIS DATAPACK IS NO LONGER UPDATED.
ofc, feel free to create your own config datapacks from our git repos or use a config mod like Cristel Lib
Please comment any ideas you may have to improve this mod. Any and all feedback is greatly appreciated :)
Additionally, if you make any configs you think other people would enjoy, send it to me on Discord and I'll be happy to upload it here!
All datapack versions work on Forge, NeoForge and Fabric.
This is a template datapack for my structure mod, Moogs Voyager Structures. Look at the info below to see how to use it.
This guide will help you customize the Moog's Voyager Structures datapack by explaining how to:
- Remove unwanted structures
- Change the rarity of structures
- Modify biome tags
1. Removing Unwanted Structures
To remove unwanted structures, you need to modify the relevant structure files in the data/mvs/worldgen/structure_set directory and remove the section spawning the structure.
For example, to remove the "crimson_enchanting_table" structure:
- Open the file
data/mvs/worldgen/structure_set/other_decoration/crimson_enchanting_table.json. - Modify the JSON to remove the structure spawning section, so it looks like this:
{
"structures":[
],
"placement": {
"type": "mvs:advanced_random_spread",
"salt": 836845261,
"spacing": 77,
"separation": 58
}
}
2. Changing the Rarity of Structures
To change the rarity of structures, modify the spacing and separation attributes in the relevant structure_set files in the data/mvs/worldgen/structure_set directory.
For example, to change the rarity of the "crimson_enchanting_table" structure:
- Open the file
data/mvs/worldgen/structure_set/other_decoration/crimson_enchanting_table.json. - Modify the
spacingandseparationattributes to adjust its rarity.
{
"structures":[
{
"structure": "mvs:other_decoration/crimson_enchanting_table",
"weight": 1
}
],
"placement": {
"type": "mvs:advanced_random_spread",
"salt": 836845261,
"spacing": 100, // Increase this value to make the structure less common
"separation": 80 // Ensure this value is smaller than spacing
}
}
Explanation of attributes:
spacing: Average distance between two neighboring generation attempts. Value between 0 and 4096 (inclusive).separation: Minimum distance (in chunks) between two neighboring attempts. Value between 0 and 4096 (inclusive). Has to be strictly smaller thanspacing. The maximum distance of two neighboring generation attempts is2*spacing - separation.
3. Modifying Biome Tags
To modify biome tags, edit the relevant JSON files in the data/mvs/tags/worldgen/biome/has_structure directory.
For example, to add or remove biomes from the "snowy_biomes" tag:
- Open the file
data/mvs/tags/worldgen/biome/has_structure/snowy_biomes.json. - Add or remove biomes from the
valuesarray.
{
"replace": true,
"values": [
// Add or remove biomes here
"minecraft:snowy_taiga",
{
"id": "byg:frosted_taiga",
"required": false
}
]
}
When modifying biome tags, note the following:
- Biome IDs should be written as
"minecraft:snowy_taiga". - Biome tags should be written with a hashtag in front, such as
"#minecraft:is_jungle". - When adding modded biomes, they must be written with
"required": false, like this:{ "id": "#biomesoplenty:is_savanna", "required": false } - Make sure to set
"replace": trueto ensure the changes take effect.
!
The best and fastest way to get help is to join our Discord server.
Available Versions
How to Install MVS - Moog's Voyager Structure (config pack) on Your Server
Order Server
Order a Minecraft Java server with at least 4 GB RAM (6 GB recommended).
Set datapack Loader
In the panel under "Egg", select the datapack loader and matching Minecraft version (26.1.2).
Install Mod
Open the mod browser in the dashboard and search for "MVS - Moog's Voyager Structure (config pack)". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.1.2, 26.1.1, 26.1 (+25 more)
Server-side
✓ RequiredRecommended RAM
6 GB(min. 4 GB)Frequently Asked Questions
MVS - Moog's Voyager Structure (config pack) server crashes on startup – what to do?
Most common cause: wrong datapack version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 4 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.
Is MVS - Moog's Voyager Structure (config pack) compatible with datapack and fabric?
MVS - Moog's Voyager Structure (config pack) officially supports datapack, fabric for Minecraft 26.1.2, 26.1.1, 26.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with MVS - Moog's Voyager Structure (config pack) – how to optimize performance?
Recommended RAM: 6 GB (per 5 players). Use /spark profiler to check if MVS - Moog's Voyager Structure (config pack) consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install MVS - Moog's Voyager Structure (config pack) with just one click on your server.
