Tags
Creators
Details
1.0.5b3-fix
Compatibility
Required content
Changes
新增股票市场系统与银行功能 为银行控制箱添加股票交易GUI、大堂经理雇佣/解雇功能与状态展示 在世界每日更新事件中接入股票市场每日刷新调用 完善银行控制箱的U展示与按钮状态同步逻辑 新增银行贷款系统,优化多模块游戏体验 优化大型建筑建造流程:将超大建筑的蓝图准备拆分到多tick执行,避免单tick服务器卡顿 顿;复用建筑任务已有数据,移除重复的蓝图解析逻辑 重构股票市场系统:支持多城市独立股票交易 新增银行贷款全套业务:实现贷款申请、还款功能 优化建筑预览与NPC雇佣:仅渲染预览可见方块面提升性能 更新U与本地化:调整银行界面布局,移除旧的城市管理财务按钮,新增中键批量区块购买提示 修复部分网络包的参数传递问题,完善交易校验逻辑 新增城市理财投资系统 在城市管理界面新增理财入口按钮
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:zdpEiiwE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:70LWU0bA:zdpEiiwE"
}


