Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
All versions
26.1.0
Release
Paraglider-neoforge-26.1.02 months ago 1,291
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
From latest beta (26.1.0-beta.3):
- Updated to Minecraft version 26.1.2, NeoForge version 26.1.2.71.
- Add link to online docs on
updraftserver config option.
From 21.x:
- Stamina wheel widget received a rework, both on the code side and the asset side. Now it uses texture more reasonably sized than before, and infinitely friendlier for resource packs. A sample resource pack for alternative stamina wheel is also available at here.
- Initiation of paragliding is now moved from server side to client side, for smoother multiplayer experience. Furthermore, you can now use the Paraglider item to deploy or withdraw the Paraglider without switching to other slots.
- Automatic paragliding when falling off certain distance is still available, but can be disabled in client settings. (Default key binding: Ctrl+P in-game)
- Stamina wheel widget settings UI has received a minor upgrade.
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:esqWA0aQ:Ix3nj2fZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:esqWA0aQ:Ix3nj2fZ"
}

