We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 362f9ea + 9922d53 commit 04b61cbCopy full SHA for 04b61cb
src/lib/types.ts
@@ -15,10 +15,9 @@ export const versions = [
15
index: 1,
16
},
17
{
18
- friendly: "1.21.9*",
19
- description:
20
- "'object' type added, allowing you to use non-character sprites",
21
- index: 2,
+ friendly: "1.21.9+",
+ description: "'object' type added, allowing you to use non-character sprites",
+ index: 2
22
23
];
24
export type BaseMinecraftText = Pick<
0 commit comments