
Maid Storage Extension: Maid Express
An extension for Maid Storage Manager that adds periodic patrols, miscellaneous-item sorting, Create compatibility fixes, and the Maid Courier task. Requires Touhou Little Maid and Maid Storage Manager; neither mod is included or replaced.
Links
Tags
Creators
Details
1.3.4
Compatibility
Required content
Changes
Maid Logistics Network 1.3.4 Beta
This is the recommended beta build for players who want the established warehouse, courier, and maid transport features without testing the new automated route system introduced in 1.4.0 Alpha.
Fixes
- Driver maids now travel to the destination area before checking for a final landing position.
- A trip is no longer rejected before takeoff simply because no safe landing position can be found at the destination in advance.
- If no safe landing position is available after arrival, broom control is transferred to the player.
- Fixed an issue where switching a maid to Home mode after delivery could display an incorrect “too far from recorded position” message.
- Corrected driver profession status messages.
- The Network Warehouse now clearly indicates when a registered maid is not currently assigned to the Courier profession.
Included Gameplay
- Remote Network Warehouse management.
- Courier maid item delivery.
- Driver maid player transportation.
- Warehouse inspection and inventory-list refresh.
- Miscellaneous storage cleanup.
- Task and logistics status displays.
Compatibility
- Minecraft 1.20.1
- Forge 47.x
- Client and server installation required
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:CULFYTPT:zr7qqB2R"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CULFYTPT:zr7qqB2R"
}
