259.8Kdownloads
384followers
Methane has been archived. Methane will not receive any further updates unless the author decides to unarchive the project.
Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 years ago
All versions
3.2.0
Release
Methane 3.2.03 years ago 7,536
Compatibility
Minecraft: Java Edition
1.20.2–1.20.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
Methane 3.2.0
Where is 3.1.0?
I broke it right before release, and subsequently deleted said release off of modrinth. 3.2.0 fixes that issue.
Changes:
- Toasts can now optionally be disabled, instead of it being forced-on.
- Methane no longer uses a legacy debugging system, and now ships with an embedded version of libMCdev.
- Methane no longer breaks libMCdev.
pt_pttranslation createdpt_brtranslation updatedrebubis now listed as a contributor in Methane's credits due to said translation work.- updated libMCdev to
1.1.2
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:4w3dvVQu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pkI4SefA:4w3dvVQu"
}



