Links
Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated 18 hours ago
All versions
0.3.6+1.21.1-fabric
Beta
0.3.6+1.21.1-fabriclast week 5
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Wavelength v0.3.6
Additions
- Server modules. Operators can switch off features they don't want (Town, PVP, Projects, Events, Friends, Stats, Leaderboard, Timeline, Nameplates, Dimension Gates, Activity) in Settings > Modules. Changes apply instantly to everyone, no reconnect.
- Permissions. Grant a trusted player one operator ability without opping them: Broadcast, Dimension Gates, Manage Events, Manage Projects or Manage Modules. Found on their profile card.
- Quick project. Press N, type a name, press Enter. No menu, no forms.
- Multiple projects. You can now own up to 100 projects instead of one.
- Keybinds tab. Rebind Wavelength's keys in Settings > Keys.
- Audit log. Operators can see who changed which module or permission, in Settings > Audit.
- Tier path. Click a category in Stats to see every badge tier and how far you are from the next.
- Remove people from your project. Your own project card now lists collaborators by name with a Remove button, the same way join requests are listed.
Changes
- Server data is saved per world
- Nameplate gallery redesigned
- Player profile redesigned
- Stats page compacted
- Badges, leaderboard placings and timeline entries now use new icons
- Dimension gates, quick project and the selected nameplate gained matching icons
- Toast drop shadows are slimmer and lighter
Fixes
- Fixed a large FPS drop on the Nameplate page
- Fixed water, nether portals and particles turning see-through behind a nameplate
- Fixed text overflowing
- Fixed text sitting too high inside buttons and pills
- Fixed cards scrolled out of view still reacting to the cursor behind the title bar
- Fixed scrollbars letting go mid-drag
- Fixed many buttons and cards being silent
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:OjLWqTH8:GKpKdTJ3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OjLWqTH8:GKpKdTJ3"
}

