Tags
Creators
Details
Licensed MIT
Published last year
Updated last week
All versions
1.21.1-0.5.3
Release
Create: Mobile Packages 1.21.1-0.5.3last year 2,533
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Create: Mobile Packages - v0.5.3 - 1.21.1 - 01.07.2025
Known not yet fixed issues
- Crafting with the Portable Stock Ticker doesn't work properly without Create: Factory Logistics
Additions
- Added always suggesting the player's name as the target address.
Bug Fixes
- Fix handling of blank addresses
- Fix misuse of
getStackInSlot - Add "Not linked" error message when trying to open an unlinked Portable Stock Ticker with the hotkey
- Fix Robo Bees are now invincible to everything else than
PLAYER_ATTACK - Fix Robo Bees can no longer be set on fire
- Fix Items in the Portable Stock Ticker are now sorted by count
- Fix Log spamming of "Releasing entity on travel: ..."
- Fix Create Factory Logistics support with Factory Abstractions
- Fix Packages inside Robo Bee Port get voided when redstone is applied
- Fix Robo Bees drops of Bee Ports (Contraptions & CarryOn)
- Fix CarryOn support for Robo Bees
- Changed Robo Bee Port now outputs all Items in adjacent inventories when redstone powered
- Changed Robo Bee Port now no longer pulls Items from adjacent inventories when redstone powered
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:cMrltBDO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1vXRfEHZ:cMrltBDO"
}



