All versions
4.0.4
Release
Spawn 4.0.4-1.21.13 months ago 51.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Fixes
- Sea cow and Flukeshroom buckets now stack up to 1 instead of 64 lol
- Clams, Sunfish and Tuna riding ability changes
- Spider Crab Jockey riding position fix
- Sunstone and Moonstone now have custom name colors like in 1.20.1
Changes/Compat
- now requires Farmer's delight 1.3.0, will crash if a lower version is installed with it
- if Farmer's delight is installed Date Cookies are eaten faster
- Raw Tuna Slice and Cooked Tuna Slice are now eaten fast
- Custom Date and Rotten wood textures for No Man's Land Bookshelves and Trimmed Planks
- Seal advancement is now also triggered when succeeding a trick, making it impossible to lock yourself out of
Additions
- Bucket of Seahorse and Bucket of Tropical Fish now have default variants when hovered in the creative inventory
- updated Traditional Chinese (Taiwan) translation (by drt6ur_e)
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:kmNDEibJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rex9wwpz:kmNDEibJ"
}

