3.0.0-ALPHA
Compatibility
Required content
Changes
Methane 3.0.0 Alpha release
WARNING: This is a highly-unstable release, and exists so i can see if anyone has issues with this in the wild, especially with mod compat.
Please report any and all issues you suspect to involve Methane on the issue tracker. This will help make 3.0.0 way less unstable, especially with all the other performance mods out there.
changelog:
- fixed one of the oldest bugs with Sodium and Methane involving toggling repeatedly.
- optimizes the lighting engine even more by wrecking it further.
- Created more destructive config settings to squeeze more performance out of the game
- LOLCAT localization
- Minor changes to the English localization
- Make Methane fully comply with the
fabric.mod.jsonspec, expect to see cool badges on Mod Menu now!
This version of Methane brings an even larger performance boost, but is highly experimental, and world saving is incredibly unstable, expect to lose any and all data when playing singleplayer.
Optional dependencies
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:pkI4SefA:yuF0NuIN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pkI4SefA:yuF0NuIN"
}



