Tags
Creators
Details
44.3.0+mc-26.1
Compatibility
Required content
Changes
Full Changelog: https://github.com/nea89o/Firmament/compare/44.2.0+mc1.21.11...44.3.0+mc-26.1
Port to 26.1. A lot of people helped with this release, and i would like to thank them more explicitly, but i am in a time crunch and i don't want to put this release off for even longer.
-
feat: Timer in lore for special mayor ~jani270
-
feat: Toggle for Slot Locking Message & Sound ~jani270
-
feat: allow renaming storage pages via command ~Philipp Gatzka
-
fix: Add owo crash patch fix ~Linnea Gräf
-
fix: Etherwarp Overlay not using the correct eye height as of June 1st patch ~Wapic
-
fix: don't create an nbt object in itemstacks if one does not already exists ~Linnea Gräf
-
fix: inherit component styles in legacy text export ~Luna
-
fix: load jarvis entrypoint for huds ~Linnea Gräf
-
fix: make main compile on 26.1 ~Linnea Gräf
-
fix: make moulconfig compat compile on 26.1 ~nea
-
fix: make sodium compat compile on 26.1 ~Linnea Gräf
-
fix: make tests compile on 26.1 ~Linnea Gräf
-
fix: make texturePack feature compile on 26.1 ~nea
-
fix: pet menu title not being detected ~Wapic
-
fix: storage overlay ~Linnea Gräf
-
fix: stub exporter not working ~alex
-
fix: wardrobe keybinds title detection & enable keybinds for equipment wardrobe ~Wapic
-
fix: various pet hud fixes ~Natalia Spence
-
feat(dev): check for mutations on CompoundTag returned by ItemStack.extraAttributes ~Linnea Gräf
-
feat(dev): Remove HotM abilities from lore while exporting ~jani270
-
feat(dev): Remove donated_museum extra attribute while exporting ~jani270
-
feat(dev): Support for other skills exp in mob recipes ~jani270
-
feat(dev): add support for new cake hats ~alex
-
feat(dev): allow recipe exporting from menus ending with "Shop" ~alex
-
feat(dev): improve stub exporting for non-player entity types ~alex
Optional dependencies
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:dGADU4XX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IJNUBZ2a:dGADU4XX"
}



