Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated 2 weeks ago
All versions
3.2.0+mc1.21.5
Release
Firmament 3.2.0+mc1.21.5last year 24.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Full Changelog: https://github.com/nea89o/Firmament/compare/3.1.0+mc1.21.5...3.2.0+mc1.21.5
- fix: Recipe exporter not grabbing skull textures correctly
- feat: Add dev capes
- feat: Add Firmament version to config title
- fix: elytra texture not being textured for the firm cape
- feat: add FPS, day count and ping huds
- fix: Some repo exporter inconsistencies
- fix: missing ping hud translation
- feat: more missing translations
- feat: add hide potion effects in hud toggle
- fix: import cw waypoints missing null check
- feat: wardrobe keybinds
- feat: Support for "new" Mobs in the Mob Recipes
- fix: incorrect Fabric API dependency id
- feat(internal): Add a tab list api
- feat: add creation timestamp in lore
- fix: Pegging all cores to the max on repo reload
- feat: Make use of bazaar stocks for better bazaar prices
- feat: Add screen type matching to Custom Screen Layouts
- feat: Add the ability to disable toggle sprint under water
- fix: wrong null check in chat links
- fix: drill fuel bar going over 100%
- feat: inventory button info sucks
- feat: inventory buttons rendering in other guys toggle
- feat: hide dev capes
- fix: require bz/ah tooltip being off for keybind to work
- feat: etherwarp overlay
- feat: copy chat messages
- fix: copy chat not being registered
- feat: Add /firm search command
- feat: Add wide moulconfig mode
- fix: storage overlay "edit pages" being misaligned
Optional dependencies
Any compatible version
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:IJNUBZ2a:KQuAx2a6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IJNUBZ2a:KQuAx2a6"
}

