Config set and mod
This commit is contained in:
20
config/silentgear-client.toml
Normal file
20
config/silentgear-client.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
[gear]
|
||||
#Allow gear items to have the 'enchanted glow' effect. Set to 'false' to disable the effect.
|
||||
#The way vanilla handles the effect is bugged, and it is recommended to disable this until it can be fixed
|
||||
#The bug is not harmful and some like the way the overpowered effect looks
|
||||
allowEnchantedEffect = false
|
||||
#Plays a sped-up 'item breaking' sound when an item's stats are recalculated due to durability loss
|
||||
playKachinkSound = true
|
||||
|
||||
[tooltip]
|
||||
#Show SGear Material tooltips on items that can be used as materials.
|
||||
showMaterialTooltips = true
|
||||
#Show tooltips on parts and items that can be used as parts.
|
||||
showPartTooltips = true
|
||||
#Tooltips are replaced with a simpler variant similar to vanilla and contains about as much information.
|
||||
vanillaStyleTooltips = false
|
||||
#Show tooltips on certain items (like blueprints) reminding the player of JEI functionality,
|
||||
#or encouraging the player to install JEI (Just Enough Items) if the mod is missing.
|
||||
jeiHints = true
|
||||
|
Reference in New Issue
Block a user