Skip to content

Commit 17cadb8

Browse files
authored
This feature is from the previous version.
1 parent 4d265ac commit 17cadb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib/editions/bedrock/upcomings.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ export const upcomings: NaiveVersion[] = [
1111
{ text: "Small Changes and Bug Fixes" },
1212
{ text: "Subtitles" },
1313
{ text: "Experimental features for The First Drop 2026" }
14+
],
15+
minorFeatures: [
16+
{ text: "Clicking with a Spawn Egg on an animal spawns a baby" }
1417
]
1518
},
1619
{
@@ -23,9 +26,6 @@ export const upcomings: NaiveVersion[] = [
2326
mainFeatures: [
2427
{ text: "Unique new models for baby animals" },
2528
{ text: "Name Tags are now craftable" },
26-
],
27-
minorFeatures: [
28-
{ text: "Clicking with a Spawn Egg on an animal spawns a baby" }
2929
]
3030
}
3131
] as const;

0 commit comments

Comments
 (0)