1.19.4 Configuration File Comment Sinicization [PN] Picking Notifier Minecraft Game

The configuration file is in the "PickupNotifier" folder in the Config folder of the same directory as the Mods folder. The file is called "PickupNotifier.toml" or "PickupNotifier-CLIENT.toml".The device is opened and edited, the following is the configuration file and translation of version 1.19.4

Note that the following configuration has been modified by myself. If you need to use it, please modify it by yourself (Open directly in the new text editor. After editing, copy and paste to the original configuration file.Cure

In addition, the file cannot be edited when the game is opened. You can only edit in the game. Please read the introduction page of the MOD carefully.

 [Display]

#Whether the number of picking is displayed when there is only one item

display_single_count = true

#Whether to add the total number of items in the backpack to the entry

Inventory_count = false

#Strip background, 'Chat' is similar to chat background, 'Tooltip' Use Tool Prompting Background

#Allow value: None, Chat, Tooltip

entry_background = "None"

#Whether to add the name of the item in the entry

display_item_name = true

#Whether to display the number of items picked up, 'sprite' will display the quantity on the item icon, and 'text' will add a dedicated text to the name of the item, including the quantity.

#Allow value: OFF, Sprite, Text, Both

display_amount = "text"

#Whether to display items icons

draw_sprites = true

#Text color

#Allow value: Black, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GALD, Gray, DARK_GRAY, Blue, Green, Aqua, Red, LIGHT_PURPLE, YELLOW, White, White

default_color = "White"

#The scarcity of items, always use the color specified in the "text color"

ignore_rarity = False

#Prompt position

#Allow value: Top_left, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT

screen_corner = "bottom_right"

#X -axis offset from the screen boundary

#:> 0

Offset_x = 8

#

#:> 0

Offset_y = 20

#Prompt information to occupy the maximum percentage value of the relative screen height

#: 0.0 ~ 1.0, 0-100%

max_height = 0.35

#The zoom ratio of the information, the lower proportion can display more rows of prompts at the same percentage, and use it with the "interface zoom" option in the "video settings"

#: 1 ~ 24

scale = 6

[General]

#Create mode disable prompt

disable_in_creative = false

#Show the collected experience value instead of the number of experience balls

experience_value = true

#Only on the client to run the module

#Only when there is a problem, for example, the same drop is displayed many times, and some items will be picked up (when the inventory is full) will not be displayed, and it will not be compatible with the backpack.The option will be automatically used (???)

force_client_only = false

#In the notification, display the item entity collected by the player

include_items = true

#Display the experience ball collected by the player in the notification

Include_experience = true

#In the pick -up notice, the arrow collected by the player collected

include_arrows = TRUE

[Behavior]

#Merge the same type instead of displayed separately

#Allow value: Alway, NEVER, Exclude_named

Combine_entries = "Exclude_named"

#The number of ticks displayed in each prompt, set it to 0, and always display until there is a new prompt appear

#:> 0,20tick = 1S

display_time = 80

#After the number of ticks set by "Display_time" gradually hidden

move_out_of_screen = true

#Prompt's number of ticks, the value cannot be greater than "Display_time"

#:> 0

move_time = 20

#Whether to turn on Gradual

fade_away = true