MVS - Moog's Voyager Structure (config pack)
Texture Packby finndog_123
A customisable datapack for the MVS mod, allowing for easy control over the mod
Type
Texture Pack
CurseForge Downloads
24,653
CurseForge ID
732906
Last Updated
Aug 15, 2026
Description


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
FeedbackPlease 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 FabricAll datapack versions work on Forge, NeoForge and Fabric.
How To Use This DatapackThis 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
- Download the version of this pack that matches your Minecraft version from the Files tab.
- 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
- Open the datapack .zip (or unzip it) and browse to the data/mvs/ folder.
- Edit the JSON file for the thing you want to change (see the common tasks below).
- 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.
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:
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 StartedThe wiki's examples are built around Moog's Voyager Structures (MVS), so they apply directly to this pack.

The best and fastest way to get help is to join our Discord server.
Recommended Gear
AffiliateHardware and extras that pair well with this texture pack.
As an Amazon Associate I earn from qualifying purchases.
Similar Texture Packs
New Textures
new textures for older versions. v1.0.5.3 fixed blue flare particles 1.13, fixed the workbench interface 1.7.10, the fon...
Cuter Looking Spiders
re-texture to make spiders look cuter
Trails and Tales (1.20) Panorama with Shaders
New panorama now with shaders!
Enchanted Books: Re-covered
The new look of enchanted books' covers
project-860612
Adds compatibility between Faithful 64x and Fresh Animations
LAST DAYS [32x]
Community driven post-apocalyptic themed resourcepack.

