Releases: BVengo/simple-shulker-preview
1.21.3 v2.4.5
Updated to 1.21.3! There have been some new changes this time around
- Updated capacity colours to match bundles
- Resolved #33 by adding shulker size options in the compatibility section.
- Better capacity calculations should handle non-64 stack sizes better
- Capacities are capped at 1, so filled large shulkers from other mods won't have a super long bar
1.21 v2.4.4
Updated to 1.21!
Sorry for the delay on this one, I was on my honeymoon. There are on feature changes; simply a versioning update.
1.20.5 v2.4.3
Updated to 1.20.5!
Since the last release, I've opened up a Discord server so you can discuss my mods and get updates when new releases are made available.
This is primarily just a version update, however the following changes have been made:
- The
Custom Name
feature has been added, resolving #28. This allows you to name your container with a minecraft ID (e.g.minecraft:grass_block
) and have it display instead of the container contents (if you wish). Thanks to @Boden-C for their initial work on this one. - Removed support for recursive shulkers. This was a feature that wasn't requested but I had added in for better compatibility. Since 1.20.5 required a rewrite of all the code and I haven't seen anybody using this feature, it has been removed until requested back.
On the technical side of things, the update to 1.20.5 broke a lot of the underlying code due to their change to the components system.
- Near-total rewrite of item rendering
- Complete rewrite of display item selection (leading to the removal of recursive support)
- Change of internal naming conventions to use 'container' as a more generalised term
I hope you enjoy the changes!
1.20.3 - 1.20.4
Just a version update!
1.20.2 - Minecraft 1.20.2
Simple update for 1.20.2! No mod changes, beyond an update for gradle.
1.20.1 v2.4.0 Feature Update
This is a fairly sizeable update, enough to increment a version!
New Features
- The config is now a lot cleaner, with dropdown sections for position options
- There is now a bar indicating the capacity of shulker boxes. This is enabled by default, so the default item displays have also been moved.
- Added support for displaying icons on bundles
- Added a minimum stack size filter, calculated as
stack size * stack count
Changes
Thanks to @Wyne10 , we have now updated to 1.20!
Due to the significant changes made to the internal MC code, I will likely no longer be porting new changes to older MC versions anymore. However, a final 1.18.2 version has been provided for the request in #10 which will only be available here. Note that this does not include the capacity bar.
1.19.4 v2.3.1 - Internal updates
Only internal changes in this release, for compatibility with Minecraft 1.19.4.
Update notes:
- ItemRenderer function signatures has changed
1.19.3 v2.2 - Internal updates
Only internal changes in this release, for compatibility with Minecraft 1.19.3.
Update notes:
- the ItemRender now uses the float-based translate function instead of the old double function
v2.1 - Crashes and bug fixes
- Shulkers in creative menu crashed, since they contain no nbt data
- Empty recursive shulkers crashed, due to no nbt data
- Mixing recursive shulkers with stacked shulkers didn't properly multiply the internal itemStacks
- Last release name was invalid for modpacks and Windows #9