All versions
1.0-rc.27-neoforge.1
Release
Auto Workstations: NeoForge Port 1.0-rc.27-neoforge.1last month 12
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
1.0-rc.27-neoforge.1
English
- Ported Auto Workstations for Minecraft 1.21.1 from Fabric to NeoForge.
- Added Simplified Chinese localization.
- Replaced Fabric-specific registration, networking, menu, and rendering APIs.
- Verified dedicated-server startup and client resource loading.
- Requires NeoForge 21.1.200 or newer and Java 21.
- This is an unofficial community port.
中文
- 将 Auto Workstations 1.21.1 从 Fabric 移植至 NeoForge。
- 添加简体中文本地化。
- 替换了 Fabric 专用的注册、网络通信、菜单及渲染接口。
- 已验证客户端资源加载及独立服务端启动。
- 需要 NeoForge 21.1.200 或更高版本以及 Java 21。
- 本版本为非官方社区移植版。
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| auto-workstations-neoforge-1.21.1-1.0-rc.27-neoforge.1-sources.jar | Sources jar | 376.29 KiB |
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:PwETxFkH:kNxhyvyI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PwETxFkH:kNxhyvyI"
}

