1.5.0-fabric-1.20.1
Compatibility
Required content
Changes
Antique Beasts v 1.5.0
NO MORE AZURELIB DEPENDENCIE -> AZURELIB ARMOR IS NOW MANDATORY (no more compatibility issues)
NEW CHINESE TRANSLATION (Made by @Trollcorn, thank you so much!)
I changed the name of some items so you might lose them with this update, you can check witch ones in the change section.
New :
- Draugr spawn eggs have new textures !!
- Melee Draugrs are now able to block incoming attacks.
- Melee & Ranged Draugr can now spawn with potions.
- New configuration files for the Draugrs blocking probability and spawning with potion probability.
- The Draugr Overlord has now a spin attack, and can block incoming attacks.
- New Dragon Priest Staffs that replaces the Greek ones.
Changes :
- Draugr Raid number are no longer limited, you can spawn multiple ones.
- Frost Shard -> Stalhrim
- Frost Sword -> Stalhrim Sword
- Frost Bow -> Stalhrim Bow
- Draugr Bow -> Ancient Nord Bow
- High Iron Sword -> Ancient Nord Sword
- Removed Greek Staff Handle
- Removed Frost Bite Greek Staff
- Removed Frost Spike Greek Staff
- New texture for the Frost Bite & Frost Spike Magical Stones
- The Draugr Overlord has better loot
Bug fixes :
- Draugr raid are no longer limited if another raid is ongoing in another world.
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:k0O2p3by:GocycxTu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k0O2p3by:GocycxTu"
}

