mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Set lore edit defaults if absent
Also fix lore edit being enabled by default
This commit is contained in:
parent
3f15143c2b
commit
bd917b84b4
2 changed files with 26 additions and 9 deletions
|
|
@ -33,7 +33,7 @@ object LoreEditConfigUtil {
|
|||
// --------------
|
||||
|
||||
// Per edit type configs defaults
|
||||
const val DEFAULT_IS_ENABLED = true
|
||||
const val DEFAULT_IS_ENABLED = false
|
||||
const val DEFAULT_FIXED_COST = 1
|
||||
const val DEFAULT_PER_LINE_COST = 0
|
||||
const val DEFAULT_USE_COST_PENALTY = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue