Tags
Creators
Details
All versions
0.3.6+26.1
Release
[FOER] FishOnMC Extras R 0.3.6+26.14 days ago 63
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Unavailable version
Changes
What's Changed
- Separate background and bars for custom hud by @DannyPX
- Add screen Open/Close Event triggers by @DannyPX
- Add pet equip and unequip event trigger by @DannyPX
- Add Custom Tracker itemstack support by @DannyPX
- Add support for nested NBT values for placeholders by @DannyPX
- Add screen name placeholder by @DannyPX
- Add Custom HUD item icons by @DannyPX
- Add bait stacking icon for lures by @DannyPX
- Add repeat text placeholder by @DannyPX
- Add community goal placeholder by @DannyPX
- Support lore in placeholders by @DannyPX
- Refactor TrackerValue by @DannyPX
- Refactor drawString by @DannyPX
- Reorder HUD loading by @DannyPX
- Allow triggers to dispatch multiple observers by @DannyPX
- Reorder main screen buttons by @DannyPX
- Reduce registry calls for elements by @DannyPX
- Fix updated Wiki Link by @DannyPX
- Fix missing trail check for equipped icon by @DannyPX
NOTE
HUD backgrounds is now split between background and bars, you can either turn them off or on. Bars is defaulted to on, so you may see them appear again on this update
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:iau5kAOK:hdzTFPPS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iau5kAOK:hdzTFPPS"
}![[FOER] FishOnMC Extras R](https://cdn.modrinth.com/data/iau5kAOK/fbcb9c32a46ab9b4bd1b3d7d6695788eeb2b6860.png)

