Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
v21.3.0-1.21.3-NeoForge
Release
[NEOFORGE] [1.21.3] IllagerInvasion-v21.3.02 years ago 226
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.3
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v21.3.0-1.21.3] - 2025-01-01
- Port to Minecraft 1.21.3
Changed
- Adjust imbuing table icons and descriptions to be more user-friendly
- Allow max imbuing levels to be configured individually per enchantment using a data map at
illagerinvasion:imbuing_levels - Allow invokers to spawn in high tier raids (can be disabled in the config)
- Allow some axe weapon enchantments on hatchets
- Refactor surrendered & projectiles code
- Marauders have a melee attack when their target comes too close
- Overhaul marauder throwing animation
- Rework alchemist ranged attacks
- Slightly update some entity animations
Fixed
- Fix left-handed illagers holding a bow being incorrectly animated
- Include all illagers in the
minecraft:illagerstag
Optional dependencies
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:jSV9w0J5:nfRmYw16"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jSV9w0J5:nfRmYw16"
}

