added changelog generator and updated configs

This commit is contained in:
2024-09-26 00:09:01 +02:00
parent 330f2c778c
commit f24c55858c
99 changed files with 9198 additions and 217 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
}