forked from miraisoft-de/mc-fabric-ash
-
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
cf8f401
commit 2fb0d75
Showing
9 changed files
with
82 additions
and
158 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
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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,15 +1,27 @@ | ||
{ | ||
"text.autoconfig.ash2.title" : "ASH Config", | ||
"text.autoconfig.ash2.option.showHud" : "Show HUD", | ||
"text.autoconfig.ash2.option.hudColor" : "HUD text color", | ||
"text.autoconfig.ash2.option.hudBackgroundColor" : "HUD background value", | ||
"text.autoconfig.ash2.option.showFps" : "Show FPS", | ||
"text.autoconfig.ash2.option.showCoords" : "Show coordinates", | ||
"text.autoconfig.ash2.option.showDirection" : "Show direction", | ||
"text.autoconfig.ash2.option.showLightLevel" : "Show light level", | ||
"text.autoconfig.ash2.option.showBiome" : "Show biome", | ||
"text.autoconfig.ash2.option.showTime" : "Show time", | ||
"text.autoconfig.ash2.option.conciseCoords" : "Concise coords", | ||
"text.autoconfig.ash2.option.showBackground" : "Show HUD background", | ||
"key.ash2.toggleAsh" : "Toggle ASH HUD" | ||
"text.autoconfig.ash3.title" : "ASH Config", | ||
"text.autoconfig.ash3.option.showHud" : "Show HUD", | ||
"text.autoconfig.ash3.option.hudColor" : "HUD text color", | ||
"text.autoconfig.ash3.option.hudBackgroundColor" : "HUD background value", | ||
"text.autoconfig.ash3.option.showFps" : "Show FPS", | ||
"text.autoconfig.ash3.option.showCoords" : "Show coordinates", | ||
"text.autoconfig.ash3.option.showDirection" : "Show direction", | ||
"text.autoconfig.ash3.option.showLightLevel" : "Show light level", | ||
"text.autoconfig.ash3.option.showBiome" : "Show biome", | ||
"text.autoconfig.ash3.option.showTime" : "Show time", | ||
"text.autoconfig.ash3.option.conciseCoords" : "Concise coords", | ||
"text.autoconfig.ash3.option.showBackground" : "Show HUD background", | ||
"key.ash3.toggleAsh" : "Toggle ASH HUD", | ||
"direction.north": "North", | ||
"direction.northeast": "North-East", | ||
"direction.east": "East", | ||
"direction.southeast": "South-East", | ||
"direction.south": "South", | ||
"direction.southwest": "South-West", | ||
"direction.west": "West", | ||
"direction.northwest": "North-West", | ||
"text.ash3.ui.direction": "Direction: ", | ||
"text.ash3.ui.lightlevel": "Light Level: ", | ||
"text.ash3.ui.biome": "Biome: ", | ||
"text.ash3.ui.time": "Time: " | ||
} |
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 |
---|---|---|
@@ -1,15 +1,27 @@ | ||
{ | ||
"text.autoconfig.ash2.title" : "ASH3配置", | ||
"text.autoconfig.ash2.option.showHud" : "显示游戏HUD", | ||
"text.autoconfig.ash2.option.hudColor" : "HUD文字颜色", | ||
"text.autoconfig.ash2.option.hudBackgroundColor" : "HUD背景颜色", | ||
"text.autoconfig.ash2.option.showFps" : "显示FPS", | ||
"text.autoconfig.ash2.option.showCoords" : "显示坐标", | ||
"text.autoconfig.ash2.option.showDirection" : "显示反向", | ||
"text.autoconfig.ash2.option.showLightLevel" : "显示光照等级", | ||
"text.autoconfig.ash2.option.showBiome" : "显示生物群系", | ||
"text.autoconfig.ash2.option.showTime" : "显示时间", | ||
"text.autoconfig.ash2.option.conciseCoords" : "简单坐标", | ||
"text.autoconfig.ash2.option.showBackground" : "显示HUD背景色", | ||
"key.ash2.toggleAsh" : "切换 ASH HUD 是否显示" | ||
"text.autoconfig.ash3.title" : "ASH3配置", | ||
"text.autoconfig.ash3.option.showHud" : "显示游戏HUD", | ||
"text.autoconfig.ash3.option.hudColor" : "HUD文字颜色", | ||
"text.autoconfig.ash3.option.hudBackgroundColor" : "HUD背景颜色", | ||
"text.autoconfig.ash3.option.showFps" : "显示FPS", | ||
"text.autoconfig.ash3.option.showCoords" : "显示坐标", | ||
"text.autoconfig.ash3.option.showDirection" : "显示反向", | ||
"text.autoconfig.ash3.option.showLightLevel" : "显示光照等级", | ||
"text.autoconfig.ash3.option.showBiome" : "显示生物群系", | ||
"text.autoconfig.ash3.option.showTime" : "显示时间", | ||
"text.autoconfig.ash3.option.conciseCoords" : "简单坐标", | ||
"text.autoconfig.ash3.option.showBackground" : "显示HUD背景色", | ||
"key.ash3.toggleAsh" : "切换 ASH HUD 是否显示", | ||
"direction.north": "北", | ||
"direction.northeast": "东北", | ||
"direction.east": "东", | ||
"direction.southeast": "东南", | ||
"direction.south": "南", | ||
"direction.southwest": "西南", | ||
"direction.west": "西", | ||
"direction.northwest": "西北", | ||
"text.ash3.ui.direction": "方向: ", | ||
"text.ash3.ui.lightlevel": "光照等级: ", | ||
"text.ash3.ui.biome": "生物群系: ", | ||
"text.ash3.ui.time": "时间: " | ||
} |
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