Tags
Creators
Details
Licensed MIT
Published last year
Updated 3 days ago
All versions
2.0.0+1.21.1
Beta
In Combat 2.0.0+1.21.13 days ago 9
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
V2.0.0
The first 1.21.1 beta release!
1.20.1 has been abandoned.
IMPORTANT: In Combat now uses Cloth Config API!
New Features
- The Grace Effect!
- Allows modpack and mod developers to indicate safe areas!
- Apply through commands or through the improved In Compat API!
Reworked Config
- The config has been significantly improved and now splits client and server resources.
- Note: Mod Menu integration will be added in the future!
A Complete Rewrite
- The mod has been completely rewritten from the ground up, which allows me to add new features more easily.
- The In Combat API has been completely rewritten, having more features and java documentation.
Fixes
- I fixed the networking issues allowing the mod to correctly run on servers and multiplayer.
Mod Compatibility
- Currently there is no mod compatibility this will be added back in future updates, so stay tuned!
Report Issues and Join the Discord
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:1teqxIAD:mZvgsFXC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1teqxIAD:mZvgsFXC"
}


