写README
This commit is contained in:
parent
3f2f24c4f9
commit
fe5d59a0d0
24
README.md
24
README.md
|
|
@ -0,0 +1,24 @@
|
||||||
|
# ExtendedAE Plus
|
||||||
|
|
||||||
|
ExtendedAE Plus 是一个面向 Applied Energistics 2 与 ExtendedAE 的功能增强附属模组,专注于样板(Pattern)相关的效率与易用性提升。
|
||||||
|
|
||||||
|
## 功能简介
|
||||||
|
|
||||||
|
- **处理样板数量缩放**
|
||||||
|
- 一键倍增/除法:
|
||||||
|
ewAmount = max(1, round(original * factor))
|
||||||
|
- 仅作用于处理样板(AEProcessingPattern);自动跳过合成样板(AECraftingPattern)
|
||||||
|
|
||||||
|
- **样板终端界面增强**
|
||||||
|
- 在样板供应器/访问终端界面增加倍增、切换等按钮与交互
|
||||||
|
- 支持快速隐藏/显示样板槽位
|
||||||
|
|
||||||
|
- **样板上传到供应器**
|
||||||
|
- 在终端内直接将样板上传至指定样板供应器(基于通用数据包分发与动作映射)
|
||||||
|
|
||||||
|
- **无线终端兼容**
|
||||||
|
- 兼容 ExtendedAE 的无线样板访问终端
|
||||||
|
- 兼容 AE2WTLib 提供的通用无线终端
|
||||||
|
|
||||||
|
---
|
||||||
|
如需更详细的开发/构建与排错说明,可在仓库提交 Issue 讨论。
|
||||||
|
|
@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
|
||||||
loom.platform = forge
|
loom.platform = forge
|
||||||
|
|
||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version = 1.0.2
|
mod_version = 1.1.0
|
||||||
maven_group = com.extendedae_plus
|
maven_group = com.extendedae_plus
|
||||||
archives_name = extendedae_plus
|
archives_name = extendedae_plus
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,11 +7,8 @@ license = "Insert License Here"
|
||||||
modId = "extendedae_plus"
|
modId = "extendedae_plus"
|
||||||
version = "${version}"
|
version = "${version}"
|
||||||
displayName = "ExtendedAE Plus"
|
displayName = "ExtendedAE Plus"
|
||||||
authors = "ExtendedAE Plus Team"
|
authors = "GaLi"
|
||||||
description = '''
|
description = '为extendedAE模组增强更多实用功能'
|
||||||
ExtendedAE Plus is an enhancement mod for ExtendedAE that increases the pattern provider slots from 36 to 108.
|
|
||||||
This allows for much more efficient automation setups with ExtendedAE's pattern providers.
|
|
||||||
'''
|
|
||||||
#logoFile = ""
|
#logoFile = ""
|
||||||
|
|
||||||
[[dependencies.extendedae_plus]]
|
[[dependencies.extendedae_plus]]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user