1.1.3 Version configuration item Basic explanation

This tutorial is set by the author to use the CC by-NC protocol.

Note: This description is based on module 1.1.3 version, suitable for all support games; 1.1.1 version is not suitable for multiplayer games, it is not recommended to install and play

The configuration file of this module is located in the Config folder in the game directory. The configuration file file is named Enchsort-Client.toml.By modifying the configuration items in the configuration file, players can customize the rules of sorting the enchanting bar and open some miscellaneous items.

The configuration items and functions in the configuration file are as follows:

Sort configuration

 #WHETHER SORT The Enchantments by ITS Level

#Default: true

sotbylevel = true

Whether this control is arranged in the order of enchantment, the default is opened, and the default will be arranged by the level by default after opening.

#Sequence of Enchantments when sorting

#MODID: Enchantment

sortsequence = ["Minecraft: Unbreaking", "Minecraft: Mending"]

If multiple enchantment levels are the same, the enchantment is sorted through the sequential order defined in this item.

For example: according to the silent recognition, if you have durability 1 and the experience of trials at the same time on a tool, durability 1 will always be displayed before the empirical trim.

 #WHETHER to sort the tar

#This configuration has further info, see [client.indietResure]

#Default: true

indietResure = True

This option controls whether to sort the treasure enchantment separately when sorting, and open it by default. After the opening, the treasures are the bottom of the enchantment list by default.

 #WHETHER SORT The Enchantments on Enchanted Book

#Default: false

alsosortbook = false

This option controls whether the enchantment contained in the enchantment book is sorted and closed by default (simply to keep a freshness when fishing)

#sort the enchantments in Ascending Order

#Default: false

ascendingsort = false

Whether the option control will reverse the sorting, the default is closed, and the effect is as follows after the opening: (still take stockings as an example)

Miscellaneous function

 #WHETHER to show the max level of the enchantments

#This configuration has further info, see [client.showmaxLevel]#default: false

showmaxLevel = false

Whether to display the highest level of enchantment (if the highest level is one invalid), close the default, and the effect after opening is as follows:

 #WHETHER to highlight the time enchantments (Except Curse)

#This configuration has further info, see [client.highlighttreases)

#Default: false

highlighttreases = false

Whether it is highlighted to display the treasures (excluding curses) and close it by default. If it is turned on, the dark gray is used by default (I know dark gray should not be called highlight, but people are lazy) Show the treasure of the treasure. The effect is as follows:

Other options

 [client.indietResure]

#WHETHER to sort the time on reverse size

#Default: false

reversetResure = false

Whether to reverse the display position of the treasure enchantment (that is, the bottom becomes the top, or the top becomes the bottom), it is effective when the IndietResure is turned on, and it is closed by default.

 [client.showmaxLevel]

#The format list of the max level text

#Use formting code or RGB Format (#xxxxxx)

maxLevelformat = ["dark_gray"]

Modify the display format of the highest level of enchantment, support the use of the formatting code name [Note 1] or RGB color format ( #000000, etc.).For dark gray, no special format.

 [client.highlighttreason]

#The format list of time enchantice

#Use formting code or RGB Format (#xxxxxx)

tarsureFormat = ["dark_gray"]

Modify the highlight display format of the treasure -type enchantment, and support the use of the formatting code name [Note 1] or RGB color format definition.No special format.

[Note 1] For details of the formatting code, see here, you should use the "technical name" corresponding item in the form, and do not distinguish the appliance.