{"id":31201,"date":"2026-06-01T16:37:34","date_gmt":"2026-06-01T13:37:34","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/biome-replacer\/"},"modified":"2026-06-01T16:37:34","modified_gmt":"2026-06-01T13:37:34","slug":"biome-replacer","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/biome-replacer\/","title":{"rendered":"Biome Replacer"},"content":{"rendered":"<div align=\"center\">\n  <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/49140522c0371f3ef71e14ad161300767b1fbc80_0.webp\" alt=\"Biome Replacer Banner\">\n<\/div>\n<div align=\"center\">\n  <img decoding=\"async\" src=\"https:\/\/img.shields.io\/modrinth\/dt\/biome-replacer?style=flat&#038;logo=modrinth&#038;logoColor=%2300AF5C&#038;label=Modrinth&#038;color=%2300AF5C&#038;link=https%3A%2F%2Fmodrinth.com%2Fmod%2Fbiome-replacer\" alt=\"Modrinth Downloads\"><br \/>\n  <img decoding=\"async\" src=\"https:\/\/img.shields.io\/curseforge\/dt\/910274?style=flat&#038;logo=CurseForge&#038;logoColor=%23F16436&#038;label=CurseForge&#038;color=%23F16436&#038;link=https%3A%2F%2Fwww.curseforge.com%2Fminecraft%2Fmc-mods%2Fbiome-replacer\" alt=\"CurseForge Downloads\"><br \/>\n  <img decoding=\"async\" src=\"https:\/\/img.shields.io\/badge\/MC-1.18.2+-green?style=flat&#038;logo=minecraft&#038;logoColor=white\" alt=\"Minecraft Versions\"><br \/>\n  <img decoding=\"async\" src=\"https:\/\/img.shields.io\/badge\/Side-Server-orange?style=flat\" alt=\"Server Side\"><br \/>\n  <img decoding=\"async\" src=\"https:\/\/img.shields.io\/github\/license\/WerDei\/Biome-Replacer?style=flat&#038;color=purple\" alt=\"License\"><\/p>\n<p>      <img decoding=\"async\" src=\"https:\/\/img.shields.io\/discord\/1206800378486726716?style=flat&#038;logo=Discord&#038;label=Unofficial%20Discord&#038;color=%235765F2\" alt=\"Discord\"><\/p>\n<\/div>\n<p>**Biome Replacer** is a simple and easy-to-use utility mod for removing unwanted biomes<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Easy configuration:** Simple properties file with intuitive syntax<br \/>\n&#8211; **Designed for datapacks** Configure Terralith or other worldgen packs with ease*<br \/>\n&#8211; **(Limited) mod integration:** Remove biomes from a mod that has no configuration of its own**<br \/>\n&#8211; **Server-side:** No client installation needed (unless you want to use it in singleplayer, of course!)<br \/>\n&#8211; **High availability:** From 1.18.2 up to the most current Minecraft version, all equally supported<br \/>\n&#8211; **Negligible performance impact:** Runs only once on world start, does not slow down the generation<\/p>\n<p>*Please note that Biome Replacer **cannot change terrain shape**. This means that it&#8217;s impossible<br \/>\nto change oceans to land, create ocean-only worlds, etc.<\/p>\n<p>**The only currently supported biome libraries are TerraBlender &#038; Blueprint, so you won&#8217;t be able to change Biolith biomes,<br \/>\nfor example. Still, BR should not break, and will work fine alongside most world generation mods.<\/p>\n<p>## Setup<\/p>\n<p>1. Install the mod, then run your client\/server once to generate configuration file<br \/>\n2. Find `biome_replacer.properties` in the `config` folder<br \/>\n3. Add your replacement rules (see examples below), then load up the world  <\/p>\n<p>If you made any mistakes, you will see warnings in chat. Check for typos in your biome IDs, and try again.<\/p>\n<p>Tip: on client, you don&#8217;t deed to restart the game every time you change your rules, you can simply leave and enter the world again.<\/p>\n<p>## Examples<\/p>\n<p>Rules follow the format `old_biome > new_biome`. Here is an example with vanilla biomes:<br \/>\n&#8220;`<br \/>\nminecraft:dark_forest > minecraft:cherry_grove<br \/>\n&#8220;`<\/p>\n<div align=\"center\">\n  <img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/WerDei\/Biome-Replacer\/master\/readme-files\/example-1.png\" alt=\"Dark forest replaced by cherry grove\">\n<\/div>\n<p>Using biome tags is supported:<br \/>\n&#8220;`<br \/>\n#minecraft:is_forest > minecraft:desert<br \/>\n&#8220;`<\/p>\n<div align=\"center\">\n  <img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/WerDei\/Biome-Replacer\/master\/readme-files\/example-5.png\" alt=\"Two forest types replaced by Desert\">\n<\/div>\n<p>it&#8217;s possible to completely remove biomes using a &#8220;null&#8221; keyword. For example, these rules will remove Terralith&#8217;s skylands:<br \/>\n&#8220;`<br \/>\nterralith:skylands_autumn > null<br \/>\nterralith:skylands_winter > null<br \/>\nterralith:skylands_spring > null<br \/>\nterralith:skylands_summer > null<br \/>\n&#8220;`<br \/>\nYou can also use a biome tag to achieve the same effect:<br \/>\n&#8220;`<br \/>\n#terralith:skylands > null<br \/>\n&#8220;`<br \/>\nImportant: if you&#8217;re not careful, using this method on biomes from vanilla and datapacks can cause crashes, or mess up biome distribution.<br \/>\nPlease **test thoroughly** before using it in a world you care about!<\/p>\n<div align=\"center\">\n  <img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/WerDei\/Biome-Replacer\/master\/readme-files\/example-6.png\" alt=\"Sky Island is removed\">\n<\/div>\n<p>### Advanced features<\/p>\n<p>To target specific dimensions, use headers with dimension ID: `[mod:dimension]`. Rules following it will only be applied to a specified dimension.<br \/>\n(Note that this typically isn&#8217;t needed, unless you have custom dimensions that generate the same biomes, and you want to target only one of them)<\/p>\n<p>&#8220;`<br \/>\n[minecraft:overworld]<br \/>\nminecraft:desert > null<\/p>\n<p>[custom:dimension]<br \/>\nminecraft:desert > minecraft:badlands<br \/>\n&#8220;`<\/p>\n<p>## Resources<\/p>\n<p>* Report bugs and issues here<br \/>\n* Vanilla Biome Tags<br \/>\n* Vanilla Biome IDs<br \/>\n* Source code<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A quick way to get rid of a biome. Useful for tweaking datapack-based generators (like Terralith) that don&#8217;t have a convenient configuration<\/p>\n","protected":false},"featured_media":31202,"template":"","meta":{"_minecraft_slug":"biome-replacer","_minecraft_project_id":"DAXbR0Wj","_minecraft_author":"werdei","_minecraft_license":"MIT","_minecraft_downloads":3541900,"_minecraft_follows":322,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"biome-replacer.zip","_minecraft_size_bytes":5441815,"_minecraft_version_count":35,"_minecraft_updated_at":"2026-05-16T04:42:09.369802Z","_minecraft_date_created":"2023-09-06T18:32:31.423213Z","_minecraft_date_modified":"2026-01-12T19:08:30.100689Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/biome-replacer","_minecraft_icon_attachment_id":31202,"_minecraft_imported_at":"2026-06-01T13:37:35+00:00","_minecraft_import_hash":"22163f0341d7dd26c6b953564c6b65be","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,104,158,98,92,159],"mod_loader":[99,106,160,100],"minecraft_version":[53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-31201","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-forge","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-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Biome Replacer - 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\/biome-replacer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Biome Replacer - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A quick way to get rid of a biome. Useful for tweaking datapack-based generators (like Terralith) that don&#039;t have a convenient configuration\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/biome-replacer\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/49140522c0371f3ef71e14ad161300767b1fbc80_0.webp\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/biome-replacer\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/biome-replacer\\\/\",\"name\":\"Biome Replacer - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/biome-replacer\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/biome-replacer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/biome-replacer-icon-d25f06a77ee0e56adba8b10c2883e7a8b7792e6f_96.webp\",\"datePublished\":\"2026-06-01T13:37:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/biome-replacer\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/biome-replacer\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/biome-replacer\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/biome-replacer-icon-d25f06a77ee0e56adba8b10c2883e7a8b7792e6f_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/biome-replacer-icon-d25f06a77ee0e56adba8b10c2883e7a8b7792e6f_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/biome-replacer\\\/#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\":\"Biome Replacer\"}]},{\"@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":"Biome Replacer - 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\/biome-replacer\/","og_locale":"en_US","og_type":"article","og_title":"Biome Replacer - Minecraft","og_description":"A quick way to get rid of a biome. Useful for tweaking datapack-based generators (like Terralith) that don't have a convenient configuration","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/biome-replacer\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.modrinth.com\/data\/cached_images\/49140522c0371f3ef71e14ad161300767b1fbc80_0.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/biome-replacer\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/biome-replacer\/","name":"Biome Replacer - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/biome-replacer\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/biome-replacer\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/biome-replacer-icon-d25f06a77ee0e56adba8b10c2883e7a8b7792e6f_96.webp","datePublished":"2026-06-01T13:37:34+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/biome-replacer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/biome-replacer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/biome-replacer\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/biome-replacer-icon-d25f06a77ee0e56adba8b10c2883e7a8b7792e6f_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/biome-replacer-icon-d25f06a77ee0e56adba8b10c2883e7a8b7792e6f_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/biome-replacer\/#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":"Biome Replacer"}]},{"@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\/31201","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\/31202"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=31201"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=31201"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=31201"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=31201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}