v1.15.2-1.1.0
·
403 commits
to MC-1.15.2
since this release
Added
- AccessTransformers (for
language
field inServerPlayerEntity
class). gson
dependency added and included in mod bundle.- Localization configuration.
- Localization API implemented.
hoverEventFrom
inHoverEventExtensions
implemented.textComponentFrom
inTextComponentExtensions
implemented.- Localization configuration loading \ saving.
- Localization processing (in-resources) files.
- All vanilla commands have got safe localization.
throwOnlyPlayerCan
andthrowPermissionLevel
added inModErrorsHelper.kt
.BackLocation
provider and command implemented.- Compatibility with back command added to
teleport
command. (Experimental) IConfiguration
interface for configurations.
Changed
- Updated dependencies, updated module version.
- Forge target version updated. (to
28.2.X
) JsonConfiguration
compatibility to0.20.0
version. !!! BREAKING CHANGE !!!ONLY_PLAYER_CAN
andPERMISSION_LEVEL
inModErrorsHelper.kt
now is deprecated.- Small logging output changes.
Fixed
- Incorrect behavior for teleport alias
/tp
. - Crash when using
deop
when permissions module not exist command. - Incorrect vanilla op level checking.
Removed
- Redundant
@UseExperimental
annotation fromloadLocalization
inlocalization.kt
.