Links
Tags
Creators
Details
All versions
0.3.9
Release
Blockgame Journal v0.3.92 years ago 677
Compatibility
Minecraft: Java Edition
1.20.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- [feat] Can now track more than just one of the same item. Item counts can be set using left and right click within the tracking list
- [feat] Tooltips now give hints on how to add things to your journal (tutorial-like)
- [feat] Vendors with pagination now are stored and displayed correctly
- [fix] Fixed an issue that removed the wrong recipe when removing entries from within the vendor view
- [chore] Added config option to disable known recipe hints in tooltips
- [chore] Added new vendor names for elixirs and extracts
- [chore] Recipe ID is now being used to track recipes instead of just MMO_ITEM_ID. There is a new debug config to indicate which recipes are not using the recipe ID
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:L5NYZWmU:4zjy6Z4I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L5NYZWmU:4zjy6Z4I"
}



