Tags
Creators
Details
2.0.1+1.20.1
Compatibility
Required content
Changes
This is a backport of version 2.0 to Minecraft 1.20.1.
This update improves user experience by addressing some common pitfalls.
Version 2.0.0 changes:
- Added dedicated menu keybind
- The old key-combination still works
- Added simple config screen
- Also has ModMenu integration
- Switched to lighter config system
- Because of this, previous config files are incompatible with this version
- New files will be created
- owo-lib is NOT required anymore
- Changed namespace to new domain (
pw.smto->dev.smto) - Updated mod compat code where possible
- I used AOF7 as a test-pack, which seems to work fine
- Many code improvements
- Polymer support, though that is completely untested on 1.20.1 and probably broken (which is fine, I doubt there are any 1.20.1 polymer servers around anyways)
Due to the huge amount of changes, I expect bugs to occur.
As usual, please report any issues you find to the linked GitHub!
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:SdT4Yu5L:PS1xtmMa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SdT4Yu5L:PS1xtmMa"
}

