Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 weeks ago
All versions
7.2.0
Release
7.2.02 weeks ago 36
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
A visual overhaul of the ME Kitchen Station. No gameplay changes.
Added
- The screen now reads its status in three states. Purple means linked and powered. Red means it's linked but can't reach the network (no power to spare, the Access Point inactive, or its chunk unloaded). A dark screen means it isn't linked yet. Before, the linked-but-unreachable case looked identical to unlinked; now it's distinct, and Jade reports the same three states in words.
- A glowing screen. The display is emissive, so it stays readable in the dark: brightest when online, dimmer for the linked-but-unreachable warning, and off when unlinked.
Changed
- New model and textures: a retro desktop-computer look with a tilted screen, replacing the old block.
- The item shows the powered (purple) look in your inventory, hotbar, and tooltips.
- Rebuilt the block's hitbox to fit the new model.
- Updated the guide's "Reading the Screen" page and screenshots for the three states.
- Restyled the guide book with a new book texture and item icon.
Optional dependencies
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:BmMjyidG:wg0264wv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BmMjyidG:wg0264wv"
}







