promotional bannermobile promotional banner

NovoAtlas

A data-driven image based world generator for Minecraft.
Back to Files

NovoAtlas Fabric 1.8.0+26.1.x

File namenovoatlas-fabric-1.8.0+26.1.x.jar
Uploaded
Sep 26, 2026
Downloads
7
Size
2.2 MB
Mod Loaders
FabricQuilt
File ID
8977916
Type
R
Release
Supported game versions
  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:novoatlas-1297254:8977916"

Quilt

modImplementation "curse.maven:novoatlas-1297254:8977916"

Learn more about Curse Maven

What's new

This update backports the following features from 26.3 to 26.1

  • Added novoatlas:biome_cell_color_map biome source
    • This allows developers to downscale their biome maps by 4x to save memory
  • Added a center_offset field to map info objects.
    • This will adjust where exactly the centre of the map will generate
    • Specified as a list of 2 floats that are in units of the width and height of the map.
  • Added a image_wrapping field to map info objects.
    • This specifies how to sample height values beyond the finite bounds of the map.
    • The three available options are clamp_to_edge (default), repeat, and mirrored_repeat.
    • Void will no longer generate beyond the map edge
  • Added blend image to random generation
  • Added a new example datapack for blend to random image generation
  • Increased the transition range of the heightmap density function in image map generators to improve structure blending around blocks high above the surface
  • Improved the example datapacks in general
  • Fixed heightmaps using 2x more memory than they need
  • Fixed villages near water generating underwater
  • Fixed aquifer barriers generating near shoreline