This tutorial is set by the author to use the CC By-NC-SA protocol.
The author probably murmured, and the language files are sent here first.
Thanks to a Hong Kong reporter for giving guidance.
The following is a language file
item.thermalunderwear_head.name = sunscreen cap
item.thermalunderwear_chest.name = sunscreen clothing
item.stitched_reed.name = cotton and linen fabric
Tooltip.thermalunderwear.damage = Remaining sunscreen durability: %s
The following is CFG, only the necessary part of translation.
# Configuration file
# The sunscreen equipment mentioned below refers to the sunscreen helmet and sunscreen clothing added by the MOD
# For the convenience of players, only the necessary entries are translated, and they are not translated in strict accordance with the original text.
#The may have my own understanding.
General {
# Alternative check of the sun. If there is any block above your head, you will not bug. [DEFAULT: TRUE]
# If the player has a block on his head, the player will not burn.
B: alt_solar_checking = true
# Use thermal underwear. If it's disabled, then any armor is user.
# Use sunscreen equipment to avoid players from being damaged by sunlight.If this option is disabled, all armor can prevent players from being damaged by sunlight.
B: ENABLE_THERMAL_UNDERWEAR = TRUE
# Use Effects when the player is under the sun. [Default: true]
# The special effects of the player under the sun.
B: Use_effects = TRUE
Thermalunderwear {
# To care damage to thermal underwear. [Default: true]
# The losses are durable when the sunscreen equipment works.
B: damage = true
# Maximum random damage value when theermal underwear user. [Range: 1 ~ 64, default: 2]
# When using sunscreen equipment, randomly loses the upper limit of durability.Scope: 1-64, the default value is 2.
I: damage_value = 2
# Streangth Factor of Hood (11) and Cloak (16).
# The durable coefficient of sunscreen helmet and sunscreen.This configuration can change durability value, which means: sunscreen helmet durability = number below*11 sunscreen suit durability = number below*16.
I: durability = 80
# Use the cloak in conjunch with the how.
# Only when the sunscreen helmet and sunscreen are equipped, can it resist the special effects brought by the sun.
B: Use_cloack = TRUE
# Use the statement recipe for crafting thermal underwear.
# Use MOD to make sunscreen equipment.
B: Use_recipe = TRUE}
Effects {
# Use the blindness effect when the player is under the sun. [Default: true]
# Player will get blind Debuff in the sun.
B: Use_blindness = TRUE
# Use the nausea effect when the player is under the sun. [Default: true]
# Player will get the nausea DEBUFF in the sun.
B: Use_nausea = TRUE
# Use the weakness effect when the player is under the sun. [Default: true]
# Player will get weak Debuff when the sun is in the sun.
B: Use_weakness = TRUE
}
}