Skip to content

Commit 73ddfd8

Browse files
Merge pull request #32 from joaololpvp/master
Some version fixes
2 parents 22f07c7 + 17cadb8 commit 73ddfd8

3 files changed

Lines changed: 20 additions & 18 deletions

File tree

src/lib/editions/bedrock/drops.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ export const drops: Version[] = [
117117
minorFeatures: [
118118
{ text: "Player Locator Bar" },
119119
{ text: "A new music disc by Amos Roddy" },
120-
{ text: "The dialog command" },
121-
{ text: "The waypoint command" }
120+
{ text: "End Flashes" }
122121
]
123122
},
124123

@@ -136,11 +135,6 @@ export const drops: Version[] = [
136135
{ text: "Copper Tools & Armor" },
137136
{ text: "New Copper Building Blocks" },
138137
{ text: "Shelves" }
139-
],
140-
minorFeatures: [
141-
{ text: "Mannequins" },
142-
{ text: "Hanging Signs" },
143-
{ text: "End Flashes" }
144138
]
145139
},
146140

@@ -166,4 +160,4 @@ export const drops: Version[] = [
166160
{ text: "Netherite Horse Armor" }
167161
]
168162
}
169-
] as const;
163+
] as const;
Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
11
import type { NaiveVersion } from "..";
22

33
export const upcomings: NaiveVersion[] = [
4+
{
5+
subtitle: "26.0",
6+
type: "minor",
7+
possibleDate: "Someday February",
8+
funFact: "Did you know? This is the first version of the game to use a two-digit year in its versioning system, marking a new era for Minecraft updates.",
9+
learnMore: "@Bedrock_Edition_26.0",
10+
mainFeatures: [
11+
{ text: "Small Changes and Bug Fixes" },
12+
{ text: "Subtitles" },
13+
{ text: "Experimental features for The First Drop 2026" }
14+
],
15+
minorFeatures: [
16+
{ text: "Clicking with a Spawn Egg on an animal spawns a baby" }
17+
]
18+
},
419
{
520
title: "First Drop 2026",
6-
subtitle: "26.1",
21+
subtitle: "26.10",
722
possibleDate: "Presumed Early 2026",
823
type: "drop",
924
icon: "/bedrock/version_26_1.png",
10-
funFact: "Did you know? This is the first version of the game to use a two-digit year in its versioning system, marking a new era for Minecraft updates.",
1125
learnMore: "@First_Drop_2026",
1226
mainFeatures: [
1327
{ text: "Unique new models for baby animals" },
1428
{ text: "Name Tags are now craftable" },
15-
],
16-
minorFeatures: [
17-
{ text: "Clicking with a Spawn Egg on an animal spawns a baby" }
1829
]
1930
}
20-
] as const;
31+
] as const;

src/lib/editions/java/upcomings.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ export const upcomings: NaiveVersion[] = [
1212
mainFeatures: [
1313
{ text: "Unique new models for baby animals" },
1414
{ text: "Name Tags are now craftable" },
15-
],
16-
minorFeatures: [
17-
{ text: "Clicking with a Spawn Egg on an animal spawns a baby" }
1815
]
1916
},
2017
{
@@ -32,4 +29,4 @@ export const upcomings: NaiveVersion[] = [
3229
{ text: "Water Reflections" },
3330
]
3431
}
35-
] as const;
32+
] as const;

0 commit comments

Comments
 (0)