Releases: oddlama/vane
[1.21.3] vane v1.16.0
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
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
- German Translation fixed by @d-christ in #235
- Fix: Fixes runServer for fresh installs by @ryantheleach in #239
- Enhance path fast walking by @Serial-ATA in #242
- 1.20.6 update draft by @Sylfare in #246
- fix: Missing French translations by @Sylfare in #251
- feat:
max_damage
anditem_name
components support by @Sylfare in #249 - fix: various bugs by @Sylfare in #253
- Fix slime dupe by @PadowYT2 in #256
- feat: use Mojang-mapped jars instead of reobfuscated ones by @Sylfare in #257
- Fix: Player kick when removing an item from a item frame by @Sylfare in #258
- fix: Make GitHub Actions working again by @Sylfare in #259
- Update docs by @Sylfare in #260
- EditorConfig file and grammar fixes by @Sylfare in #261
- chore: link to new minecraft.wiki rather than fandom wiki (fewer ads) by @0xTiger in #264
- feat: 1.21 support by @Sylfare in #265
New Contributors
- @d-christ made their first contribution in #235
- @Sylfare made their first contribution in #246
- @PadowYT2 made their first contribution in #256
- @0xTiger made their first contribution in #264
Full Changelog: v1.14.0...v1.15.0
[1.20.4] vane v1.14.0
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
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
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
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
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
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
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
Hotfix release, please update as soon as possible!
Changelog
- fix: recent version introduced bug where portals were not loaded correctly at startup.