Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published last year
Updated 9 hours ago
All versions
1.8.0+1.21.1
Release
NovoAtlas Fabric 1.8.0+1.21.19 hours ago 6
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
This update backports everything from NovoAtlas 1.8 on 26.2/3 to Minecraft 1.21.1. This includes the following features:
- Added horizontal scaling with
nearest_neighbor,bilinear,bicubic, andlanczosinterpolation types - Added a wider range of image formats
- Added fluid height maps
- Added
novoatlas:get_preliminary_height_from_mapandnovoatlas:get_height_from_mapdensity functions (they behave identically to 26.2/3)- Related, added a 1.21.1-exclusive
novoatlas:initial_density_heightmapdensity function that works more likenovoatlas:heightmapbut subtracts the initial elevation by 8. This is used only for theinitial_density_without_jaggednessoverride, and is considered deprecated as newer versions will not include this function.
- Related, added a 1.21.1-exclusive
- Added
novoatlas:biome_cell_color_mapbiome source- This allows developers to downscale their biome maps by 4x to save memory
- Added a
center_offsetfield 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_wrappingfield 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, andmirrored_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
Optional dependencies
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:yh3a3Yc8:ks10qQjQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yh3a3Yc8:ks10qQjQ"
}

