Currently released as an alpha for testing. Not recommended for use on a server, but it's stable enough.
Changelog
Features
- Includes a module system for backpacks.
Available modules:
- Void Module - Voids nearby items matching a specified filter.
- Vacuum Module - Automatically inserts nearby filtered items into the backpack.
- Crafting Module - Opens a crafting menu. (Shift + right-click the backpack when in its inventory, then right-click the Crafting Module.)
- Some configuration entries were removed in this alpha:
enable_globalpack
enable_enderpack
- These has been replaced with:
disabled_backpacks: []
- Specify a backpack's ID to disable, e.g. ,["global", "ender"]
- Added new configuration entries:
"enable_upgrades": true
"disabled_upgrades": []
- Specify a module's ID to disable, e.g. ,["void_upgrade", "magnet_upgrade"]
Notes
- Applying a filter - Surround the module with an item (used as the filter) in a crafting table. (You cannot add or remove an item from a module's filter, you can only replace it.)
- Applying a module - Place a module and a backpack into a smithing table to apply the module.
Changelog (Compares version 1.3 to 1.2)
Changes
- Retextured backpacks.
- Can right click backpack to open.
- Backpacks works kinda like a bundle.
Features
- Added backpack blocks.
- Added trinkets support.
- Added a config entry to add a backpack dynamically.
- Added 3 new configuration entries for changing backpack's position and rotation when equipped in the Trinkets back slot:
back_positions
: Adjusts the backpack’s position on the player’s back.back_yaw
: Controls horizontal rotation (left/right) of the backpack.back_pitch_when_sneaking
: Alters the tilt angle of the backpack when the player is sneaking.
- Added /backpacks command:
/backpack list
: Lists created backpack instances./backpack open <UUID>
: Specify aan UUID to open a backpack instance.
- Added /open command
- Allows opening a backpack when it is equipped.
Technical
- Massive changes to the backpack storage data when saving or loading.
- Minor code "improvements".