mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-19 05:01:40 +01:00
Decreased word wrap threshold
This commit is contained in:
parent
96242461f4
commit
b28a0560d4
@ -77,7 +77,7 @@ display:
|
|||||||
descriptions:
|
descriptions:
|
||||||
enabled: true # If enchantment descriptions should be shown in lore
|
enabled: true # If enchantment descriptions should be shown in lore
|
||||||
threshold: 5 # Above this amount, enchantment descriptions will not be shown
|
threshold: 5 # Above this amount, enchantment descriptions will not be shown
|
||||||
word-wrap: 36 # Number of characters to have on each line
|
word-wrap: 27 # Number of characters to have on each line
|
||||||
format: "&8"
|
format: "&8"
|
||||||
|
|
||||||
require-enchantable: true # If EcoEnchants should not display on non-enchantable items.
|
require-enchantable: true # If EcoEnchants should not display on non-enchantable items.
|
||||||
|
Loading…
Reference in New Issue
Block a user