Updated mod defaults, and changed configs

This commit is contained in:
2025-08-24 00:07:02 -05:00
parent e79e0edf39
commit 650bee4032
104 changed files with 5226 additions and 4 deletions

18
config/justhammers.json Normal file
View File

@@ -0,0 +1,18 @@
{
"disabledDurabilityTooltip": {
"value": false,
"_comment": "Set to true to disable the durability tooltip on hammers"
},
"durabilityRepairPercentage": {
"value": 33.33,
"_comment": "The percentage of durability restored per repair item"
},
"durabilityRepairPercentageNetherite": {
"value": 100.0,
"_comment": "The percentage of durability restored per repair item for netherite hammers"
},
"allowHammerBreaking": {
"value": false,
"_comment": "Set to true to allow hammers to break when running out of durability"
}
}