Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 5 months ago
All versions
1.16.5-1.1.0-IntelligentAnimals1
Beta
zawa-1.16.5-1.1.0-IntelligentAnimals12 years ago 224
Uploaded by
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
1.1.0-IntelligentAnimals1
Added
- 5 new animals! Common chimpanzee, Coquerel's sifaka, Red panda, Ring-tailed lemur, Western lowland gorilla.
- 2 new NPCS! Botanist and Zookeeper.
- Zoo carts in all 16 vanilla colors, each with an inventory.
- Hydroponics table; this is the botanist's job block, and can also be used to propogate and grow various plants.
- 5 new enrichment blocks! Bamboo chimes, Bamboo feeder, Pineapple pinata, Ball pit, Snow pit.
- 9 new plants! Dwarf and tiny bamboo in all 3 variants, Bassia, Creeping tick trefoil, Jinns tongue, Tall jinns tongue, Legume, Spleenwort, and Bird-of-Paradise.
- 13 new plushies! Big giraffe, gorilla, lion, and macaw; Hanging gorilla, lemur, mandrill, monkey, and orangutan; Regular elephant, gorilla, lemur, and red panda.
- 2 new items! Baby Formula for forever babies, and Release Form to untame your animals.
- New advancements.
Changed
- Advancements have been rearranged a bit.
Fixed
- "Territorial" type babies no longer aggressive.
- Zawa corals no longer turn into seagrass when bone meal is used on them.
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:Pv2NaDba:90PnrBnQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pv2NaDba:90PnrBnQ"
}

