Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
6.4.0-BETA-bukkit
Beta
6.4.0-BETA-bukkit3 years ago 1,471
Compatibility
Minecraft: Java Edition
1.20.2
Platforms
Folia
Paper
Purpur
Changes
This version introduces many new features including:
- Support for Minecraft 1.20.2
- Experimental support for Folia
- The removal of a dedicated Quilt platform. Quilt users may now use the Fabric jar instead
- Various other minor changes, optimizations, and bug fixes
Config pack development changes:
- New
SCATTERED_OREconfig type added via theconfig-oreaddon - Terrascript changes:
- New
rsqrtfunction - Additional optional boolean argument to the
blockfunction that determines if the block should use physics (Such as setting water to flow on generation)
- New
- Noise sampler changes:
- New sampler
DISTANCE- Provides the distance from a configured position - New sampler
TRANSLATE- Allows translating sampler coordinate inputs - New sampler
EXPRESSION_NORMALIZER- Allows modifying the output of a sampler using an expression - New
LocalNoiseLookupCELLULAR sampler return type - Uses coordinates relative to closest cell origin for noise lookup
- New sampler
- New experimental optional image caching parameters available in
pack.ymlto reduce memory usage once images are no longer needed:images.cache.load-on-use: true- Only load images into memory upon first useimages.cache.timeout: SECONDS- Delay to unload an image after last use
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:FIlZB9L0:INqCRypS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FIlZB9L0:INqCRypS"
}

