We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d265ac commit 17cadb8Copy full SHA for 17cadb8
1 file changed
src/lib/editions/bedrock/upcomings.ts
@@ -11,6 +11,9 @@ export const upcomings: NaiveVersion[] = [
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
},
19
{
@@ -23,9 +26,6 @@ export const upcomings: NaiveVersion[] = [
23
26
mainFeatures: [
24
27
{ text: "Unique new models for baby animals" },
25
28
{ text: "Name Tags are now craftable" },
- ],
- minorFeatures: [
- { text: "Clicking with a Spawn Egg on an animal spawns a baby" }
29
30
}
31
] as const;
0 commit comments