Included content
| Name | |
|---|---|
![]() | Immersive Storms |
Scorchful is now available for Minecraft 26.1. The LTS policy for Scorchful has been updated, I now plan only to support the first game drop of the current year. For example, I will be supporting 26.1.x, but not 26.2.x. This is to allow me to focus more on creating cool new stuff for Scorchful, rather than spending almost all of my available time chasing the latest version. If a cool new major update releases mid-year, I may choose to update to and support that instead.
Changelog:
| Name | |
|---|---|
![]() | Immersive Storms |
| File | Type | Size | |
|---|---|---|---|
| scorchful-0.16.9+26.1-sources.jar | Unknown | 1,022.03 KiB |
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.
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:SZQ5qcdn:bmewKBOl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SZQ5qcdn:bmewKBOl"
}