1.2.0
Compatibility
Changes
新增:EMC 卡 便携式 EMC 存储,可随时存入或取出 EMC。
右键打开卡片界面,存入或取出 EMC Shift + 右键快捷充能,充能金额可自定义 记录最近 10 笔存取交易 两张卡可在铁砧中合并,EMC 自动累加 可在铁砧中重命名 新增:制卡台 EMC 卡的集中管理界面。
公有/私有:私有卡仅主人可用,公有卡所有玩家可用 卡片关联:将两张卡关联为同一共享账户,余额同步增减,适合多人共用 卡片合并:将两张卡合并为一张,余额与卡片价值累加 绑定玩家:将卡绑定到指定玩家,卡余额与该玩家转换桌 EMC 同步,可设置单次支出限额与保留额度 新增:EMC 自动装置 EMC 转能器:放入 EMC 卡,漏斗输入物品在有红石信号时转换为 EMC 存入卡内 EMC 输出器:选择要喷出的物品,有红石信号时从卡内扣除 EMC 并按朝向喷出 支持持续模式(有信号时持续工作)与脉冲模式(每次信号触发一次) 输出器界面支持搜索转换桌物品 其他改进 重绘装置贴图,输出器正面标示喷出方向 制卡台支持在线玩家模糊搜索 新增自动装置总开关,可在配置中关闭;关闭后装置不可合成且不运行 稳定性与兼容性修复
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:TkIw1SER:GIbFC5BL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TkIw1SER:GIbFC5BL"
}

