Tags
Creators
Details
All versions
Notebook-v2.4
Release
Notebook 1.21.9 - 1.21.113 months ago 343
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.9ā1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
⨠What's New in v2
āļø Introducing Gathering Lists!
- Added a brand new list type specifically for tracking your grinding and building materials.
- Full suite of
/glcommands (e.g.,/gl create,/gl add,/gl share) to manage your item quotas. - Features real-time inventory tracking: numbers turn green when you hit your target and red if you exceed it.
š±ļø Draggable UI & Customization
- You can now freely move your Item, To-Do, and Gathering lists anywhere on your screen!
- Press
](default keybind) to open the new Edit HUD menu and drag UI elements to your preferred layout.
š Pinning & Visual Polish
- Improved the visual experience for adding and pinning lists to your HUD on the fly.
- Smoother overall management for keeping track of tasks without needing to alt-tab.
š Feedback or Bugs? Join the Quality of Life Discord!
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:tsoKh6bz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ybfwJYZk:tsoKh6bz"
}

