Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated yesterday
All versions
0.2.0+alpha.11.77+24w13a
Alpha
0.2.0+alpha.11.77 devbuild for 24w13a2 years ago 1,002
Compatibility
Minecraft: Java Edition
24w13a
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- 628e606d fix: carpet async player exploit - ishland
- f433e339 fix: do not assume non-null chunk status for reducedLockRadius - ishland
- 728819ea new: unify worker threads for ScalableLux - ishland
- 4f1a1d83 build: 24w13a - ishland
- 08a420e5 Merge branch 'ver/1.20.4' into ver/1.20.5 - ishland
- 6516e26d Revert "fix: carpet async player exploit" - 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:lbeFtqcD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:lbeFtqcD"
}

