Tags
Creators
Details
All versions
1.21.1-1.117.2
Release
modonomicon-1.21.1-fabric-1.117.2.jar10 months ago 7,415
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
:sparkles: New Features
fc97982- allow neo and forge book providers to take custom registry providers (commit by @klikli-dev)d00fdb9- dynamic text macros (commit by @klikli-dev)69d5d3b- recolor visualize multiblock button for better compat with dark mode (commit by @klikli-dev)4bca72a- add datagen functionality to extend books and categories in target mods (PR #284 by @klikli-dev)- :arrow_lower_right: addresses issue #282 opened by @klikli-dev
5d7ced5- run commands only on allowed entries and only increase command uses on success (commit by @klikli-dev)5886941- add russian translation (thanks #v0pros) (commit by @klikli-dev)f8d9756- add item property that indicates whether a modonomicon book is open or closed (PR #311 by @klikli-dev)
:bug: Bug Fixes
c6a66d4- preview rendering of cutout blocks (commit by @klikli-dev)34416ba- skeleton skulls render with block atlas (commit by @klikli-dev)5d68bb4- leaflets show floating bookmarks button (commit by @klikli-dev)5003ddb- add special handling for SP/LAN to avoid issues with datagen registry holders (commit by @klikli-dev)2f93b9a- advancement requesting from server (commit by @klikli-dev)bb71af1- handle cases where jei is loaded, but its runtime is disabled (e.g. with EMI present) (commit by @klikli-dev)1451708- high performance cost of unlock state updates if a lot of advancements unlock at once (commit by @klikli-dev)a4e541a- custom font not used for entry list buttons (commit by @klikli-dev)ec957eb- NPE caused by category link book entries (commit by @klikli-dev)d8b364e- search screen does not display on fabric (commit by @klikli-dev)eee13be- GUIs not rendering after viewing book entry (PR #287 by @BluSpring)8936604- BookModel is missing turnPageSound (commit by @klikli-dev)ad56b50- category without category button can be auto opened (commit by @klikli-dev)00967cb- small lang fix for category_has_visible_entries (PR #297 by @DaFuqs)54f411f- crash if there is only one category and it is set to hide the category button (commit by @klikli-dev)0ea3bd2- #308 (commit by @klikli-dev)1455bc5- bookmark screen not rendering (commit by @klikli-dev)fa75be6- crash on close book (commit by @klikli-dev)
:wrench: Chores
a4c24e2- increase mod version to force update (commit by @klikli-dev)6a9e28b- convert spotlight page codecs to lazy codecs to match itemstack (commit by @klikli-dev)228a5bd- fix gradle.properties var name (commit by @klikli-dev)505290e- disable the addon book datagen example (commit by @klikli-dev)98e3db7- add cursemaven for future testing (commit by @klikli-dev)
Find changes for all versions at https://github.com/klikli-dev/modonomicon/releases
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| modonomicon-1.21.1-fabric-1.117.2-sources.jar | Unknown | 1.79 MiB |
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:692GClaE:j7hGvgiS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:692GClaE:j7hGvgiS"
}


