Tags
Creators
Details
1.21.1-0.7.0
Compatibility
Required content
Changes
Create: Mobile Packages - v0.7.0 - 1.21.1 - 17.03.2026
Additions
-
Added Bee Port Return Mode toggle in the Bee Port GUI (#136)
- New button that toggles between normal delivery and return mode
- In return mode, Robo Bees spawned from that port fly back to their origin port after successful player delivery
-
Added Admin/OP Commands for Network Management (#305)
/cmp network list- Display all logistics networks with names, player counts, lock status, and owner information/cmp network add <player> <networkId>- Add a player to a network (auto-filters to named networks only)/cmp network remove <player> <networkId>- Remove a player from a network (auto-filters to networks the player is part of)- Full command auto-completion with intelligent filtering
-
Added TrashSlots to the Portable Stock Ticker allowing players to send items (#299)
- Set an address
- Put items in the TrashSlots
- A Robo Bee will come and pick up the items and send them to the address
Bug Fixes
- Fixed Port with full packages inventory can't accept RoboBee without package (#301)
- Fixed Portable Stock Ticker not updating to an empty item list if the last item is removed (#302)
- Fixed Portable Stock Ticker losing address after restart (#287)
https://github.com/timplay33/Create-Mobile-Packages/blob/mc1.21.1/main/CHANGELOG.md
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:1vXRfEHZ:AXLWkdx1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1vXRfEHZ:AXLWkdx1"
}



