Skip to content

Commit 04b61cb

Browse files
committed
merge
2 parents 362f9ea + 9922d53 commit 04b61cb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/lib/types.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ export const versions = [
1515
index: 1,
1616
},
1717
{
18-
friendly: "1.21.9*",
19-
description:
20-
"'object' type added, allowing you to use non-character sprites",
21-
index: 2,
18+
friendly: "1.21.9+",
19+
description: "'object' type added, allowing you to use non-character sprites",
20+
index: 2
2221
},
2322
];
2423
export type BaseMinecraftText = Pick<

0 commit comments

Comments
 (0)