Links
Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 months ago
Updated 5 months ago
All versions
1.1-beta.2
Beta
Ad Astra Cargo Rocket [Unofficial] 1.1-beta.25 months ago 220
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
Add denied-item tag and bulk load/unload API
- Introduce a new item tag (ad_astra_cargo_rockets:denied_in_launch_pad) listing shulker boxes and prevent those items from being inserted into LaunchPad inventories.
- Add two CC:Tweaked Lua API methods (loadAllItems, unloadAllItems) with optional item-id filtering on the LaunchPad peripheral to move items to/from rockets.
- Register ItemStorage/InventoryStorage for the LaunchPad and enforce denied-item checks in inventory transfer paths (including isValid override).
Other changes:
- increase launch energy requirement,
- improve CargoRocket collision checks,
- simplify Peripheral registration for Fabric/CC,
- fix BlockEntity renderer registration,
- bump mod_version,
- and update README with API docs.
- Added the tag JSON resource file.
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:lRJr3dkW:GP6JTf0o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lRJr3dkW:GP6JTf0o"
}![Ad Astra Cargo Rocket [Unofficial]](https://cdn.modrinth.com/data/lRJr3dkW/72e8d67b662bef4e42d322b58bd4b32c08060a5b.png)

