Updated for Minecraft 1.21.6 and 1.21.7
[Feature] Add Permissions API to server commands to allow fine tuning of permissions for commands when a permissions mod such as LuckPerms is used.
loosened dependency requirements to allow newer versions of fabric-api
Added client side configuration for setting the scale of lid items in different display contexts.
Added support for setting and displaying per-shulker scaling of lid items.
Added server side configuration to enable/disable Shulker dyeing via crouch-use.
Added server side configuration to enable/disable setting per-shulker scaling of lid items.
Added client side configuration to enable/disable displaying of per-shulker scales for lid items.
Added commands to manage all above configuration options, and to manage per-shulker scaling of lid items.
bump minor version.
inclusion of commands added dependency on fabric-api.
Added shulker dyeing functionality provided by tnoctua
slightly decrease the scale of non-map lid items so they don't clip into the edge of the shulker box.
Reworked lid item rendering for shulker box entities.
No longer uses item frame entities behind the scenes.
Lid items now cleanly rotate with box lids when they open and close rather than the jittery steps allowed with item frames.
Unless bugs are found this will probably become the first release version.
Refactored Map rendering. Fixed a bug introduced with map rendering which made most other items display in the wrong scale on shulker box items.
Added backward compatability to Shulker+ Cleaned up behavior in Anvil Menu: Player can now consistently change name and lid item independently. Cleaned up some data handling under the hood: -When lid item is removed, the related tags are completely removed. -When a container item is used as a lid item, the item's content's are not copied into the lid item. Fixed rendering of maps on shulker lids.
lid items on shulker box items in inventory, on ground, and in hand now render. lid items on shulker box entities now rotate with the lid when the box opens and closes.