0.2.0
Compatibility
Changes
🔰 No Hard Feelings
Minecraft Version: 1.20.1 Mod Loader: Fabric Requires: Fabric API
🛡️ The Perfect Mod for Team Play
No Hard Feelings is a smart and lightweight mod designed for team-based gameplay, ensuring you never confuse allies with enemies again.
The mod automatically detects your teammates and recolors their armor in a color of your choice using the /fntcolor command. Even in the most chaotic PvP battles, allies remain clearly visible at all times.
🚫 No Friendly Fire — Ever
The core feature of the mod is friendly-fire prevention. Any attack against highlighted teammates is completely blocked, eliminating:
accidental hits,
team damage,
confusion during intense combat.
⚙️ Additional Features
✨ Smart Friend List Quickly add players to the mod’s trusted list:
via the /fnt <player> command
or using a configurable hotkey
🎨 Clear Visual Identification Custom armor colors make team coordination effortless.
🧩 Fully Fabric-Compatible Built specifically for Fabric 1.20.1, ideal for both servers and private modpacks.
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:YZ6UBeod:DeWUSWva"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YZ6UBeod:DeWUSWva"
}

