Tags
Creators
Details
Licensed MPL-2.0
Published 2 years ago
Updated 2 months ago
All versions
v2.1.0+1.21.2-fabric
Release
Accessible Step v2.1.0+1.21.2 (fabric)last year 15.5K
Compatibility
Minecraft: Java Edition
1.21.2–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Added
- Official support for NeoForge!
- It's been a bit of a journey to reach this point, but it's finally here.
- I should be able to release new versions for both Fabric and NeoForge as quickly as I have been (within a couple of days of a new Minecraft release).
- There have otherwise been no functionality changes to this mod, so this update isn't neessary for those using the Fabric releases.
Note: This will be the final release (barring any urgent bug fixes) for any Minecraft 1.20 versions. This mod is basically feature complete, so this shouldn't be an issue.
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:z6d6n7ve:E59t5YTq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z6d6n7ve:E59t5YTq"
}


