Links
Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 10 months ago
Updated 2 weeks ago
All versions
2.0.0
Release
AE2 Auto Pattern Upload 2.0.0 [NeoForge 26.1.2]2 weeks ago 36
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changelog
[2.0.0]
Added / 新增
- 增加唯一匹配时的自动上传功能,检测到唯一匹配的样板供应器后自动上传编码样板
- Added automatic upload for unique provider matches, uploading the encoded pattern when exactly one pattern provider matches.
Changed / 变更
- 替换样板上传界面 UI,改用 AE2 风格控件、输入框、按钮和布局
- Replaced the pattern upload UI with AE2-style widgets, text fields, buttons, and layout.
Optional dependencies
Any compatible version
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:6CjfArZy:xhWuKaTc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6CjfArZy:xhWuKaTc"
}

