NovoAtlas

A data-driven image based world generator for Minecraft.

File Details

NovoAtlas Fabric 1.7.0+26.1.x

  • R
  • Jun 9, 2026
  • 1.90 MB
  • 23
  • 26.1.2+2
  • Fabric + 1

File Name

novoatlas-fabric-1.7.0+26.1.x.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

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

Quilt

modImplementation "curse.maven:novoatlas-1297254:8220101"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Moved all non-mixin classes to an impl package. I may introduce a Java-side API at some point, so this will help clearly delineate internal from external classes.
  • Converted interpolation types into a builtin registry.
  • Interpolations can now be specified as an identifier, e.g., novoatlas:nearest_neighbor, novoatlas:bilinear, novoatlas:bicubic.
  • Interpolations can also be specified in the minecraft namespace
    • This ensures backwards compatibility with the old data format
    • For example, novoatlas:bilinear can be specified as either minecraft:bilinear or bilinear
  • Added novoatlas:lanczos interpolation type that implements Lanczos interpolation
    • An additional optional parameter called window can be supplied which specifies the size of the convolution window. This defaults to 2.