You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).