add missing entries for xbows/tridents/maces

This commit is contained in:
nossr50 2024-06-19 12:14:53 -07:00
parent b9b1127087
commit eeecf18caf
2 changed files with 21 additions and 0 deletions

View File

@ -8,8 +8,11 @@ Version 2.2.013
(API) Added new methods to com.gmail.nossr50.util.blockmeta.UserBlockTracker for easier readability (API) Added new methods to com.gmail.nossr50.util.blockmeta.UserBlockTracker for easier readability
(API) Deprecated many poorly named methods in UserBlockTracker (see notes) (API) Deprecated many poorly named methods in UserBlockTracker (see notes)
(Codebase) Cleaned up and organized unit tests relating to UserBlockTracker (Codebase) Cleaned up and organized unit tests relating to UserBlockTracker
Added missing entries for Tridents/Xbows/Maces to config.yml (see notes)
NOTES: NOTES:
Some settings such as Hardcore.Death_Stat_Loss.Enabled were missing entries for the new skills, I have added them to the default config.
They should be added to your config upon start up. mcMMO will use default values when a config entry is not found in most cases.
Not planning to delete the deprecated methods in UserBlockTracker anytime soon, as nothing has really changed other than the names Not planning to delete the deprecated methods in UserBlockTracker anytime soon, as nothing has really changed other than the names
Version 2.2.012 Version 2.2.012

View File

@ -226,6 +226,9 @@ Hardcore:
Taming: false Taming: false
Unarmed: false Unarmed: false
Woodcutting: false Woodcutting: false
Tridents: false
Crossbows: false
Maces: false
Vampirism: Vampirism:
Leech_Percentage: 5.0 Leech_Percentage: 5.0
Level_Threshold: 0 Level_Threshold: 0
@ -243,6 +246,9 @@ Hardcore:
Taming: false Taming: false
Unarmed: false Unarmed: false
Woodcutting: false Woodcutting: false
Tridents: false
Crossbows: false
Maces: false
# #
# Settings for SMP Mods # Settings for SMP Mods
@ -409,6 +415,18 @@ Skills:
Enabled_For_PVP: true Enabled_For_PVP: true
Enabled_For_PVE: true Enabled_For_PVE: true
Level_Cap: 0 Level_Cap: 0
Tridents:
Enabled_For_PVP: true
Enabled_For_PVE: true
Level_Cap: 0
Crossbows:
Enabled_For_PVP: true
Enabled_For_PVE: true
Level_Cap: 0
Maces:
Enabled_For_PVP: true
Enabled_For_PVE: true
Level_Cap: 0
Taming: Taming:
Enabled_For_PVP: true Enabled_For_PVP: true
Enabled_For_PVE: true Enabled_For_PVE: true