Fix crashes due to improper implementation of LootContext wrapping for Deprecated API
Add support for EFM API fixing rendering issues with Resourcepacks like Fresh animations and alike
Add support for EFM API fixing rendering issues with Resourcepacks like Fresh animations and alike
Add support for EFM API fixing rendering issues with Resourcepacks like Fresh animations and alike
This update contains a new screen variant and many previous fixes for 1.20.1.
Features:
- [NEW] Experimental bulk screen with customization for widget positions, sizes, and even a built-in dark mode
- Designed to work with other entities like horses, dogs, and more
- [NEW] Built-in support for cosmetic armor for players, horses, and even your dog!
- Refactor the config screen and adjust the format to be cleaner
- Move death drop code to specific method calls and events to be more compatible with grave or corpse mods
Fixes:
- Fix possible crash for Sodium 6.0 by adding direct support for such
- Fix issues with checking unused slots was imperfect leading to some slots being ignored
- Fix issues with drop rule override not being properly handled
- Fix issues related to quick equipment being allowed for all accessories even if such is disabled
- Fix issues related to slot attribute methods not returning holder
- Fix issues with not setting the
SlotReference
within the attribute to get a callback
API:
- Add the ability to register a given accessory item as armor rendering
- Use Neo Attribute API for formatting attributes
- Pass Loot context for
LootingAdjustments
API and deprecate old API - Add initial Data Generation API
Fix issues with increased slot count accessories lead to items getting voided on relog or death
Fix issues with increased slot count accessories lead to items getting voided on relog or death
Fix issues with attributes not being stackable due to not passing slot ref info in the attribute builder
Fixes issue where quick equip worked no matter the value passed from canEquipFromUse
leading to issues with mods disabling such or not prepared for such action
Contains a fix for adjusting how slot groups are loaded allowing for the ability to add onto existing groups combined with adding Simplified Chinese (By JellyBubb1e) and Russian (By mpustovoi) translations.
Contains a fix for adjusting how slot groups are loaded allowing for the ability to add onto existing groups combined with adding Simplified Chinese (By JellyBubb1e) and Russian (By mpustovoi) translations.
Fixes:
- Fix crashes occurring with invalid resource location while using the attribute name
- Fix improper config syncing when loading into a world
- Fix the issue where items were dropping on death no matter the drop rule
- Adjust get Used slots code to reflect actually used slots
This update contains a backport to fix attribute issues being deduplicated and more