Skip to content

[1.18.1+] vane v1.7.0

Compare
Choose a tag to compare
@oddlama oddlama released this 06 Feb 04:08
· 417 commits to main since this release
v1.7.0
c6ec4b1

Changelog

This is a feature and bugfix release.
Massive thanks to @ryantheleach who made a lot of this possible!

Features

  • feat: show portal visiblity in the target selection menu
  • feat: allow locking private portal targets to prevent them from being reset (closes #99)
  • feat: Add dev server for resource packs with live-reloading of lang files. Not Implemented: Texture reloading etc.
  • feat: Soulbound items can now be dropped without a chest by double dropping from inventory within a cooldown period.
  • feat: Add user feedback when scrolls fail.
  • feat: implement custom durabilities for HomeScroll & UnstableScroll
  • feat: vane-enchant: Add support for grindstones & Smithing Tables.
  • feat: make lore-updating backwards compatible as much as possible. Lore might only be duplicated now when not using client-side translations.
  • feat: add hint where to reset a declined resourcepack in the kick message. closes #116
  • feat: de-clutter chat messages by moving bedtime messages to the action bar (fixes #127)
  • feat: warn users when configuring a resource pack in server.properties (closes #101)
  • feat: add metrics support for all config values that don't contain any identifiable information (e.g. all boolean values are now tracked via bstats, but not strings)
  • feat: implement lightweight entity move event with automatic processing backoff
  • feat: horses (and all other living entities) are now also affected by fast-walking blocks
  • feat: implement custom movement event processor to allow advanced portalling behavior.
  • feat: #37, #91 allow any entity to traverse portals, including mounted entities (horses, minecarts). Also improves the traversal smoothness for players and entities if moving to another location in the same world.
  • feat: allow disabling recipes or loot-tables for custom items and enchantments

Fixes

  • fix: building vane on windows, adds cross-platform sha1 hasing
  • fix: #95 If config portal_area is set to air, interpret that as air, or cave_air or void_air instead. Intended to be a temporary fix, until larger changes to the config are made.
  • fix: flying through portals no longer resets velocity (fixes #92)
  • fix: #38 Double door behavior is wrong in certain edge-cases. and Various Double Door related issues. Most valid double door combinations will now work, including the trick/hack where the doors are technically open to stop mobs entering. Also fixes iron doors opening with wooden doors.
  • fix: deactivated enchantments are no longer obtainable via trading (fixes #84)
  • fix: Lore is no longer removed upon enchant, Uses a sentinel value to flag lore lines added by vane-enchant. Should improve compatibility with other plugins.
  • fix: inconsistent language version in vane-bedtime fixed (fixes #114)