Skip to content

Commit bc17673

Browse files
Improved pre-classic description version entry
1 parent 97f4be6 commit bc17673

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

src/lib/editions/java/majors.ts

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,24 @@ import type { Version } from "..";
22

33
export const majors: Version[] = [
44
{
5-
subtitle: "Cave Game",
6-
description: "Cobble & Grass",
5+
subtitle: "Pre-Classic",
6+
description: "Stone, Grass, Dirt",
77
type: "major",
88
date: "2009-05-10",
99
icon: "/java/version_cave_game.png",
10-
learnMore: "@Cave_game_tech_test",
10+
funFact: "Did you know? Pre-Classic refers to the very first prototype versions of Minecraft, most of which were never publicly released. It lasted from May 10th to May 16th.\nThe very first version of the game was simply called \"Cave Game tech test\", and it only had two blocks: Stone (which had a cobblestone texture) and Grass Blocks.",
11+
learnMore: "@Java_Edition_pre-Classic",
1112
mainFeatures: [
13+
{ text: "Grass Block" },
14+
{ text: "Stone" },
15+
{ text: "Dirt" },
1216
{ text: "Cobblestone" },
13-
{ text: "Grass Block" }
17+
{ text: "Planks" }
1418
],
1519
minorFeatures: [
1620
{ text: "Physics" },
17-
{ text: "The player" },
18-
{ text: "Basic caves" }
21+
{ text: "Placing and Breaking Blocks" },
22+
{ text: "Basic world generation" }
1923
]
2024
},
2125

0 commit comments

Comments
 (0)