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".
Changelog
Bugs
- Fixed models for global and ender backpack blocks.
- Fixed global and ender backpacks not displaying on the back of a player.
- Fixed comparator output not really working.
- Fixed backpack block not initiating a block update when its inventory changed.
- Fixed backpacks allowed to pass redstone signals.
Features
- You can now add backpacks dynamically. Please check this mod's own config.
- Retextured backpacks.
Technical
-
Now using a different way of saving and loading for backpack's storage data. Since this involves data, please create a backup of your world.
-
General codebase improvement to ease my eyes.
Important
Please create a backup of your worlds as I made a new system for saving and loading backpack's storage data. This may or may not make you lose your backpack's data but there is a system in place for converting to the new system. I still recommend you to backup your worlds.
Changelog
- Made backpack block feel more like a solid.
- This includes a config entry called
breaks_with_flow
set it to false to make the backpack not break when water flows to it.
- This includes a config entry called
- Fix log spam
- Fix creative pick block picking the wrong item.
- Fix backpack's texture being a 3D model when you equipped a backpack on a trinket back slot
-- Next stable release is when there aren't anymore bugs.
Changelog
- Added a backpack block:
- You can now place backpacks.
- Added 3 new configuration entries for customizing backpack's position 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:
/backpacks list
: Lists created backpack instances./backpacks open <UUID>
: Specify an UUID to open a backpack instance.
- Added /open command:
/open
: Allows to open a backapck when it is equipped on the trinkets back slot.
Changelog
- Added bedrock support for backpack block, should now show a backpack model (Bedrock is still not fully supported).
- Increased Capacity enchantment max level from 2 to 3 (as intended).
- Fixed missing translation key for the backpack block.
- Fixed inventory desync when right-clicking a backpack.
- Fixed blocks placed from items with the Capacity enchantment dropping without the enchantment.
— Another beta release. Should be the last one.
Changelog
- Added 3 new configuration entries for customizing backpack's position 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.
-- Other than that this might be the last beta release.