All versions
1.5.4
Release
TF2 Mobs 1.5.4last week 64
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
- Added the Reanimator that works similar to one from MvM mode. Can be given to hired mercenaries and will allow them to avoid death. Instead of completely dying, their hologram will appear, which can be healed by any vanilla or modded means. The Sandvich and dispensers won't work, though.
- Added an achievement related to the reanimator
- New weapons for mercenaries:
Sniper: Sydney Sleeper (primary)
Scout: Force-a-Nature (primary)
Soldier: Black Box (primary), Panic Attack (secondary)
Panic Attack is also received by Engineer, Heavy and Pyro.
- Team spawner item now can spawn randomized team if used while crouching.
- Teleporters and Dispensers are no longer counted as defenders and won't increase the difficulty of mercenary raids.
- Projectile protection enchantment now protects against hitscan from the mercenaries.
- Fire protection enchantment now protects against Pyro's flames.
- Changed death message for when killed by hitscan from "was slain by" to "was shot by".
- Now Spy will switch to gun when cannot backstab a single target for a long time.
- Spy now won't immediately go invisible when spotted and will have to wait half a second.
- Engineer now won't try to instantly rebuild after respawning from Team Banner.
- Fixed crit chances: they were higher than intended because of a faulty formula.
Optional dependencies
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:j9K8TJCq:jGe8odgy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j9K8TJCq:jGe8odgy"
}



