Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated yesterday
All versions
0.2.0+alpha.11.84+24w14a
Alpha
0.2.0+alpha.11.84 devbuild for 24w14a2 years ago 182
Compatibility
Minecraft: Java Edition
24w14a
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- 368487cc perf: make HotSpot C2 happier in
AquiferSampler$Impl- ishland - 08443b18 perf: again make HotSpot C2 happier in
AquiferSampler$Impl- ishland - d80a25b9 perf: again make HotSpot C2 happier in
AquiferSampler$Impl- ishland - 23f108b4 change: raise ScalableLux tasks higher than usual worldgen tasks - ishland
- 852e560c build: loom 1.6 and gradle 8.7 - ishland
- 90eda286 build: 24w14a - ishland
- 4a894de3 Merge branch 'ver/1.20.4' into ver/1.20.5 - ishland
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:VSNURh3q:eXuVIBWL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:eXuVIBWL"
}

