Included content
| Name | |
|---|---|
| libMCdev |
A minor update to Methane. This update features:
The ability to change the delay for Methane's Dynamic Shading chunk rebuilds (to the point where it can be realtime, and also very, very laggy. This lets you have chunk shading data update at your own speed, and without having to force-rebuild them early with F3 + A.
Mixin renames, hopefully making it easier to understand Methane and your crash logs.
Added a Mixin Plugin that doesn't do too much, but allows the Open Sauce Toast Killer to override Methane, and to solve bugs with a forge mod on Sinytra Connector.
Updated LOLCAT localization
Removed unused code and imports
Also, thanks to everyone for 100K total downloads on Modrinth! I quite literally could not get here without your support.
| Name | |
|---|---|
| libMCdev |
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:pkI4SefA:DwSSQZK7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pkI4SefA:DwSSQZK7"
}