Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated 6 days ago
All versions
3.3.0+mc1.21.5
Release
Firmament 3.3.0+mc1.21.5last year 15.5K
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.2.0+mc1.21.5...3.3.0+mc1.21.5
- feat: Add hunting toolkit lock option
- feat: Option to choose the colour of the selected Storage Page
- feat: Support for Ultimate rarity
- feat: add colour config options
- feat: add option for milliseconds in timestamp settings
- feat: add page button in wardrobe keybinds
- feat: allow block states to be used for custom block models in custom texture packs
- feat: allow disabling REI integration
- feat: bonemerang overlay
- feat: reload repo on other thread (who knew people had slow hard drives)
- fix: etherwarp overlay not require sneak
- fix: improve REI load times during search caching once more
- fix: incorrect macro wheel for two items
- fix: prevent pet info hud from displaying outside of skyblock
- fix: radial menu crashing if opened with 0 entries
- feat(internal): transparent block renders
- feat(internal): use moulconfig v4 for future 1.21.6 compatibility
- feat(power): Option to disable Missing Items highlight for items with a semicolon (#212)
- feat(power): highlight non overlay items
- feat(power): reexport lore command now no longer requires quotes and supports multiple items
- fix(power): export color in item exporter
- fix(power): item exporter overwriting wiki links
- fix(power): item exporter stack size is now capped to 1
- fix(power): potion effects in exporter
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:sdjfG3jV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IJNUBZ2a:sdjfG3jV"
}

