Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated last week
All versions
beta-1.4.5
Beta
beta-1.4.53 months ago 48
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Conduit Changes
- Conduits now give incremental levels of conduit power based on how many prismarine blocks are surrounding it
- 16 blocks will provide conduit power 1
- 30 blocks will provide conduit power 2
- 42 blocks will provide conduit power 3
- Reduced fishing speed and luck bonuses from conduit power from 1 → 0.5
- Fishing speed and luck from conduit power now scales linearly
- Reduced bonus mining speed from conduit power from 20% → 5%
- Bonus mining speed from conduit power now stacks additively with haste
Nautilus Changes
- Breath of the Nautilus has been renamed to Nautilus Blessing
- Nautilus Blessing now grants +0.5 fishing speed and +0.5 luck
- Nautilus shells can now be used to brew nautilus blessing potions
- Nautilus blessing potions are capped at level 1
- Added advancements related to the nautilus
Miscellaneous Changes
- Reduced amethyst cluster drops when mined with a pickaxe from 4 → 1
- Reduced amethyst cluster drops when mined without a pickaxe from 2 → 1
- Fortune now affects amethyst clusters in the same way that normal ores would be affected
- Increased tinted glass recipe output from 2 → 4
Bug Fixes
- Fixed Squire and Knight mastery ranks not being rewarded retroactively
- Fixed phantom sinew texture not being updated on the brewing guide
- Fixed "Music Maestro" advancement missing its title and description
- Fixed "Cover Me In Debris" advancement having the incorrect parent
- Fixed my chud son
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:t2tYNEC1:RRItE582"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t2tYNEC1:RRItE582"
}

