v1.34.0 Changelog
Updated the add-on to 1.21.70!
Additions
UIs
- Added the following new pieces of information to the "Debug Info" section of the debug settings menu:
- "Entity Count"
- "Player Count"
- "Weather"
- "Difficulty"
- "Is Hardcore"
- "Is Editor World"
- "Add-On Version"
- "Entity Scale Version"
- "BlueMods Anticheat Version"
- "Server Timezone"
Changes
UIs
- Updated the "Debug Info" section of the debug settings menu to be the fullscreen form size instead of the medium form size.
- Updated the "Raw Config" section of the debug settings menu to be the fullscreen form size instead of the medium form size.
- Updated the "Anti-Spam Settings" menu to be the medium form size instead of vanilla.
- Updated the "Home System Settings" menu to be the medium form size instead of vanilla.
Fixes
Notifications
- Fixed a bug where the player dimension change notifications has the to and from dimensions and locations reversed.
Settings
- Fixed a bug where the
useLegacyPlayerInventoryDataSaveSystem
setting would say it needed a restart to change when the general settings were saved, even if the setting was not changed. - Fixed a bug where the
playerInventoryDataSaveSystemEnabled
anduseLegacyPlayerInventoryDataSaveSystem
setttings didn't say that they needed a restart when the general settings were saved, even if the setting was changed. - Fixed a bug where the
Name Tags Rank Evaluator Mode
setting in the general name tags settings menu was display the current value ofconfig.chatRanks.rankEvaluatorMode_chat
instead ofconfig.chatRanks.rankEvaluatorMode_nameTags
.
Technical Removals
Events
- Removed everything related to the
ItemUseOn
events. Note: theitemUseOnCode
dynamic property of an item stack will still be evaluated, but from thePlayerInteractWithBlock
events instead. - Removed the
evalBeforeEvents:worldInitialize
property.
Technical Fixes
- Fixed a bug where
config.toJSON()
threw a stack overflow error.