Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
0.0.1.6-2
Beta
0.0.1.6-22 months ago 7
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Koniavacraft 0.0.1.6-2
中文
- 全部新增本源現在都可透過掃描系統發現。
- 超過 60 種實體現在擁有對應本源回傳。
- 修正研究謎題與本源合成介面第三頁無法滾動的問題。
- 完成研究卷軸現在能正確顯示自訂貼圖。
- 新增大量本源推導鏈與材料註冊。
- BlockAspectResolver 現在支援更多分類識別。
- 重構 EntityAspectResolver,加入 60+ 精確實體映射。
- Boss 生物現在會依強度提高本源容量。
English
- All newly added aspects can now be discovered through scanning.
- More than 60 entity types now return corresponding aspects.
- Fixed scrolling issues on the third aspect palette page.
- Completed Research Scrolls now correctly display custom textures.
- Added large amounts of aspect inference chains and material registrations.
- BlockAspectResolver now supports additional category recognition.
- Reworked EntityAspectResolver with over 60 specific entity mappings.
- Boss entities now scale their aspect capacity based on difficulty.
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:x9pJj8Sv:A2LmCfWm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9pJj8Sv:A2LmCfWm"
}

