All versions
1.3.4
Release
AE2 WCWT 1.3.42 weeks ago 1,938
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
English
- Bundled the "WCWT Dark AE-UI Textures" resource pack (by fish_dan_) as a built-in optional resource pack; enable it from the Resource Packs menu.
- GUI text colors are now defined in a screen-style palette JSON, so resource packs can restyle text colors; the dark pack overrides them with light text.
- Completed the Traditional Chinese (zh_tw) translation with previously missing entries.
- Added a server config
maxSyncedSlotsPerProvider(default 1024) limiting non-empty pattern slots synced per provider in the pattern management area; slots beyond the limit are hidden with a log warning instead of disconnecting the client. - Fixed the "Other Settings" header in the wireless terminal settings screen not being localized (issue #11).
- Fixed capitalization of WCWT checkbox labels in the wireless terminal settings screen for English.
- Updated the resonating lightning pattern coding panel background texture and nudged the resonating pattern conversion slots 1px right to align with it.
中文
- 内置「WCWT 暗色AE-UI扩展材质」资源包(作者:fish_dan_),可在资源包菜单中启用。
- 界面文字颜色改由屏幕样式调色板 JSON 定义,资源包可自定义文字颜色;暗色材质包已覆盖为浅色文字。
- 补齐繁体中文(zh_tw)缺失的翻译条目。
- 新增服务端配置
maxSyncedSlotsPerProvider(默认 1024),限制样板管理区单个供应器同步的非空样板槽位数量;超限槽位隐藏并记录日志警告,不再导致客户端断连。 - 修复无线终端设置界面"其他设置"分组标题未本地化的问题(issue #11)。
- 修正无线终端设置界面中 WCWT 复选框英文标签的大小写。
- 更新谐振过载编码面板背景贴图,并将谐振样板转换区槽位整体右移 1px 以对齐。
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:4inoel9g:khA6BGlA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4inoel9g:khA6BGlA"
}



