Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 5 months ago
Updated 5 months ago
All versions
1.0.0+build.3
Beta
Creative Fly Speed 1.0.0+build.35 months ago 117
Uploaded by
Compatibility
Minecraft: Java Edition
26.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog β Creative Fly Speed
[1.0.0+build.3] β 2026-03-04
Changed
- Updated DasikLibrary dependency to
1.6.9+build.14to support dynamic, localized GameRule descriptions in the world settings menu. - Added detailed
en_usdescriptions explaining the permille (1000 = 1.0x) scaling system for both Creative and Spectator flight speeds.
[1.0.0+build.2] β 2026-03-04
Fixed
- Addressed internal build configuration consistency to ensure Loom 1.15 compatibility.
[1.0.0+build.1] β 2026-03-04### Added
creativeFlySpeedGameRule (Integer, permille, default 1000): Adjusts flight speed for Creative mode players./gamerule creativeFlySpeed 2500= 2.5x speed.spectatorFlySpeedGameRule (Integer, permille, default 1000): Adjusts flight speed for Spectator mode players.- Permille precision (1/1000th units) for smooth speed scaling without floating-point config values.
- Instant sync: speed applies every tick via
ServerPlayer.tick()hook β no relog required. - Persistent per-world: values saved with world's GameRule state (vanilla standard).
Technical
- Java 25, Minecraft 26.1 Snapshot 8, Fabric Loader 0.16.10, DasikLibrary 1.6.9+build.5
- License: GNU GPL v3 (
GPL-3.0-or-later) - Zero allocation in hot path (O(1) tick). Epsilon-guarded client sync to avoid redundant packets.
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:Ph0Nj6yV:MnQ8kV18"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ph0Nj6yV:MnQ8kV18"
}


