Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated 6 days ago
All versions
44.2.0+mc1.21.11
Release
Firmament 44.2.0+mc1.21.113 months ago 326.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Full Changelog: https://github.com/nea89o/Firmament/compare/44.1.0+mc1.21.11...44.2.0+mc1.21.11
- feat: Change lowestbin server to eliteskyblock ~jani270
- fix: AVG Lowest BIN not working ~jani270
Other changes:
- feat: Timer in lore for Caducous Feeder ~jani270
- feat: Warning about modified items while exporting ~jani270
- fix: PublishREIOverlayKeyPressEvent mixin crash ~alex
- fix: being unable to export item stacks of modern items ~alex
- fix: certain islands not being correctly identified as modern ~Wapic
- fix: clear item model caches more aggressively ~Linnea Gräf
- fix: crash less aggressively for empty config versions ~Linnea Gräf
- fix: don't try to export recipes in non chests ~Linnea Gräf
- fix: prevent sending ServerboundPartyInfoPacket when not on Hypixel, as other Servers/World cant handle it. Fixes #2291 ~einekratzekatze
- fix: recipe exporter attempting to parse annual stock as an item ~alex
- fix: resources being lost during transformation ~Linnea Gräf
- fix: shiny pig tracker regex ~alex
- fix: damage value of 0 not being exported on existing items ~alex
- fix: tooltip Bazaar/AH price stack size hint showing on items with stack size 1 ~einekratzekatze
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:UStVdgbF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IJNUBZ2a:UStVdgbF"
}

