Tags
Creators
Details
Notebook-v1.2
Compatibility
Changes
🎉 Initial Release 1.21.2 - 1.21.5
Welcome to the very first official release of Notebook!
This build introduces all the core client-side features designed to make tracking your goals and items easier than ever:
- Interactive HUD: Fully draggable item and task lists using the Edit HUD menu (
]). - Smart Item Trackers: Set quotas for materials. The text dynamically turns Green when you meet your goal, and Red if you exceed it.
- Typo Protection: Built-in registry validation prevents you from adding invalid or misspelled items to your lists.
- Easy Sharing: Compress and share your active item lists directly to the server chat for team collaboration.
- Pagination: Flip through multiple pages of tasks and items using commands or customizable keybinds.
This file has been specifically compiled and optimized for this exact Minecraft version range. Enjoy!
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:ybfwJYZk:LgRGKy0h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ybfwJYZk:LgRGKy0h"
}

