Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated 2 weeks ago
All versions
1.0.3
Release
ConditionMod 1.0.32 weeks ago 73
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
ConditionsMod 1.0.3
English
- New YAML config format (
.yml/.yaml). - ConditionalEvents-compatible format support using
Events:. - New client events:
hud_display,camera,key, andkey_combo. - New actions and variables for more flexible events.
- Performance improvements and lighter event loading.
- Improved SVR system for server and player variables.
- Work in progress for multiple ports: Forge 1.20.1, and Fabric 1.20.4.
More information and examples:
https://coditionmodwiki.netlify.app
Español
- Nuevo formato de configuración YAML (
.yml/.yaml). - Compatibilidad con formato de ConditionalEvents usando
Events:. - Nuevos eventos client:
hud_display,camera,keyykey_combo. - Nuevas acciones y variables para eventos más flexibles.
- Mejoras de rendimiento y carga más ligera de eventos.
- Sistema SVR mejorado para variables de servidor y jugador.
- Trabajo en progreso para varios ports: Forge 1.20.1 y Fabric 1.20.4.
Más información y ejemplos:
https://coditionmodwiki.netlify.app
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:KQnF6qy7:coTeVW1o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KQnF6qy7:coTeVW1o"
}

