Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
Fix Config
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Jul 22, 2022
1 parent a9c2542 commit d490e69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ shadow_version = 6.1.0
cursegradle_version = 1.4.0

# github information
github_project = ForgeModi18n/MgRb-Extras-i18n
github_project = ForgeModi18n/MgRbDynamicLights-i18n
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

public enum QualityMode implements TextProvider
{
OFF(I18n.get("rb_dynlights.options.off")),
SLOW(I18n.get("rb_dynlights.options.slow")),
FAST(I18n.get("rb_dynlights.options.fast")),
REALTIME(I18n.get("rb_dynlights.options.realtime"));
OFF("Off"),
SLOW("Slow"),
FAST("Fast"),
REALTIME("Realtime");

private final String name;

Expand Down

0 comments on commit d490e69

Please sign in to comment.