Tags
Creators
Details
3.3.2
Compatibility
Changes
News in v3.3.2πΏβ¨
Additions:
-
Added a new Music Disc: "Bounce" by Fingerspitπ΅ Outputs a redstone signal strength of 8 through a comparator and can be found in Mineshaft minecart loot chests in the Sulfur Caves biome.
-
Added Ancient Obsidian Nuggetπͺ¨ Can be crafted from an Ancient Obsidian Ingot and can also be found in Herobrine Shrine loot chests.
-
Added a new Wandering Trader trade:

Changes:
- Updated textures of the Rodeo Stampede Music Discsβ¨

- Reduced the Lava Chicken Music Disc Wandering Trader trade price from 40 β 20 Emeralds.
Improved textures of:
- Raw Bear Meat
- Cooked Bear Meat
- Raw Camelid Meat
- Cooked Camelid Meat
Fixes:
- Fixed an issue where amethyst clusters were treated as mined by hand when using pickaxes added by the mod, causing them to drop only 2 Amethyst Shards instead of 4.
- Fixed an issue where the Netherite Pickaxe had a very low chance to generate in Herobrine Shrine loot chests.
Removals:
- Removed unused textures.
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:1DY1GOzM:tVyLsm1v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1DY1GOzM:tVyLsm1v"
}

