Skip to content

Releases: LOOHP/InteractionVisualizer

Bug Fix (1.11.3)

23 May 11:16

Choose a tag to compare

  • Fixed some null errors

Hot Fix (1.11.2)

17 May 08:49

Choose a tag to compare

  • Fixed Anvils, Grindstone, Stonecutters and Looms

Hot Fix (1.11.1)

16 May 15:53

Choose a tag to compare

  • Fixed item display getting stuck in crafting tables

API and Fixes (1.11.0)

13 May 11:44

Choose a tag to compare

Bug Fix (1.10.19)

11 May 03:56

Choose a tag to compare

  • Fixed Clicks that doesn't do anything causing item grab animation to play
  • Changed the updater to not show a notice if the plugin is up to date

Improvement (1.10.18)

09 May 04:16

Choose a tag to compare

  • Added an option in the config to load tile entity block states in sync, turn the option TileEntityUpdate.LoadTileEntitiesAsync to false only if you are running into problems
  • Clean up some other parts of the code

Enchantment Table Animation Changes (1.10.16)

03 May 11:09

Choose a tag to compare

  • Supports custom enchantments from other plugins that properly extends Enchantment
  • Enchantment display is now ordered by enchantment level descending
  • Enchantments with a max level of 1 and has an enchantment level of 1 will no longer show the enchantment level, just like how the latest version of Minecraft works
  • Cursed enchantments will now display in red

Hot Fix (1.10.15)

03 May 03:11

Choose a tag to compare

  • Fixed distance measuring bug

Debug Spam (1.10.14)

02 May 14:04

Choose a tag to compare

  • Forgot to remove debug messages

Enchantment Table Animation Changes (1.10.13)

02 May 13:45

Choose a tag to compare

  • Enchantment Table Animation now shows all enchantments instead of the highest level one
  • Added Translations.LEVEL in enchantment.yml
    Please refer to the en_US default enchantment.yml and apply the changes in your enchantment.yml
  • Added experience level display in enchantment table display
  • Furthur changed how packet sending works
  • Fixed potential thread-safety issue
  • Changed how the updater functions