diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-06-22 18:35:13 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-06-28 03:21:12 +0800 |
| commit | 01bfff7671b7f1158ffe2906872efaf239ad4d3f (patch) | |
| tree | 47e24aeed690eb7d548b1ead9fe6208ce6faa5dd /runtime/src | |
| parent | 86f438c9d823b45f4fc113f1e813d2e12de0ca40 (diff) | |
| download | RoughlyEnoughItems-01bfff7671b7f1158ffe2906872efaf239ad4d3f.tar.gz RoughlyEnoughItems-01bfff7671b7f1158ffe2906872efaf239ad4d3f.tar.bz2 RoughlyEnoughItems-01bfff7671b7f1158ffe2906872efaf239ad4d3f.zip | |
Fix #944
Diffstat (limited to 'runtime/src')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index a294b4ce3..765085e09 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -270,6 +270,7 @@ "config.roughlyenoughitems.layout.showUtilsButtons": "Utils Buttons:", "config.roughlyenoughitems.commands.gamemodeCommand": "Game Mode Command:", "config.roughlyenoughitems.commands.giveCommand": "Give Command:", + "config.roughlyenoughitems.commands.timeCommand": "Time Command:", "config.roughlyenoughitems.miscellaneous.loadDefaultPlugin": "Load Default Plugin:", "config.roughlyenoughitems.miscellaneous.loadDefaultPlugin.boolean.false": "§cNo (Dangerous)", "config.roughlyenoughitems.miscellaneous.registerRecipesInAnotherThread": "REI Reload Thread:", |
