Skip to content

Releases: BVengo/simple-shulker-preview

1.21.3 v2.4.5

12 Nov 14:32
Compare
Choose a tag to compare

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

11 Jul 10:16
Compare
Choose a tag to compare

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

24 Apr 04:03
Compare
Choose a tag to compare

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

10 Dec 02:33
Compare
Choose a tag to compare

Just a version update!

1.20.2 - Minecraft 1.20.2

06 Nov 12:35
Compare
Choose a tag to compare

Simple update for 1.20.2! No mod changes, beyond an update for gradle.

1.20.1 v2.4.0 Feature Update

22 Jun 10:25
Compare
Choose a tag to compare

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

11 Apr 13:56
Compare
Choose a tag to compare

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

07 Jan 02:03
Compare
Choose a tag to compare

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

08 Sep 14:22
Compare
Choose a tag to compare
  • 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

v2.0 - Mod Compatibility Update

28 Aug 02:07
5e81a8d
Compare
Choose a tag to compare

This new release adds a few configs to work with functionality from other mods:

  • Stacked shulker support #5
  • Custom head support #6
  • Identify enchanted items #7
  • Recursive shulker support #8