基本信息
我的世界Java版本
平台
其他链接
创作团队
详情信息
更新日志
新特性
流明工具
添加了流明工具,由@62832在
https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6177
中使用流明水晶制作而成。剑带有抢夺I效果,其他工具带有时运I效果。
256k存储层级
多亏了@62832在
https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6252
中的贡献,现在AE2自身就有256k存储层级了!
数字输入数学表达式
由@Azercoco在
https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6202
中实现的数字输入数学表达式(在界面、模式编码终端等中)。
流体存储监控器
由@Technici4n在
https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6225
中实现,允许通过第二次点击将存储监控器设置为一种流体。所以,用一桶水进行第一次点击会将监控器设置为“一桶水”,第二次点击则会将其设置为“水”。
大幅提升终端搜索性能
本次发布通过缓存一些内容大幅提升了终端搜索性能。 * 由@shartte在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6231 中实现的标签搜索和搜索结果缓存 * 由@MidCoard在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6241 中实现的添加工具提示缓存以提高搜索效率
小特性
- 修复#5993:由@Technici4n在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6214 中添加按钮以将合成终端清空到玩家背包
- 修复#4340:由@Azercoco在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6222 中添加按钮以在模式访问终端中显示隐藏模式
- 修复#2929:由@62832在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6226 中添加选项以仅显示有空模式槽的模式提供者
- 由@flier268在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6164 中为终端添加ID搜索模式
- 修复#3890:由@62832在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6218 中在显示数量时为可合成物品添加指示
- 修复#5382:由@Azercoco在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6229 中改进空间存储能耗公式
- 由@Azercoco在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6234 中添加存储卡染色功能
漏洞修复及小改动
- 由@shartte在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6215 中优化合成终端中的配方查找
- 有望修复#6112:由@Technici4n在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6208 中移除level.hasChunkAt(pos)检查
- 修复#6209:由@Technici4n在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6219 中修复卸载P2P发送方块更新的问题
- 修复#6221:由@shartte在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6223 中修复几个方块/部件不保存配置更改的问题
- 修复#6210:由@62832在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6228 中再次渲染空间锚点覆盖到基岩
- 由@Technici4n在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6230 中简化P2P隧道调谐API
- 由@Mari023在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6233 中使用IConfigurableObject替代模式访问终端部件
- 由@62832在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6236 中将流明工具切换为锻造台合成方式
- 修复#74:由@Technici4n在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6238 中在制作CPU无法存储物品时添加警告
- 由@ramidzkh在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6239 中使使用内部P2P内容更便捷
- 由@shartte在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6263 中在添加或移除外立面时更新邻居形状
- 修复#6256:由@Technici4n在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6264 中修复容器物品策略和AE键类型不匹配的问题
新贡献者
- @flier268在 https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/6164 中做出了他们的首次贡献