Links
Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 4 months ago
All versions
1.1.0
Release
AE2 Pattern Restocker 1.1.04 months ago 129
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Changes
Added
- Return-to-blank button on the Pattern Encoding Terminal: a small X badge on the encoded pattern slot converts the encoded pattern back to a blank pattern and returns it to the blank pattern slot, ME storage, or player inventory (in that priority order). Only visible when the slot contains an encoded pattern.
- Config file (config/ae2_pattern_restocker-common.toml) with toggles for both features (autoRestock and returnButton), both enabled by default.
Fixed
- Blank pattern extraction now correctly respects ME network security permissions; the action is attributed to the player operating the terminal rather than being anonymous
- Game no longer crashes on startup if an AE2 update causes mixin incompatibility; the mod silently disables itself instead
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:rxyfuQoq:OAzeHL5v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rxyfuQoq:OAzeHL5v"
}

