Skip to content

Commit

Permalink
Добавлены новые версии minecraft
Browse files Browse the repository at this point in the history
  • Loading branch information
GamerVII-NET committed May 27, 2024
1 parent e1bc3d9 commit dddb69d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/features/create-profile-form/ui/CreateProfileForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const versions = [
"1.7.2",
"1.7.10",
"1.8",
"1.8.9",
"1.9",
"1.9.1",
"1.9.2",
Expand All @@ -60,9 +61,31 @@ const versions = [
"1.10",
"1.10.1",
"1.10.2",
"1.11",
"1.11.1",
"1.11.2",
"1.12",
"1.12.1",
"1.12.2",
"1.13",
"1.13.1",
"1.13.2",
"1.14",
"1.14.1",
"1.14.2",
"1.14.3",
"1.14.4",
"1.15",
"1.15.1",
"1.15.2",
"1.16",
"1.16.1",
"1.16.2",
"1.16.3",
"1.16.4",
"1.16.5",
"1.17",
"1.17.1",
"1.18",
"1.18.1",
"1.18.2",
Expand All @@ -76,6 +99,8 @@ const versions = [
"1.20.2",
"1.20.3",
"1.20.4",
"1.20.5",
"1.20.6",
];

export function CreateProfileForm(props: CreateProfileFormProps) {
Expand Down

0 comments on commit dddb69d

Please sign in to comment.