Tags
Creators
Details
1.0.3
Compatibility
Changes
Super cookie tracking — fixed, now detected via penbakery:super_cookie as its own branch /phshards clear — added, resets rolling window and baseline /d keybind — added (unbound by default) /condense keybind — added (unbound by default) /arm gui keybind — added (unbound by default) Arrow sounds — added to both vault browser arrows and in-vault navigator arrows using the ui button Vault browser remembers last vault — saves to toml on every navigation, loads on open, defaults to vault 1 Vote popup suppression — added as a toggleable option in settings (off by default) ItemDebugger removed — field, instantiation, and tick call all gone P40+ 1.5x fish sell multiplier — applied in Fish calculations
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:Cd1ZgLpf:njfUzb5T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Cd1ZgLpf:njfUzb5T"
}


