Links
Tags
Creators
Details
Licensed MPL-2.0
Published 7 months ago
Updated 4 months ago
All versions
2.0.4
Release
CarianStyle 2.0.44 months ago 1,093
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
性能与逻辑优化
- 优化所有附魔的性能,并使逻辑完全与描述对齐。
- 限制所有范围类附魔在高等级下的作用上限,避免数值溢出。
- 怪物死亡时不再触发死亡类附魔(可通过配置文件开关),并新增配置项以控制所有卡利亚附魔是否对怪物(非玩家生物)生效。
Performance & Logic Optimization
- Optimized the performance of all enchantments and fully aligned their logic with their descriptions.
- Capped the effective range of all area-of-effect enchantments at high levels to prevent value overflow.
- Death-related enchantments no longer trigger when mobs die (toggleable via config), and added a new config option to control whether all Caria enchantments apply to mobs (i.e. non-player entities).
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:Q9ExBKXS:W5cLAISC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Q9ExBKXS:W5cLAISC"
}

