Releases: Oxyopiia/ViceMod
Development Release
dev release for cc3faf4
bugs are to be expected, and may literally break your MC or sth, good luck ig
1.0
Features
- General: Backpack Renaming, Trash Protection, Better Fishing Ding, Player Stats UI, Chat Hiders for Worldguard/Set Requirements
- Item Abilities: Item Cooldown Overlay (with 5 styles), Custom Cooldown Title, Wrong Set Indicator, Set Colors in Inventory, Ability Volume Sliders
- World-Specific: Cooking Helpers (W4), Polar Bear Mask Warning (W6), Forge Timers (W7), Train Timer (W11), Evan Helper and Delivery Timer (W12), Soulswift Sands Cave-in Prediction (W13)
- Arenas: Live Arena Information, Mob Effects Notifications
- Expeditions: Merchant Overlay with Auto Communications, Double tap to drop Valuables, Room Waypoints, Defibrillator Uses Overlay, Hide Style Points
- Bosses: Boss Timers, Low Time Warning, Boss Counter, Abyssal Vice Laser Warning, Wasteyard Cooldown Reminder, Elderpork Start Timer
- Exonitas: Power Box Timer, Baby Mode, Hide Bloat Messages
Credits
Contributors: Oxyopiia and Derpy666
Inspiration and Open Source Software: The Fabric Project, Essential, SkyHanni, and more credited on the GitHub.
1.0-rc1
Full Changelog: 1.0-beta18...1.0-rc1
Changes
+ Added Ice Cream and Bar minigame timers - Derpy666
+ Added Elderpork start timer - Oxyopiia
+ Made the Hud Editor title hide while SHIFT is held - Oxyopiia
+ Added the ability to live-reload your Storage file - Oxyopiia
Bug Fixes
= Fixed Wave Tamer not showing any stats in Player Stats UI - Derpy666
Technical Changes
= Moved sound and chat Utils functions to new SoundUtils and ChatUtils objects respectively
= PersistentSave overwriting can now be disabled in the DevConfig.
1.0 Beta 18
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 Elderpork Boss Timers - Derpy666
+ Added Summer Fishing Tracker - Oxyopiia
+ Added Violet Overlay - Oxyopiia
+ Added Hex Code usages - Oxyopiia
+ Added Bubble Gun and the Experiment Abilities - Derpy666
+ Protected Encrypted Data, its drops, Summer Items, and the Mixer - Oxyopiia
+ Made Item Cooldown Overlays (not Vanilla) draw behind items instead of in front - Oxyopiia
Bug Fixes
= Fixed the Virtuasword cooldown - Oxyopiia
= Fixed timers not rendering properly - Oxyopiia
= Fixed Wasteyard completion detection - Oxyopiia
= Fixed Minehut phase 1 timers - Derpy666
Technical Changes
= Added Hex Code support for Items using String.toText(...)
= Added sendViceMessage(Text)
= Added Debuggers for Titles, Subtitles and Inventories under 'InGameHud Mixin' in DevConfig debugs
= Changed ChatColor to a Colors object, with more colors.
1.0 Beta 17
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 Delivery Timers - Derpy666
+ Added Set Colors in Inventory - Oxyopiia
= Colours an item with its respective set colour in inventories (including shopkeepers and the players).
+ Added No Yeti Head Warning - Oxyopiia
+ Added Wave Pulser to the Sounds tab - Oxyopiia
+ Added a toggle for showing successive ingredients in the Cooking UI - Oxyopiia
+ Made Stock information always appear in the Cooking UI - Oxyopiia
= This also removes the 'simplified' toggle, since nobody was ever turning that off
+ Moved world-specific config settings to its own tab - Oxyopiia
Bug Fixes
= Changed Revolver cooldown to 10 seconds - Oxyopiia
= Fixed Doge Hammer not appearing in Wrong Set Indiciator - Oxyopiia
Technical Changes
= Added an option to remove the clock in formatTimer()
= Moved ItemStack.isPlayerHeadWithArmour() to ItemUtils
= Removed unneccessary subclasses of ChestRenderEvent
1.21 Build only
= Added getAttributeModifierInAnySlot() to ItemUtils
1.0 Beta 16
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
1.0 Beta 15
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 Cave-In Prediction - Oxyopiia
+ Added many World 13 items to Trash Protection - Oxyopiia
+ Added Mining Stats to Player Stats UI - Derpy666/Oxyopiia
+ Moved Item Cooldown Overlay options into the Abilities tab - Oxyopiia
Bug Fixes
+ Fixed Virtuasword ability not properly being detected - Oxyopiia
+ Fixed Barbed Shotgun and Wasted Boomstick ability not being detected - Oxyopiia
+ Fixed boss timers literally just not working - Oxyopiia
+ Fixed being able to protect Air - Oxyopiia
+ Fixed Boss Timers not working when below 10 hearts - Oxyopiia
Technical Changes
= Added ChestRenderSlotEvent
= Refactored the boss class constructor immensely
= Migrated commands to use Kotlin
= Bumped essential loader version
1.0 Beta 14
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 Room Waypoints - Oxyopiia
+ Added Burger Timer - Oxyopiia
+ Added custom Wasteyard reminder sound - Oxyopiia (idea: Derpy)
- Removed Daily Rewards Notification - Oxyopiia
Bug Fixes
+ Fixed Merchant Purchase communications sometimes displaying as Air - Oxyopiia
+ Fixed Expedition messages being detected from player chat messages - Oxyopiia
+ Fixed double-click functionality on Run Overview in HUD Editor - Oxyopiia
Technical Changes
= Added Room internal expedition class
= Refactored WorldRenderEvent.AfterEntities to .Last
= Disabled WorldRenderEvent.drawString() text shadow by default
= Moved World detection of Boss class to its constructor
Minecraft Version: 1.20.4
1.0 Beta 13 Hotfix
This is a BETA release of Vice! Please expect bugs and report them in the Discord server, cheers.
A detailed changelog, can be viewed here.
Changes
+ Changed Wasteyard Cooldown to 1m30s - Oxyopiia
Bug Fixes
+ Fixed Run Overview literally not displaying, like ever - Oxyopiia
+ Fix shared shopkeeper purchases not displaying properly - Oxyopiia
Minecraft Version: 1.20.4
1.0 Beta 13
This is a BETA release of Vice! Please expect bugs and report them in the Discord server, cheers.
A full changelog, including full technical details, can be viewed here.
Changes
+ Added Expedition Run Overview - Oxyopiia
+ Added Wasteyard Timer - Derpy666
+ Changed Zip Bomb cooldown to match new time - Oxyopiia
Bug Fixes
+ Fixed Expedition Drop Protection activating outside an Expedition - Oxyopiia
+ Fixed a crash involving dropping items. - Oxyopiia
Technical Changes
= Added ExpeditionAPI.isInExpedition()
= Merged 1.20.4 branch into master.
Minecraft Version: 1.20.4
Use /vice to configure mod settings!