Skip to content

1.0 Beta 16

Compare
Choose a tag to compare
@Oxyopiia Oxyopiia released this 14 Jul 16:58
· 61 commits to master since this release
feac530

This is a BETA release of Vice! Please expect bugs and report them in the Discord server, cheers.
A full changelog of commits can be viewed here.

Changes

+ Added support for 1.21 - Oxyopiia
+ Added Contraband rarity to Merchant Overlay - Oxyopiia
+ Added ability overlay for Bewitched Blowpipe, Wave Pulser, and The Phantasm - Oxyopiia
+ Added Trash Protection for Bluesteel, Wave Pulser, and The Phantasm - Oxyopiia
+ Added a minimum armor value for protecting player heads - Oxyopiia
+ Cleaned up Config descriptions - Oxyopiia
- Removed the Essential mod as a dependency on versions 1.21 and higher - Oxyopiia

Bug Fixes

= Fixed Drill of The Jungle not being protected - Oxyopiia
Technical Changes
= Added Fabric Language Kotlin dependency
= Changed usages of primitives to a unified Duration class when working with times
= Bumped DevAuth to 1.2.1

1.21 Build only

= Upgraded to Java 21
= Bumped Kotlin plugin to 2.0.0
= Bumped ModMenu API to 11.0.1
= Refactored uses of nbt reading to components system
= Removed usages of EssentialAPI calls (i.e. removed notifications)
= Removed subclasses of WorldRenderEvent for a unified event
= Updated usages of Identifier to match new usages
= Rewritten worldspace text rendering logic