Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Make DD offiically tier 9 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
  • Loading branch information
Connor-Colenso and GTNH-Colen authored Dec 30, 2022
1 parent 3f1f37d commit 90d2ab4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ public static long getPrefix(String dimName) {
case "BF":
case "CB":
case "TE":
case "DD":
case "VB":
return 8L;
case "DD":
return 9L;
default:
return -1L;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,12 @@ private static List<String> computeString(String line) {
case "BarnardF":
case "CentauriA":
case "TcetiE":
case "Underdark":
case "VegaB":
s = "T8: " + s;
break;
case "Underdark":
s = "T9: " + s;
break;
}

dims[j] = s;
Expand Down

0 comments on commit 90d2ab4

Please sign in to comment.