All versions
1.0.1
Release
RowGlide 1.0.15 days ago 16
Uploaded by
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client-side
Changes
RowGlide 1.0.1 — Minecraft 26.3
Added
- Added support for Minecraft 26.3.
- Added smooth edge auto-scrolling when dragging servers.
- Added smooth edge auto-scrolling to both resource-pack columns.
Fixed
- Fixed unstable server dragging while the list automatically scrolls.
- Fixed unstable resource-pack dragging during automatic scrolling.
- Fixed the Selected resource-pack column scrolling upward when moving a pack from Available.
- Both resource-pack columns now keep their scroll positions after transferring a pack.
- Resource-pack edge scrolling now uses the center of the dragged pack, preventing accidental scrolling.
- Available resource packs remain in Minecraft's default order.
- Packs can still be transferred between Available and Selected.
- Preserved the chosen position when adding incompatible packs that require confirmation.
Requirements
- Minecraft 26.3
- Fabric Loader 0.19.5+
- Fabric API 0.161.0+26.3
- Java 25+
- Client-side only
- Compatible with Mod Menu
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:EAQGLgI1:B0omjm68"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EAQGLgI1:B0omjm68"
}

