Skip to content

Releases: oddlama/vane

[1.21.3] vane v1.16.0

20 Nov 14:58
v1.16.0
6b58c39
Compare
Choose a tag to compare

This updates vane to Minecraft 1.21.3. This release contains several long-awaited fixes (see below).
I recommend waiting with the update until PaperMC releases a non-experimental version of 1.21.3.

What's Changed

  • chore: use PaperMC's newest endpoint by @0xSoul24 in #273
  • fix: wrong version in trifles/lang-fr-fr.yml by @TBG-FR in #270
  • fix: join message was not shown properly due to recent changes in minecraft's resource pack status packet (more state to keep track of)
  • fix: revent enchanted state of tomes when disenchanting (fixes #275)
  • fix: don't allow non-full blocks as portal style blocks, and add an additional blacklist (fixes #209, #210)
  • fix: actually remove item meta when converting from custom -> vanilla max durability (fixes #276)
  • fix: properly prevent putting storage items into backpacks and pouches, and always allow taking stuff out (fixes #240)
  • fix: prevent http request in tab-completion (fixes #271)

New Contributors ❤️

Full Changelog: v1.15.0...v1.16.0

[1.21.1] vane v1.15.0

05 Sep 18:57
v1.15.0
9700488
Compare
Choose a tag to compare

Caution

Make sure to backup your world before updating! There were massive under-the-hood changes, so please make a backup first!! Better be safe than sorry.

This updates vane to Minecraft 1.21.1. Massive kudos to @Sylfare for putting in most of the work that went into this update!

What's Changed

New Contributors

Full Changelog: v1.14.0...v1.15.0

[1.20.4] vane v1.14.0

12 Dec 23:36
v1.14.0
db89b1e
Compare
Choose a tag to compare

This updates vane to Minecraft 1.20.4. Please only update once a stable PaperMC release is out.

What's Changed

  • Use correct permissions for Maintenance Command for velocity by @Rindula in #220
  • ci: Don't try to build the removed plexmap module by @thatfulvioguy in #223
  • fix: Stop portals in The End generating end gateway strucutres when used by @thatfulvioguy in #222

New Contributors

Full Changelog: v1.13.1...v1.14.0

[1.20.2] vane v1.13.1

29 Oct 16:00
v1.13.1
e825696
Compare
Choose a tag to compare

Unfortunately we had to remove the plexmap integration for now because their API has changed and the official instructions don't reflect what is required to update it. This might be added back in the future, so if you require it please use an old build.

Features

  • enchantments: let ancient tomes spawn in terralith loot (you need to update your configuration files for this)
  • Turkish Translation by @WinTone01 in #207

Fixes

  • regions: prevent NPE for regions in a weird state (fixes #218)
  • portals: make sure the portal icon cannot be picked up by hoppers
  • add additional safeguard for unknown loot tables in events (that are technically not allowed by the API)

Full Changelog: v1.13.0...v1.13.1

[1.20.2] vane v1.13.0

29 Sep 19:00
v1.13.0
3797f18
Compare
Choose a tag to compare

This updates vane to minecraft 1.20.2! I would still advise you to wait for a stable PaperMC release before updating.

Changelog

  • update to minecraft 1.20.2

Fixes

  • NMS registries are now unfrozen each time something is added (fixes #208)
  • Move EntityMoveProcessor to portals module, only check entities in worlds with activated portals by @thatfulvioguy in #217

New Contributors

Thanks to @thatfulvioguy for their contribution! ❤️

Full Changelog: v1.12.3...v1.13.0

[1.20.1] vane v1.12.3

01 Aug 09:32
v1.12.3
3a0aae9
Compare
Choose a tag to compare

Changelog

  • Fixed item duplication bug, please update as soon as possible.

Full Changelog: v1.12.2...v1.12.3

[1.20.1] vane v1.12.2

23 Jul 15:16
v1.12.2
3c9a14c
Compare
Choose a tag to compare

Changelog

  • Allow server admins to link new consoles to portals
  • New traditional chinese translation, and adjustments to simplified chinese (by @kakadou thanks a lot ❤️ )

Fixes

  • Invert DamageCause check by @FordFriedel
  • Force update end gateway block to (maybe) disable beams

Full Changelog: v1.12.1...v1.12.2

[1.20, 1.20.1] vane v1.12.1

12 Jun 18:04
v1.12.1
ace0e15
Compare
Choose a tag to compare

This updates vane to minecraft 1.20!

ATTENTION: You need at least PaperMC build 12 or higher due to a recent bug otherwise smithing item upgrades will lose NBT data!

Changelog

  • Multiplexed players will now used _ instead of - in their name to stay compatible with mojang naming rules.
  • Spanish translation (by @0xSoul24 thanks a lot❤️ )

Fixes

  • Fixed issue where the trowel was placing backpacks or shulkerboxes.
  • Make levers on portals to update surrounding blocks
  • Lightning enchant doesn't trigger falsely for non-entity attacks (by @FordFriedel)

Full Changelog: v1.11.0...v1.12.0

[1.19.4] vane v1.11.0

19 Mar 16:44
v1.11.0
69543df
Compare
Choose a tag to compare

This updates vane to 1.19.4! Thanks to @smile-minecraft for the traditional chinese translation!

Changelog

  • New options to enforce global role and environment setting overrides
  • New region config prohibit_viewing_containers
  • Traditional Chinese Translation by @smile-minecraft in #189
  • Add document explaining in-depth how to update and release vane

Fixes

  • Removed some caveats in the new proxy TOML configuration

Full Changelog: v1.10.3...v1.11.0

[1.19.3] vane v1.10.3

28 Dec 17:41
v1.10.3
40adead
Compare
Choose a tag to compare

Hotfix release, please update as soon as possible!

Changelog

  • fix: recent version introduced bug where portals were not loaded correctly at startup.