{"id":149628,"date":"2026-06-09T03:05:35","date_gmt":"2026-06-09T00:05:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/structurify\/"},"modified":"2026-06-09T03:05:35","modified_gmt":"2026-06-09T00:05:35","slug":"structurify","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/structurify\/","title":{"rendered":"Structurify"},"content":{"rendered":"<p><\/p>\n<p><center><br \/>\n\t<img decoding=\"async\" title=\"Structurify\" src=\"https:\/\/raw.githubusercontent.com\/Faboslav\/structurify\/master\/.github\/assets\/images\/logo\/logo.png\" alt=\"Structurify\" width=\"743\"><br \/>\n<\/center><\/p>\n<p><\/p>\n<p><center><\/p>\n<p>\t\t<img decoding=\"async\" src=\"https:\/\/img.shields.io\/static\/v1?label=&#038;message=Buy Me a Coffee&#038;color=4B4341&#038;labelColor=4B4341&#038;logoColor=ffffff&#038;style=for-the-badge&#038;logo=ko-fi\" alt=\"Buy Me a Coffee\"><\/p>\n<p>\t\t<img decoding=\"async\" src=\"https:\/\/img.shields.io\/static\/v1?label=&#038;message=Become a Patron&#038;color=4B4341&#038;labelColor=4B4341&#038;logoColor=ffffff&#038;style=for-the-badge&#038;logo=patreon\" alt=\"Patreon\"><\/p>\n<p>\t\t<img decoding=\"async\" src=\"https:\/\/img.shields.io\/discord\/924964658169913404?style=for-the-badge&#038;logo=discord&#038;logoColor=ffffff&#038;label=Join Our Discord&#038;labelColor=4B4341&#038;color=4B4341\" alt=\"Join Our Discord\"><\/p>\n<p>\t\t<img decoding=\"async\" src=\"https:\/\/img.shields.io\/static\/v1?label=&amp;message=Requires YACL&amp;color=4B4341&amp;labelColor=4B4341&amp;logoColor=white&amp;style=for-the-badge&amp;logo=modrinth\" height=\"28\" \/><\/p>\n<p><\/center><\/p>\n<p><\/p>\n<p>Structurify is a configuration mod that makes configuring everything related to structures very easy and accessible,<br \/>\neliminating the hassle of creating multiple datapacks.<\/p>\n<p>\n\t<img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/Faboslav\/structurify\/master\/.github\/assets\/images\/structurify_configuration.webp\">\n<\/p>\n<p>**Core Features:**<\/p>\n<p>* **Globally disable all structures:** Easily disable all structures across your world with a single setting,<br \/>\n  simplifying your world generation process.<br \/>\n* **Disable individual structures:** Disable specific structures individually, giving you precise control over which<br \/>\n  ones generate in your world.<br \/>\n* **Manage biomes for specific structures:** Customize the list of biomes for individual structures, ensuring they only<br \/>\n  generate in selected biomes.<br \/>\n* **Globally set structure spread for all structures:** Set global spacing and separation modifiers for all structure<br \/>\n  sets, enabling consistent structure spread throughout your world.<br \/>\n* **Individually set structure spread:** Adjust spacing and separation values for specific structure sets, allowing for<br \/>\n  customized generation distances between them.<\/p>\n<p>**Other Features:**<\/p>\n<p>* **Set Salt and Frequency:** Customize salt and frequency values for individual structure sets, allowing for consistent yet varied generation on the same world seed.<br \/>\n* **Flatness check:** The structure will only generate if the terrain within the specified distance is flat enough based on the specified threshold.<br \/>\n* **Biome check:** Limit structure generation to areas where all nearby biomes fall within a defined list, useful for avoiding cases like villages spawning across rivers.<\/p>\n<p>**Available Commands:**<\/p>\n<p>* **\/structurify dump:** Dumps complete config file with default settings to the file.<\/p>\n<p>**Future plans:**<\/p>\n<p>* Exclusion Zones<br \/>\n* Disable individual structure pieces<br \/>\n* Change weight of individual structure pieces<br \/>\n* Utility commands related to the structures<br \/>\n* Presets for specific settings<\/p>\n<p><\/p>\n<p># \ud83d\udca1 How to use the mod<\/p>\n<p>This mod is designed for in-game configuration, so it requires the **YACL (YetAnotherConfigLib)** mod.<\/p>\n<p>## Fabric\/Quilt<\/p>\n<p>If you\u2019re using Fabric or Quilt, you\u2019ll also need the Mod Menu<br \/>\nmod or another mod that provides access to mod configs.<\/p>\n<p>## NeoForge\/Forge<\/p>\n<p>No extra mods are needed.<\/p>\n<p><\/p>\n<p># \ud83d\udda5\ufe0f In-Game configuration<\/p>\n<p>## Structure settings<\/p>\n<p>Structures are organized into categories based on the mods and datapacks in use (namespaces), making them easier to<br \/>\nmanage.<br \/>\nIt is possible to disable the generation of structures and manage a list of biomes where specific structures should<br \/>\ngenerate.<\/p>\n<p>![Structures settings](https:\/\/raw.githubusercontent.com\/Faboslav\/structurify\/master\/.github\/assets\/images\/structures_settings.webp)<\/p>\n<p>Specific structures can also be easily searched for across these categories.<\/p>\n<p>![Search](https:\/\/raw.githubusercontent.com\/Faboslav\/structurify\/master\/.github\/assets\/images\/structures_search.webp)<\/p>\n<p>## Biome managment for specific structures<\/p>\n<p>Each structure has its own configuration, allowing specific biomes to be added and\/or removed to adjust structure<br \/>\ngeneration.<\/p>\n<p>![Search](https:\/\/raw.githubusercontent.com\/Faboslav\/structurify\/master\/.github\/assets\/images\/structures_structure_biome_blacklist.webp)<\/p>\n<p>## Structure Sets (Structure Spread) settings<\/p>\n<p>Custom structure spread can be configured via global spacing and separation modifiers or through per-structure specific<br \/>\nspacing and separation values.<\/p>\n<p>* Spacing is the average distance in chunks between structures within the same structure set (group of structures).<br \/>\n* Separation is the minimum distance in chunks between structures within the same structure set (group of structures).<br \/>\n  The separation value cannot be greater than the spacing value.<\/p>\n<p>Additionally both salt and frequency can be configured for each specific structure set.<\/p>\n<p>![Structure Spread settings](https:\/\/raw.githubusercontent.com\/Faboslav\/structurify\/master\/.github\/assets\/images\/structure_spread_settings.webp)<\/p>\n<p><\/p>\n<p># \ud83d\udcdd JSON file configuration<\/p>\n<p>All configurations mentioned in the `In-Game` section of this guide are mirrored and saved in a JSON file located at<br \/>\n`config\/structurify.json`.<br \/>\nThis file is particularly useful for managing configurations on the server side. For that case it is recommended to<br \/>\nconfigure everything based on the `In-Game` section of this guide.<\/p>\n<p># \u2699\ufe0f Compatibility<\/p>\n<p>Structurify is designed to be fully compatible with most of the world\/structure generation mods and datapacks, and it currently<br \/>\noffers enhanced compatibility with the following:<\/p>\n<p>### Global datapack loaders:<\/p>\n<p>* Paxi<br \/>\n* Open Loader<br \/>\n* Global Packs<br \/>\n* Global Datapacks<\/p>\n<p>### Mods:<br \/>\n* Repurposed Structures<br \/>\n* YUNG&#8217;s mods<br \/>\n* Structure Gel API<br \/>\n* Terra<\/p>\n<p>Since structure generation is a complex system, things can occasionally break, especially with mods that implement their own custom structure generation logic or heavily alter vanilla generation behavior.<\/p>\n<p><\/p>\n<p># \ud83d\udcac Community<\/p>\n<p>Feel free to join our community at the discord server to chat, share your<br \/>\ncreations, ask any question or to simply be updated about the latest development of the mod and notified when the new<br \/>\nrelease is out. Also don&#8217;t hesitate to report any crash or bug<br \/>\nvia GitHub issues.<\/p>\n<p><\/p>\n<p># \ud83d\udc4b Support<\/p>\n<p>I will continue developing my mods as a hobby because I truly enjoy it. If you&#8217;d like to support me, you can do so<br \/>\non Patreon or Ko-fi. Your support is greatly<br \/>\nappreciated.<\/p>\n<p><\/p>\n<p># \ud83d\udcdc License<\/p>\n<p>The mod is licensed with CC BY-NC-ND 4.0<br \/>\nlicense.<\/p>\n<p>Please feel free to explore my code for examples of how I&#8217;ve tackled and solved various challenges while developing this<br \/>\nmod. You&#8217;re welcome to incorporate code snippets into your own projects. Also feel free to use this mod in any modpack (<br \/>\nalthough credit\/link back to this page will be greatly appreciated).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A lightweight configuration mod that makes it easy and accessible to customize everything related to structures, eliminating the hassle of creating multiple datapacks.<\/p>\n","protected":false},"featured_media":149629,"template":"","meta":{"_minecraft_slug":"structurify","_minecraft_project_id":"yz7AM2zx","_minecraft_author":"faboslav","_minecraft_license":"LicenseRef-CC-BY-NC-ND-4.0","_minecraft_downloads":2059957,"_minecraft_follows":421,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"structurify.zip","_minecraft_size_bytes":267829925,"_minecraft_version_count":475,"_minecraft_updated_at":"2026-05-16T09:51:52.548442Z","_minecraft_date_created":"2024-08-22T19:04:25.369935Z","_minecraft_date_modified":"2026-05-14T18:52:28.711986Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/structurify","_minecraft_icon_attachment_id":149629,"_minecraft_imported_at":"2026-06-09T00:05:35+00:00","_minecraft_import_hash":"630c978d0066ce5f70bdfbdf1230e42e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,97,104,89,126,158,98,92,159],"mod_loader":[99,106,160,100],"minecraft_version":[59,36,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-149628","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-fabric","mod_category-forge","mod_category-game-mechanics","mod_category-management","mod_category-neoforge","mod_category-quilt","mod_category-utility","mod_category-worldgen","mod_loader-fabric","mod_loader-forge","mod_loader-neoforge","mod_loader-quilt","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Structurify - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/structurify\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Structurify - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A lightweight configuration mod that makes it easy and accessible to customize everything related to structures, eliminating the hassle of creating multiple datapacks.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/structurify\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/raw.githubusercontent.com\/Faboslav\/structurify\/master\/.github\/assets\/images\/logo\/logo.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/structurify\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/structurify\\\/\",\"name\":\"Structurify - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/structurify\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/structurify\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/structurify-icon-174eff71180eedb65a6eb1dbc9ddd9d727e160c2_96.webp\",\"datePublished\":\"2026-06-09T00:05:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/structurify\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/structurify\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/structurify\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/structurify-icon-174eff71180eedb65a6eb1dbc9ddd9d727e160c2_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/structurify-icon-174eff71180eedb65a6eb1dbc9ddd9d727e160c2_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/structurify\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Structurify\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Structurify - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/structurify\/","og_locale":"en_US","og_type":"article","og_title":"Structurify - Minecraft","og_description":"A lightweight configuration mod that makes it easy and accessible to customize everything related to structures, eliminating the hassle of creating multiple datapacks.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/structurify\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/raw.githubusercontent.com\/Faboslav\/structurify\/master\/.github\/assets\/images\/logo\/logo.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/structurify\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/structurify\/","name":"Structurify - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/structurify\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/structurify\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/structurify-icon-174eff71180eedb65a6eb1dbc9ddd9d727e160c2_96.webp","datePublished":"2026-06-09T00:05:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/structurify\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/structurify\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/structurify\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/structurify-icon-174eff71180eedb65a6eb1dbc9ddd9d727e160c2_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/structurify-icon-174eff71180eedb65a6eb1dbc9ddd9d727e160c2_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/structurify\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Structurify"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/149628","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/149629"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=149628"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=149628"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=149628"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=149628"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}