Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 3 years ago
All versions
1.19.3-3.2.1
Release
Somnia Awoken 1.19.3-3.2.13 years ago 120
Compatibility
Minecraft: Java Edition
1.19.3
Platform
Forge
Supported environments
Client and server
Required content
Changes
3.2
- 3.2.1 Add an option to enable/disable WTS globally
Fixes #89 - 3.2.4 Merge pull request #94 from Hotakus/1.19.x
Update Chinese translation file - 3.2.3 Merge pull request #95 from triphora/patch-1
Fix Modrinth download badge - 3.2.2 Fix Modrinth download badge
v1 of Modrinth's API has been deprecated since January 2022 and is scheduled to begin breaking in February, with a complete breakage being done by March. This pull request has been created as a courtesy to update it to use the dedicated shields.io badge rather than manually constructing the API request.
After merging this PR, please also update any usages on other pages, for example a CurseForge and/or Modrinth project description, and also cherry-pick/copy these changes to any other branches you might have. - 3.2.1 Update Chinese translation file
- 3.2.0 Update to 1.19.3
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:BiSrUr8O:yXAkCSmS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BiSrUr8O:yXAkCSmS"
}


