Links
Tags
Creators
Details
Licensed MIT
Published 6 months ago
Updated 3 hours ago
All versions
1.3.5
Release
TropiHunterBoard 1.3.57 months ago 271
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
- Added type icons in search
- Added a Merged HUD setting
- Added a Full Transparency setting
- Added filters in search
- Added a custom raid sound
- Added a pre-raid sound
- Added a miracle sound
- Added custom sound selection and volume settings
- Added English–French translation in search and in details
- Added a lot of customization options
- Added an Item Wiki
- Added an Ability Wiki
- Added "Donate to _Popichu" and "Generous Souls" buttons
- Added the Hunterboard version display on screen
- Added HUD auto-hiding during battles
- Added a quick search for the Cobblemon you are facing in battle
- Added a quick link between Spawn Infos and Detailed Infos of a Pokémon
- Added some fun stuff ;)
- Fixed biome list being clipped when too long
- Fixed Miracle not showing
- Fixed Miracle and auto-check detection failing in English
- Fixed some minor visual glitches
- Fixed HUD overlapping issues
- Fixed Farfetch'd detailed page causing a crash
- Reworked and fixed hunt auto-check
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:gbxjFDbh:nhQKCwcp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gbxjFDbh:nhQKCwcp"
}

