This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecf8f0c
commit 1877227
Showing
2 changed files
with
49 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"nametag-tweaks.nametag-tweaks": "Nametag Tweaks", | ||
"nametag-tweaks.remove-nametags": "Remove Nametags", | ||
"nametag-tweaks.remove-nametags.description": "Removes all nametags.", | ||
"nametag-tweaks.show-own-nametag": "Show Own Nametag", | ||
"nametag-tweaks.show-own-nametag.description": "Show your own nametag when in third person perspective.", | ||
"nametag-tweaks.hide-entity-nametags-in-f1-mode": "Hide Entity Nametags in F1 Mode", | ||
"nametag-tweaks.hide-entity-nametags-in-f1-mode.description": "Hide non-player and non-armor stand nametags in F1 mode when the HUD is hidden.", | ||
"nametag-tweaks.hide-player-nametags-in-f1-mode": "Hide Player Nametags in F1 Mode", | ||
"nametag-tweaks.hide-player-nametags-in-f1-mode.description": "Hide player nametags in F1 mode when the HUD is hidden.", | ||
"nametag-tweaks.hide-armor-stand-nametags-in-f1-mode": "Hide Armor Stand Nametags in F1 Mode", | ||
"nametag-tweaks.hide-armor-stand-nametags-in-f1-mode.description": "Hide armor stand nametags in F1 mode when the HUD is hidden.", | ||
"nametag-tweaks.nametag-height-offset": "Nametag Height Offset", | ||
"nametag-tweaks.nametag-height-offset.description": "Change the height offset of nametags.", | ||
"nametag-tweaks.nametag-background-color": "Nametag Background Color", | ||
"nametag-tweaks.nametag-background-color.description": "Allows setting a custom color for the background of nametags.", | ||
"nametag-tweaks.nametag-text-shadow": "Nametag Text Shadow", | ||
"nametag-tweaks.nametag-text-shadow.description": "Adds text shadow to nametags.", | ||
"nametag-tweaks.nametag-scale": "Nametag Scale", | ||
"nametag-tweaks.nametag-scale.description": "Allow scaling for Minecraft nametags." | ||
} |