90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Filter loader...
Filter versions...

v1.17.2

by oddlama on Dec 22, 2024
Download

fix: portal style menu was not opening correctly bugfix release: An issue was fixed that caused some custom model items to not render properly

Full Changelog: https://github.com/oddlama/vane/compare/v1.17.0...v1.17.2

v1.16.0

by oddlama on Nov 20, 2024
Download

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 https://github.com/oddlama/vane/pull/273
  • fix: wrong version in trifles/lang-fr-fr.yml by @TBG-FR in https://github.com/oddlama/vane/pull/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: https://github.com/oddlama/vane/compare/v1.15.0...v1.16.0

v1.15.0

by oddlama on Sep 5, 2024
Download

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: https://github.com/oddlama/vane/compare/v1.14.0...v1.15.0

v1.14.0

by oddlama on Dec 12, 2023
Download

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

What's Changed

New Contributors

Full Changelog: https://github.com/oddlama/vane/compare/v1.13.1...v1.14.0

v1.13.1

by oddlama on Oct 29, 2023
Download

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

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: https://github.com/oddlama/vane/compare/v1.13.0...v1.13.1

v1.13.0

by oddlama on Sep 29, 2023
Download

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 https://github.com/oddlama/vane/pull/217

New Contributors

Thanks to @thatfulvioguy for their contribution! ❤️

Full Changelog: https://github.com/oddlama/vane/compare/v1.12.3...v1.13.0

v1.12.3

by oddlama on Jul 23, 2023
Download

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: https://github.com/oddlama/vane/compare/v1.12.1...v1.12.2

v1.12.1

by oddlama on Jun 12, 2023
Download

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: https://github.com/oddlama/vane/compare/v1.11.0...v1.12.0

v1.11.0

by oddlama on Mar 19, 2023
Download

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 https://github.com/oddlama/vane/pull/189
  • Add document explaining in-depth how to update and release vane

Fixes

  • Removed some caveats in the new proxy TOML configuration

Full Changelog: https://github.com/oddlama/vane/compare/v1.10.3...v1.11.0

v1.10.3

by oddlama on Dec 28, 2022
Download

This updates vane to 1.19.3! Huge thanks to @Serial-ATA again for implementing velocity and Pl3xmap support! The new jar file vane-plexmap-[...].jar is the addon file for plexmap and NOT a server plugin.

I wish you all a merry Christmas and happy holidays!

Changelog

Fixes

  • Ignore command blocks on permission events. fixes #178
  • Add technically superfluous null-check to guard against misuse by 3rd-party plugins; fixes #176

Full Changelog: https://github.com/oddlama/vane/compare/v1.10.1...v1.10.2

v1.10.1

by oddlama on Sep 16, 2022
Download

This is a feature release! If you want the new scroll recipes to be effective, please delete the corresponding recipe entries from your vane-trifles/config.yml (or delete the whole file if you didn't change anything or want to regenerate it). Be sure to visit the online overview for an explanation of all the new features!

And huge thanks to @Serial-ATA for cleaning and implementing a lot of stuff in the background!

Features

  • implement Pouch and Backpack
  • implement slime in a bucket (closes #122)
  • change scroll recipes to use new items (closes #149)
  • finish implementing item finder and /finditem (closes #128)
  • implement True North Compass (closes #115)
  • implement trowel (closes #120)
  • implement new scrolls (lodestone, death, spawn) and prohibit mending on all scrolls by default

Other changes

  • fix: recognize players in ping command
  • fix: prevent sickle from placing offhand torches
  • fix: update vane-portals, vane-regions, vane-bedtime for new BlueMapAPI
  • chore: add CONTRIBUTING.md (closes #159)
  • chore: remove /spawn and move /setspawn to trifles

Merged Pull Requests

Full Changelog: https://github.com/oddlama/vane/compare/v1.9.6...v1.10.0


Project members

oddlama

Owner

Details

Licensed MIT
Published 2 years ago
Updated 19 days ago