Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated yesterday
All versions
0.3.1+alpha.0.6+24w45a
Alpha
0.3.1+alpha.0.6 devbuild for 24w45a2 years ago 211
Compatibility
Minecraft: Java Edition
24w45a
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- 9b4649ac docs: MinGW is no longer needed to build - ishland
- 2a57d4db fix: suppress ghost mushrooms outside of simulation distance - ishland
- a9a15f81 fix: improve player ticket consistency - ishland
- e9524ac3 fix: properly map NEW to level 45 - ishland
- 3e18e75c docs: update README.md [ci skip] - ishland
- 63faedc1 tag: 0.3.1+alpha.0 - ishland
- d0803e61 fix: GHA publishing - ishland
- 54bd5356 fix: shortcut existing chunks check - ishland
- bd553401 Merge branch 'dev/1.21.3' into dev/1.21.4 - ishland
- 6ce8caf7 build: fabric-api 0.107.3+1.21.3 - 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:NTgs6ozs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:NTgs6ozs"
}

