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
- Moved all non-mixin classes to an
implpackage. 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
minecraftnamespace- This ensures backwards compatibility with the old data format
- For example,
novoatlas:bilinearcan be specified as eitherminecraft:bilinearorbilinear
- Added
novoatlas:lanczosinterpolation type that implements Lanczos interpolation- An additional optional parameter called
windowcan be supplied which specifies the size of the convolution window. This defaults to2.
- An additional optional parameter called