Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 months ago
Updated 4 hours ago
All versions
2.2.0
Release
Invasion 2.2.0 for 1.20.1 Forge & Neoforge4 hours ago 5
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
- Added sniping ability - idea by @KHi-GHauss
- double range, high precision, random ranged weapon
- Added Sekelton T2 - Sniper - idea by @KHi-GHauss
- enabled towering, sniping
- Added towering & sniping synergy - idea by @KHi-GHauss
- before shooting, 4 blocks towering
- Added climbing ability
- Added high jumping ability - idea by @GegunCult
- Added high jumping to Jumping Spider
- Added Jumping Zombie - idea and art by @GegunCult
- jumps up to 5 blocks, swims faster
- Added fireproof ability
- Added Zombified Engineer - art by @GegunCult
- replaces engineer after a while, fireproof
- Added arrow effects for ranged mobs
- Added chance for t1 skeletons to have close combat weapons - idea usbmitted @KHi-Gauss
- Added theme selection for command: /invasion start <wave> <theme>
- Added "Add Theme" button to themes
- Fixed Magma Cube and Slime hitboxes being too small - issue pointed out by @JT-Builder
- Fixed freeze in ingame config
- Fixed mobs trying to squeeze trough corner blocks
- Fixed rare infinite mob spawn
- Fixed engineers not repairing existing towers
Optional dependencies
Any compatible version
Any compatible version
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:nW2PxIx4:y0FUS2fF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nW2PxIx4:y0FUS2fF"
}

