MVS - Moog's Voyager Structures (config pack)

Quick rating

MVS - Moog's Voyager Structures (config pack)

No reviews yet

A customisable datapack for the MVS mod, allowing for easy control over the mod

Adventure/Exploration
World Gen Improvements
Mod Loaders
Datapack
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
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

Dev Environment
Client Optional
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
5.0.8
Authors

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

banner


Support me on Ko-fi Discord My projects


Overview


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 Cristel Lib

Feedback

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!

NeoForge and Fabric

All datapack versions work on Forge, NeoForge and Fabric.

How To Use This Datapack

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/<your world>/datapacks/.
    • Every world / on a server: use a datapack loader such as Paxi so the pack is applied globally instead of per-world.
  • Enable it in-game: load the world and run /datapack enable "file/<datapack file name>", or run /reload if the pack is already in the folder.

⚠️ 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:

{
  "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.

"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:

{
  "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.
Full Per-File Customisation Reference

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:

📖 Moog's Structure Lib Wiki »

What you want to edit Wiki page
Where structures spawn (spacing, salt, biomes) Structure Sets
A structure's type & properties Structure Files
Which building pieces are used Template Pools
Advanced placement & terrain adaptation Placement Systems
The .nbt structure files themselves NBT Files
New to all of this? Getting Started

The wiki's examples are built around Moog's Voyager Structures (MVS), so they apply directly to this pack.


Banner

The best and fastest way to get help is to join our Discord server.

Discord


BHsponser

Screenshots

Gallery

This project has no gallery images yet.

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

~8,000
Downloads
Last Updated
CurseForge
Modrinth
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