Tags
Creators
Details
Licensed AGPL-3.0-only
Created 4 years ago
All versions
1.3.3-fabric+1.20
Release
[Fabric 1.20 & 1.20.1] 1.3.32 years ago 1.6M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Tweaked textures:
- Echo Door
- Sonorous Staff
- Echo Trapdoor
- Sculk Bone
- Fixed resonarium armor textures
- Moved compatibility recipes to
deeperdarkerdirectory - Fixed Farmer's Delight recipes
- Added Farmer's Delight bloom wood recipes
- Sonorous staff can now be enchanted with Mending and Unbreaking
- Improved column generation
- Made a separate resource location for Otherside dimension effects
- Added shattered head
- Dropped when a shattered is killed by a charged creeper
- Made gloomy geyser drop itself when mined with Silk Touch
- Made heart of the deep beat faster when looking in the direction of the closest ancient temple
- Added special sound event for the sonorous staff
- Fixed crash when trying to bucket angler fish
- Turned sludges into sculk mobs
- Made blooming stems grow and be fertilizable (bone meal-able)
- Made blooming stems strippable
- Made sculk jaw store XP
- Added Create compatibility (warden backtank and warden diving gear)
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:fnAffV0n:BCzjX2ii"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fnAffV0n:BCzjX2ii"
}

