Tags
Creators
Details
Licensed ARR
Published last year
All versions
1.16.5-2.1.5-WOTWFifthRelease
Beta
Wonders Of The World: A ZAWA Addon 1.16.5-2.1.52 months ago 50
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
CHANGELOG:
ADDED
- Added a new entity! The Rufous Elephant Shrew
- Added remodels for 2 species! The Guanaco & Emu
- Added Southern Caracara Flying Model
- Added babies for 2 species! The Southern Caracara & Kirk's DikDik
- Added Breed Only Baby variants for Warthog & Sloth Bear
- Added Dry Sandstone Stairs, Slabs & Walls
- Added Data Book Entries for Black & Guianan Squirrel Monkeys
CHANGED
- Retextured Black Bricks, Red Bricks, Breeze Block & Defined Breeze Block (Thanks @shoresy!)
- Retextured the Southern Caracara and Kirk's DikDik
- Fixed Hammerkop Flying Animations
- Renamed various species in the code (NOTE: THIS MAY CAUSE NULL VARIANTS OR DISSAPEARED ANIMALS)
- Updated Dutch Translation
- Mouse Deer species are now all the same size
- Updated entity stats
- Updated scaling
- Updated hitboxes
- Renamed "Dry Cobblestone" to "Dry Sandstone" in the code
- All blocks now drop corresponding items
- Removed non ZAWA-style 32x pixels
- Updated block & item tags
- Fixed Spectacled Caiman Baby UVs
- Fixed spelling, punctuation & grammar mistakes in Data Books
- Removed breach goal & sitting code from temperament
- Removed gray from entity eyes
- Updated Manakin Data Book Entries
REMOVED
- Removed all other translations
- Removed sprint animations for non "fast" stat animals
- Removed swim animations for non semi-aquatic animals
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:9UrzknN3:shjH04y9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9UrzknN3:shjH04y9"
}

