1.1.2b
Compatibility
Changes
| 中文 |English |
| ----------------------------------------------- |-------------------------------------------------------------------------------------------------------------- |
| 本次更新加入了糖葫芦、纸箱和旧电脑三大系统,带来全新的互动体验! |This update introduces Tanghulu, Carton Box, and Old Computer systems with brand new interactive experiences! |
| 糖葫芦系列 |Tanghulu Series |
| 单串糖葫芦 ×1:可食用,分5个阶段,带幸运和力量效果 |Single Tanghulu ×1: Edible in 5 stages with Luck and Strength effects |
| 双串糖葫芦 ×1:不可食用,可拆分,可放置为装饰方块 |Double Tanghulu ×1: Non-edible, splittable, placeable as decorative block |
| 三串糖葫芦 ×1:不可食用,可拆分,可放置为装饰方块 |Triple Tanghulu ×1: Non-edible, splittable, placeable as decorative block |
| 纸箱系统 |Carton Box System |
| 普通纸箱 ×1:可堆叠(最多3个),剪刀+右键打开 |Normal Carton Box ×1: Stackable (max 3), open with shears + right-click |
| 打开的纸箱 ×1:可存储6种物品,可封存,物品可见显示 |Open Carton Box ×1: Stores 6 item types, sealable, items visible in rendering |
| 旧电脑系统 |Old Computer System |
| 多层GUI界面:基础界面+物品展示+窗口+灯光动画效果 |Multi-layer GUI: Base interface + item display + windows + light animation effects |
| 商店功能:零食和交易标签页,支持购买物品 |Shop Function: Snack and Trading tabs, supports item purchasing |
| 银行集成:购买时自动扣除账户余额 |Bank Integration: Automatically deducts account balance when purchasing |
| 系统优化 |System Optimization |
| 性能提升:减少内存占用,优化网络通信 |Performance: Reduced memory usage, optimized network communication |
| 视觉效果:糖葫芦方块4种串数显示,纸箱内物品渲染 |Visual Effects: 4 tanghulu string displays, carton box item rendering |
| 稳定性增强:修复物品复制问题,改进错误处理 |Stability: Fixed item duplication, improved error handling |
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:UC21JBXx:TkS1BDiO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UC21JBXx:TkS1BDiO"
}

