Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
0.7.0
Beta
[Fabric 1.20.1] v0.7.02 years ago 31.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Version ["v0.7.0"] - 2024-07-29
Features
- Ducks can now dance constantly by the jukebox(#79)
- Ducks can be tamed now(#84)
- Ducks can fish now(#53)
- Tamed ducks can catch treasure when fishing
- Ducks can now spawn in swamps too
- Introduce the following tags: #untitledduckmod:ducks_spawnable_on, #untitledduckmod:geese_spawnable_on, #untitledduckmod:duck_breeding_food, #untitledduckmod:duck_taming_food, #untitledduckmod:goose_breeding_food, #untitledduckmod:goose_food, and #untitledduckmod:goose_taming_food
- Added blacklist list for intimidation potion effects, mobs in this list will be unaffected by intimidation effects
- Added Jade plugin for duck and goose laying time
Forge
- Forge can now change the spawn rate with config.
Bug fixes
- Fix baby still following parent when sitting
- Fix Duck sack error storing duck data
- Fix occupied duck sacks disappearing when in use(#85)
- Fix bug to spawn one variant from eggs by utsudashinou(#76)
Optional dependencies
Any compatible version
Any compatible version
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:ojFjz7JF:U3NPszvR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ojFjz7JF:U3NPszvR"
}

