Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
0.0.1.6-1
Beta
0.0.1.6-12 months ago 5
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
中文
- 本源系統大幅擴充,新增 48 種本源,目前總數達到 80 種。
- 新增七大本源分類:自然現象、知識心靈、魔法、生命生物、經濟資源、機器工業、社會文明。
- 完成研究卷軸現在擁有正確的物品貼圖與模型。
- 修正重置研究後客戶端可能不同步的問題。
- 修正重新連線後研究進度與本源數量同步異常。
- 修正 JEI 本源合成介面未即時刷新的問題。
- 新增完整雙語本地化內容。
- 新增 Aspect Wiki 文件。
- 目前新增本源尚未支援掃描發現功能。
English
- Expanded the Aspect system with 48 new aspects, bringing the total count to 80.
- Added seven major aspect categories: Natural Phenomena, Knowledge & Mind, Magic, Life & Biology, Economy & Resources, Machines & Industry, and Society & Civilization.
- Completed Research Scrolls now display proper textures and models.
- Fixed client desynchronization after resetting research.
- Fixed research progress and aspect count synchronization issues after reconnecting.
- Fixed JEI aspect synthesis displays not refreshing correctly.
- Added full bilingual localization support.
- Added initial Aspect Wiki documentation.
- Newly added aspects are not yet discoverable through scanning.
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:MNsXTPjp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9pJj8Sv:MNsXTPjp"
}

