Skip to content

EnchantedShulkers v1.2.4 for MC 1.20.x and 1.19.4

Latest
Compare
Choose a tag to compare
@RubixDev RubixDev released this 04 Mar 02:09
· 12 commits to main since this release
ac8437b

Additions

  • new Augment enchantment to increase the size of Shulker Boxes (#37)
    • each level adds 9 more slots
    • maximum level can be configured with the new maxAugmentLevel option and is 3 by default
    • levels higher than 3 use an sgui based server-side gui. A custom screen for modded clients will be added in the future
    • added compatibility for Shulker Box Tooltip and Peek

Fixes

  • showing the enchantments on vanilla clients didn't always work properly (#39)
  • crash with latest Fabric API versions (#41)
  • partial incompatibility with Better Archaeology and other mods that add or modify villager trades
  • prevent shulker boxes from stacking in grindstones
  • incompatibility with Spectrum (#40)
  • Fabric clients without EnchantedShulkers were unable to join modded servers (#45)

Other Changes

  • Polymer and Server Translations are now embedded and used in place of half-broken custom code
  • the type of the nestedContainers option has changed from boolean to int and now defaults to 255
  • the world specific config is now sent to modded clients
  • most of the Mod has been rewritten in Kotlin, which means Fabric Language Kotlin is now a required dependency