Tags
Creators
Details
2.0.1
Compatibility
Required content
Changes
Changelog
English
- Changed rent collection to be day-based instead of timer/sleep based.
- Fixed rent issues caused by changing time to night and sleeping.
- Added daily income toast for rent and business tax.
- Added notification when a new citizen joins the city.
- Added NPC name style config: Chinese / English.
- Fixed Linux building package preparation so
simukraftbuildingis created/copied correctly. - Fixed city population and housing capacity showing
0/0. - Connected city UI stats to real city data.
- Made cities, POIs, chunks, citizens, buildings, and city growth dimension-aware.
- Fixed untranslated citizen overhead text and legacy
Citizen xxxdisplay.
⚠️ To use [en_us]official_building.zip, open the mod .jar as an archive, place it into the building folder, and replace the existing official_building.zip.
中文
- 收租改为按游戏天数结算,不再依赖计时器或睡觉。
- 修复调整时间到晚上再睡觉导致连续多天没租金的问题。
- 添加每日房租和商业税收入提示。
- 添加新市民加入城市提示。
- 配置界面新增 NPC 名字风格:中式 / 英式。
- 修复 Linux 下
simukraftbuilding建筑包目录没有正确创建/复制的问题。 - 修复城市人口和住宅容量显示
0/0。 - 城市界面统计数据接入实际城市数据。
- 城市、POI、区块、市民、建筑和城市发展改为按维度隔离。
- 修复市民头顶文本未翻译,以及旧数据
Citizen xxx的显示问题。
⚠️ 要使用 [en_us]official_building.zip,请用压缩包工具打开模组 .jar,把它放进 building 文件夹,并替换原有的 official_building.zip。
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| [en_us]official_building.zip | Unknown | 838.79 KiB |
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:X8jUYqBC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:70LWU0bA:X8jUYqBC"
}


