Tags
Creators
Details
1.7.0+1.21.3
Compatibility
Required content
Changes
Requires: Minecraft 1.21.3, Yet Another Config Lib and Noxesium
A 1.21.4 update will be released later this week.
Changes
- Updated to 1.21.3
- Fixed Noxesium conflict [#156]
Fishing!
- Added Discord Presence for fishing
- Added cosmetic previews for rods
- Added an icons to perks you can upgrade
-
Music Changes
- Updated music to work with Island Music
- Added an option to use high(er) quality music
- Added an option to use old Dynaball music
- Removed music sliders (MCC now has a "Background Music" slider)
If you find any bugs, issues, or just have a suggestion please create an issue on GitHub
Join the discord: https://discord.gg/zU6Hwap4Gv
Have a lovely day!
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:iw8lsmHb:HApa82u4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iw8lsmHb:HApa82u4"
}

