Tags
Creators
Details
Licensed Apache-2.0
Published 2 weeks ago
All versions
2.0.0-neoforge-26.1
Release
v2.0.0 ~ Neoforge 26.13 weeks ago 37
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client-side
Changes
Initial release of World Preview Prime. Changes from World Preview:
- Updated to Fabric/Neoforge 26.1. Ports to 1.21.1 and 26.2 are planned.
- Added full compatibility with Lithostitched. This will improve compatibility with Lithostitched-dependent mods such as Tectonic, Terralith, and Regions Unexplored.
- Migrated the biome colors to the Chunkbase/Cubiomes color set.
- Migrated the structure icons to purely using blocks and items.
- Improved the format of the
biome_colors.jsondatapack files.- They are now read from any namespace, not just
c. - The old format with reading
r/g/bfields is still supported, but you can also just use a hex code or integer instead.
- They are now read from any namespace, not just
"minecraft:dappled_forest": "#5c2620"
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:zZZWuQaw:asg1sclc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zZZWuQaw:asg1sclc"
}

