Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated yesterday
All versions
0.4.0-alpha.0.24+26.2-pre-4
Alpha
0.4.0-alpha.0.24 devbuild for 26.2-pre-42 months ago 856
Compatibility
Minecraft: Java Edition
26.2-pre-4
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- 20f34c0a feat: merge 0.4 - ishland
- 43eae5e5 build: 0.4.0-alpha.0 - ishland
- e3e0e7eb fix: publishing because of course - ishland
- 3b5fa4c4 Merge branch 'dev/26.1.2' into dev/26.2.0 - ishland
- 833023b0 fix: publishing again - ishland
- e1d7e6b4 fix: add java version to curseforge publishing - ishland
- b7745d1d fix: disable biome tree native accel - ishland
- 50c554ef new: 26.2-pre-4 0.4 bringup - ishland
- 9c397866 Merge branch 'dev/26.1.2' into dev/26.2.0 - ishland
- 58fe40ea fix: license headers - 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:VQtNMk3N"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:VQtNMk3N"
}

