MVS - Moog's Voyager Structures (config pack)
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.6% endorsement rate
- 🏆 #699 of 1071 adventure mods in this game by downloads
📋 About This Mod
!(https://www.bisecthosting.com/images/CF/MVS/BH_NU_HEADER.png)
[!(https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D8LKA5N) [!(https://img.shields.io/discord/869218732650688543?color=0f2b52&label=DISCORD&style=for-the-badge)](https://discord.com/invite/S5nffJbuvA) [!(https://img.shields.io/badge/My-projects-0f2b52?style=for-the-badge&logo=curseforge)](https://www.curseforge.com/members/finndog_123/projects)
!(https://www.bisecthosting.com/images/CF/MVS/BH_NU_BANNER1.png)
## This datapack is automatically kept up to date. It now stays in sync with the latest version of the mod. Prefer a different approach? You can still build your own config pack from our git repos or use a config mod like (https://modrinth.com/mod/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 ("config") datapack for my structure mod, Moog's Voyager Structures. Everything MVS generates is data-driven, so this pack lets you re-configure the mod (remove structures, change how rare they are, and control which biomes they spawn in) just by editing JSON files. No coding required.
### Step 1: Install the datapack
1. Download the version of this pack that matches your Minecraft version from the Versions tab above.
2. Add it to your world:
- One world: drop the downloaded `.zip` into `.minecraft/saves/
> ⚠️ Worldgen only affects new chunks. Changes to structure spawning, rarity, or biomes only appear in newly generated terrain. Already-explored chunks won't change. To see your edits, explore into fresh land or start a new world.
### Step 2: Edit the pack 1. Open the datapack `.zip` (or unzip it) and browse to the `data/mvs/` folder. 2. Edit the JSON file for the thing you want to change (see the common tasks below). 3. Save, re-zip if you unzipped it, then run `/reload` in-game (or regenerate the world) to apply.
### Common things people want to do
Remove a structure completely Open its file in `data/mvs/worldgen/structure_set/…` and empty the `structures` array so nothing spawns: ```json { "structures": [], "placement": { "type": "mvs:advanced_random_spread", "salt": 836845261, "spacing": 77, "separation": 58 } } ``` Example file: `data/mvs/worldgen/structure_set/other_decoration/crimson_enchanting_table.json`
Make a structure rarer or more common In the same `structure_set` file, change `spacing` and `separation`. Larger `spacing` means rarer. `separation` must always be smaller than `spacing`. ```json "placement": { "type": "mvs:advanced_random_spread", "salt": 836845261, "spacing": 100, "separation": 80 } ```
Change which biomes a structure spawns in Edit the matching tag in `data/mvs/tags/worldgen/biome/has_structure/…` and add or remove entries from `values`: ```json { "replace": true, "values": [ "minecraft:snowy_taiga", { "id": "byg:frosted_taiga", "required": false } ] } ``` - Plain biomes look like `"minecraft:snowy_taiga"`; biome tags start with `#`, e.g. `"#minecraft:is_taiga"`. - Modded biomes/tags must use `"required": false` so the pack still loads when that mod isn't installed.
The tasks above cover the most common tweaks. Every JSON file in this pack (structures, template pools, placement types, biome tags and the `.nbt` building blocks) is documented in full on the Moog's Structure Lib Wiki:
📖 (https://github.com/FinnSetchell/MoogsStructureLib/wiki)**
| What you want to edit | Wiki page | | --- | --- | | Where structures spawn (spacing, salt, biomes) | (https://github.com/FinnSetchell/MoogsStructureLib/wiki/Structure-Sets) | | A structure's type & properties | (https://github.com/FinnSetchell/MoogsStructureLib/wiki/Structure-Files) | | Which build
📊 Mod Details
- Game
- Minecraft Data Packs
- Author
- FinnDog_123
- Version
- 5.0.8
- Downloads
- 9,365
- Endorsements
- 54
- Category
- adventure
- Created
- 1/31/2023
- Updated
- 7/6/2026
- Game Versions
- 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
- Tags
- adventure, management, worldgen
🔧 How to Install Minecraft Data Packs Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Data Packs →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Data Packs commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Data Packs versions does MVS - Moog's Voyager Structures (config pack) support?
The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.
What is the latest version of MVS - Moog's Voyager Structures (config pack)?
Version 5.0.8, published 2026-07-06 with 9,365 downloads recorded at the source.
Keep browsing — more Minecraft Data Packs mods await