1.1.0
Compatibility
Required content
Changes
The First Minor Update!
I've been playing the mod quite a bit and whilst I'm happy with the core of it, more needs to be added to flesh it out. And that's where this update comes in :D
The Checklist

The checklist is a new item for you to be able to keep track of your collection! Divided into individual tabs, it's never been easier to know what you have, what you're missing, and what trades you are looking for!
Tick them off, and track your progress in the main tab with a breakdown of each category.
New Textures
The original Binder texture was more placeholder than anything, and has been reworked to fit more in line with the Minecraft Aesthetic. The Checklist follows suit with this style change

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:5TV6rl3R:q30XTQ8D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5TV6rl3R:q30XTQ8D"
}

