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

View File

@@ -0,0 +1,11 @@
{
// The amount of level it costs to repair an item on an anvil. A value of 0 keeps vanilla behaviour.
// min: 0, max: 100
"repairCostLevelAmount": 3,
// The amount of material it costs to repair an item on an anvil. A value of 0 keeps vanilla behaviour.
// min: 0, max: 64
"repairCostMaterialAmount": 1,
// How much the item is repaired per action. By default 33.33%, so 3 of 'repairCostMaterialAmount' fully repairs any item.
// min: 0.0, max: 1.0
"percentRepairedPerAction": 0.3333
}