Tags
Creators
Details
Licensed MPL-2.0
Published 2 years ago
Updated 2 months ago
All versions
v2.3.1+1.21.11-fabric
Release
Accessible Step v2.3.1+1.21.11 (fabric)3 months ago 2,467
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Added
- Translations
- Russian, by asphyxiamywife
Fixed
- Changes to the default configuration weren't being saved.
- I have no idea how I didn't find this during the v2.3.0 update, or how no bug reports made it my way.
- If you ever find a bug with this mod, please create an issue on GitHub.
- Configuration from previous versions of the game wasn't being loaded properly.
- The step mode was always being reset back to "Off" when loading the game for the first time on the new version.
- This should no longer happen when loading the new version for the first time, though it will not restore any lost settings from
v2.3.0of this mod.
- I think there was also an issue where configuration changes weren't being saved, but I have not been able to figure out exactly why.
- It no longer seems to happen, at least. If it does, please create an issue on GitHub to let me know.
Optional dependencies
Any compatible version
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:z6d6n7ve:oLxTtbVJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z6d6n7ve:oLxTtbVJ"
}

