{"id":109472,"date":"2026-06-06T13:28:48","date_gmt":"2026-06-06T10:28:48","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/neobiosphere\/"},"modified":"2026-06-06T13:28:48","modified_gmt":"2026-06-06T10:28:48","slug":"neobiosphere","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/neobiosphere\/","title":{"rendered":"NeoBiosphere"},"content":{"rendered":"<p>![](https:\/\/i.imgur.com\/ShLzW2R.jpeg)<\/p>\n<p># NeoBiosphere<\/p>\n<p>A Biosphere world generation mod for NeoForge 1.21.1.<\/p>\n<p>NeoBiosphere generates large grid-aligned spheres in the Overworld (with an optional upper-hemisphere mode) while preserving vanilla biome sampling behavior. This allows different climate zones and terrain styles to appear naturally across different spheres. You can fine-tune sphere size, spacing, center height, bridge behavior, and more through configuration.<\/p>\n<p>## Highlights<\/p>\n<p>&#8211; Sphere-based Overworld generation with a clean grid layout.<br \/>\n&#8211; Multi-biome support based on vanilla noise biome sampling.<br \/>\n&#8211; Highly configurable parameters: radius, spacing, center Y, sphere block, bridge options, and more.<br \/>\n&#8211; Per-sphere variety: each sphere gets a random size and block type from configurable lists, while remaining deterministic across world reloads.<br \/>\n&#8211; Optional upper-hemisphere mode for sky-island or challenge-style gameplay.<br \/>\n&#8211; Automatic sphere-to-sphere bridges for smoother exploration.<br \/>\n&#8211; Compatibility-oriented implementation via Biome Modifier and noise routing integration.<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; Minecraft: 1.21.1<br \/>\n&#8211; NeoForge: 21.1.216+<br \/>\n&#8211; Java: 21<\/p>\n<p>## Installation<\/p>\n<p>1. Install NeoForge for Minecraft 1.21.1.<br \/>\n2. Put the mod jar into your `mods` folder.<br \/>\n3. Launch the game and create a new world.<\/p>\n<p>Using a fresh world is strongly recommended to avoid broken borders with previously generated chunks.<\/p>\n<p>## Configuration<\/p>\n<p>Config file path in development environment: `run\/config\/NeoBiosphere.toml`<\/p>\n<p>Typical path in normal client\/server installations: `<game_dir>\/config\/NeoBiosphere.toml`<\/p>\n<p>### Main Settings<\/p>\n<p>&#8220;`toml<br \/>\n[Settings]<br \/>\nradius = 128<br \/>\nmin_radius = 128<br \/>\nspacing = 500<br \/>\ncenter_y = 62<br \/>\nsphere_block = [&#8220;minecraft:glass&#8221;]<br \/>\nonly_upper_hemisphere = false<br \/>\ngenerate_bridge = true<br \/>\nbridge_block = &#8220;minecraft:oak_planks&#8221;<br \/>\nbridge_radius = 1<br \/>\n&#8220;`<\/p>\n<p>&#8211; `radius`: Maximum sphere radius.<br \/>\n&#8211; `min_radius`: Minimum sphere radius. Set equal to `radius` for fixed-size spheres; set lower to enable per-sphere random sizing.<br \/>\n&#8211; `spacing`: Distance between sphere center points on the grid.<br \/>\n&#8211; `center_y`: Y level of sphere centers.<br \/>\n&#8211; `sphere_block`: List of block IDs used for sphere shells. Each sphere randomly picks one type from the list, deterministically based on its grid position. For example `[&#8220;minecraft:glass&#8221;, &#8220;minecraft:stone&#8221;, &#8220;minecraft:obsidian&#8221;]`.<br \/>\n&#8211; `only_upper_hemisphere`: Generate only upper hemispheres when enabled.<br \/>\n&#8211; `generate_bridge`: Enable or disable bridges between adjacent spheres.<br \/>\n&#8211; `bridge_block`: Block used for bridges.<br \/>\n&#8211; `bridge_radius`: Bridge radius (larger values make thicker bridges).<\/p>\n<p>### Tuning Notes<\/p>\n<p>&#8211; Overlap behavior depends on `spacing` versus `2 * radius`.<br \/>\n&#8211; If `spacing > 2 * radius`, spheres have gaps between them.<br \/>\n&#8211; If `spacing = 2 * radius`, spheres are tangent.<br \/>\n&#8211; If `spacing < 2 * radius`, spheres overlap.\n\nSuggested presets:\n\n- Classic style: `radius=128, min_radius=128, spacing=500, center_y=62`\n- Compact exploration: `radius=160, min_radius=160, spacing=320, center_y=70`\n- Challenge mode: `only_upper_hemisphere=true, generate_bridge=true`\n- Varied spheres: `radius=180, min_radius=80, sphere_block=[\"minecraft:glass\", \"minecraft:stone\", \"minecraft:obsidian\"]`\n\n## Compatibility\n\nNeoBiosphere is designed to support most terrain\/ecology mod setups, but world generation is a high-conflict area. Please note:\n\n- Usually compatible with:\n  - Mods that mainly add mobs, vegetation, structures, or surface features.\n  - Mods that append content through Biome Modifiers.\n\n- Potential conflicts with:\n  - Mods or datapacks that directly replace noise settings for `minecraft:overworld`, `minecraft:large_biomes`, or `minecraft:amplified`.\n  - Mods that deeply alter Carver, Aquifer, or ChunkGenerator pipelines.\n\n- Recommended approach:\n  - Treat NeoBiosphere as the primary world-shape mod.\n  - Test in a fresh world before finalizing load order and datapack priority in modpacks.\n\n## Covered Overworld Noise Presets\n\nCurrent version includes support for these Overworld presets:\n\n- `minecraft:overworld`\n- `minecraft:large_biomes`\n- `minecraft:amplified`\n\n## FAQ\n\n### 1. Why does my old world look incomplete?\n\nChanging world generation settings does not regenerate already created chunks. A new world is recommended.\n\n### 2. Why are bridges not generating?\n\nCheck the following:\n\n- `generate_bridge=true`\n- `bridge_radius >= 1`<br \/>\n&#8211; `bridge_block` is a valid block ID<\/p>\n<p>### 3. Why are spheres different sizes or using different blocks?<\/p>\n<p>This is expected when `min_radius < radius` or when `sphere_block` contains multiple entries. Each sphere deterministically picks its own size and block type based on its grid coordinates, so reloading the world always produces the same sphere layout.\n\n### 4. Why is the sphere shell block not applied?\n\nMake sure each block ID in the list is valid, for example `minecraft:glass`. Invalid IDs can cause config load failure or fallback behavior. If using a single block type, the list must still be formatted as `[\"minecraft:glass\"]`.\n\n### 5. What should I do if another terrain mod conflicts?\n\nFirst check whether both mods modify Overworld noise settings or Carver flow. In heavy conflicts, keep only one primary world-shape mod.\n\n## License\n\nGNU General Public License v3.0\n\n## Feedback\n\nIssue tracker:\n\n- https:\/\/github.com\/mlus-asuka\/NeoBiosphere\/issues\n\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Generate world as sphere with different biomes<\/p>\n","protected":false},"featured_media":109473,"template":"","meta":{"_minecraft_slug":"neobiosphere","_minecraft_project_id":"qKyR65TX","_minecraft_author":"mlus","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":215,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"neobiosphere.zip","_minecraft_size_bytes":1949616,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-16T18:40:36.299454Z","_minecraft_date_created":"2025-12-14T21:56:09.693381Z","_minecraft_date_modified":"2026-05-12T10:44:19.922044Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/neobiosphere","_minecraft_icon_attachment_id":109473,"_minecraft_imported_at":"2026-06-06T10:28:49+00:00","_minecraft_import_hash":"9f2e1faa1f2c0ec350553ba73afe34ab","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[158,159],"mod_loader":[160],"minecraft_version":[37],"class_list":["post-109472","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-neoforge","mod_category-worldgen","mod_loader-neoforge","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>NeoBiosphere - 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\/neobiosphere\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NeoBiosphere - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Generate world as sphere with different biomes\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/neobiosphere\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\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\\\/neobiosphere\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/neobiosphere\\\/\",\"name\":\"NeoBiosphere - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/neobiosphere\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/neobiosphere\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/neobiosphere-icon-a6f0a93c32ae0d86619c7985e602922f6aa4e358_96.webp\",\"datePublished\":\"2026-06-06T10:28:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/neobiosphere\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/neobiosphere\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/neobiosphere\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/neobiosphere-icon-a6f0a93c32ae0d86619c7985e602922f6aa4e358_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/neobiosphere-icon-a6f0a93c32ae0d86619c7985e602922f6aa4e358_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/neobiosphere\\\/#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\":\"NeoBiosphere\"}]},{\"@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":"NeoBiosphere - 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\/neobiosphere\/","og_locale":"en_US","og_type":"article","og_title":"NeoBiosphere - Minecraft","og_description":"Generate world as sphere with different biomes","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/neobiosphere\/","og_site_name":"Minecraft","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\/neobiosphere\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/neobiosphere\/","name":"NeoBiosphere - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/neobiosphere\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/neobiosphere\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/neobiosphere-icon-a6f0a93c32ae0d86619c7985e602922f6aa4e358_96.webp","datePublished":"2026-06-06T10:28:48+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/neobiosphere\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/neobiosphere\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/neobiosphere\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/neobiosphere-icon-a6f0a93c32ae0d86619c7985e602922f6aa4e358_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/neobiosphere-icon-a6f0a93c32ae0d86619c7985e602922f6aa4e358_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/neobiosphere\/#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":"NeoBiosphere"}]},{"@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\/109472","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\/109473"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=109472"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=109472"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=109472"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=109472"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}