Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 months ago
Updated 3 days ago
All versions
2.1.0
Release
New:Sim-U-Kraft 2.1.03 days ago 4,611
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
New:Sim-U-Kraft 模组 2.1.0 版本更新日志
新增内容
- 新增家庭系统以及婚姻系统
- 新增疾病系统以及医疗系统
优化内容
- 优化预览界面
- 寻路优化
其他改动
- 个别工业接口更改,具体请在 QQ 群 / Discord 询问
⚠️ 注:英文建筑包暂未更新
New:Sim-U-Kraft Mod 2.1.0 Changelog
Additions
- Added Family System and Marriage System
- Added Disease System and Medical System
Optimizations
- Improved preview interface
- Pathfinding optimization
Other Changes
- Several industrial API changes; please inquire in the QQ group or on Discord for details
⚠️ Note: The English building pack has not been updated yet.
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:70LWU0bA:KqmydrRh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:70LWU0bA:KqmydrRh"
}


