Tags
Creators
Details
All versions
4.0.2
Release
Spawn 4.0.2-1.21.13 months ago 920
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Fixes
- actually fixed steamed clams recipes
- fixed baby flukeshroom bucketing sounds
- fixed note block instrument names for mod compat
- fixed field guide palm tree not showing up
- Converted all tags to data components (Fixed Pigment shifter and other sync issues)
- fixed clams not keeping their variants in survival
- fixed baby mob buckets picked from creative not spawning baby mobs
- fixed quark and woodworks everycompat textures not working for leaf piles, leaf carpets and date hedges
- fixed boobies drowning
- attempted fix at sea urchin hat rendering for other mods
Additions
- added new dispenser interactions with items like: fly bottle, boats, blenny bucket, pilot fish bucket, seal bucket, sea cow bucket, flukeshroom bucket, coastal crab bucket and clams
- sea cows now have a chance to spawn with algae on their back
- pufferfish don't hurt spawn water mobs anymore
- now fish that have been edited with pigment shifters will have an extra tooltip that shows they aren't naturally generated
- pilot fish spawn around primal sharks
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:rex9wwpz:LZw2CnVL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rex9wwpz:LZw2CnVL"
}

