mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-15 23:31:20 +01:00
Changed unsafe behaviour
This commit is contained in:
parent
cf761d0690
commit
fbc3a0418b
@ -12,7 +12,7 @@ commands:
|
|||||||
anvil:
|
anvil:
|
||||||
rework-cost: false # Use vanilla rework penalty
|
rework-cost: false # Use vanilla rework penalty
|
||||||
allow-unsafe-levels: false # Allow unsafe enchantments like Sharpness 6 by combining 2 Sharp 5.
|
allow-unsafe-levels: false # Allow unsafe enchantments like Sharpness 6 by combining 2 Sharp 5.
|
||||||
allow-combining-unsafe: true # Allow further combining unsafe levels, eg Sharp 6 + Sharp 6 = Sharp 7.
|
allow-combining-unsafe: false # Allow further combining unsafe levels, eg Sharp 6 + Sharp 6 = Sharp 7.
|
||||||
allow-existing-unsafe-levels: true # Allow combining existing unsafe enchantments like Sharpness 6
|
allow-existing-unsafe-levels: true # Allow combining existing unsafe enchantments like Sharpness 6
|
||||||
|
|
||||||
cost-exponent: # Increase value of each extra level by the exponent^levels
|
cost-exponent: # Increase value of each extra level by the exponent^levels
|
||||||
@ -27,6 +27,12 @@ lore:
|
|||||||
use-numerals: true
|
use-numerals: true
|
||||||
use-numbers-above-threshold: 10 # After level 10, enchantments will display as Name Number, eg: Sharpness 25 instead of Sharpness XXV
|
use-numbers-above-threshold: 10 # After level 10, enchantments will display as Name Number, eg: Sharpness 25 instead of Sharpness XXV
|
||||||
|
|
||||||
|
# If above max level enchantments should be formatted differently
|
||||||
|
# Format is available in lang.yml
|
||||||
|
above-max-level:
|
||||||
|
reformat: true
|
||||||
|
|
||||||
|
|
||||||
sort-by-type: false # Sort enchantments by type
|
sort-by-type: false # Sort enchantments by type
|
||||||
sort-by-length: false # Sort enchantments by length
|
sort-by-length: false # Sort enchantments by length
|
||||||
sort-by-rarity: false # Sort enchantments by rarity.
|
sort-by-rarity: false # Sort enchantments by rarity.
|
||||||
|
Loading…
Reference in New Issue
Block a user