Skip to content

Commit 211e34c

Browse files
Added Bedrock Edition 1.21.130
1 parent 251bfb9 commit 211e34c

5 files changed

Lines changed: 127 additions & 3 deletions

File tree

File renamed without changes.
1.59 KB
Loading
-1.55 KB
Binary file not shown.

src/lib/editions/bedrock/drops.ts

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ export const drops: Version[] = [
124124

125125
{
126126
title: "The Copper Age",
127-
subtitle: "1.21.110",
127+
subtitle: "1.21.111",
128128
date: "2025-09-30",
129129
type: "drop",
130-
icon: "/bedrock/version_1_21_110.png",
130+
icon: "/bedrock/version_1_21_111.png",
131131
funFact: "Did you know? The Copper Golem was a candidate in the Minecraft Live 2021 Mob Vote, finishing in second place with 45.7% of votes. The winner was the Allay, having 54.7% of the votes.",
132-
learnMore: "@Bedrock_Edition_1.21.110",
132+
learnMore: "@Bedrock_Edition_1.21.111",
133133
mainFeatures: [
134134
{ text: "Copper Golem" },
135135
{ text: "Copper Chest" },
@@ -144,4 +144,27 @@ export const drops: Version[] = [
144144
{ text: "End Flashes" }
145145
]
146146
},
147+
148+
{
149+
title: "Mounts of Mayhem",
150+
subtitle: "1.21.130",
151+
date: "2025-12-09",
152+
type: "drop",
153+
icon: "/bedrock/version_1_21_130.png",
154+
funFact: "Did you know? The Zombie Horse had been present in Java Edition since 2013, and in Bedrock Edition since 2016, but was unobtainable in survival mode until this drop.",
155+
learnMore: "@Bedrock_Edition_1.21.130",
156+
mainFeatures: [
157+
{ text: "Spear" },
158+
{ text: "Nautilus" },
159+
{ text: "Zombie Nautilus" },
160+
{ text: "Camel Husks" },
161+
{ text: "Parched (Desert Skeletons)" },
162+
],
163+
minorFeatures: [
164+
{ text: "Zombies riding Zombie Horses" },
165+
{ text: "Drowned riding Zombie Nautilus" },
166+
{ text: "Husks riding Camel Husks" },
167+
{ text: "Netherite Horse Armor" }
168+
]
169+
}
147170
] as const;

src/lib/editions/bedrock/minors.ts

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2148,5 +2148,106 @@ export const minors: Version[] = [
21482148
mainFeatures: [
21492149
{ text: "Small Changes and Bug Fixes" }
21502150
]
2151+
},
2152+
2153+
{
2154+
subtitle: "1.21.112",
2155+
type: "minor",
2156+
date: "2025-10-03",
2157+
learnMore: "@Bedrock_Edition_1.21.112",
2158+
mainFeatures: [
2159+
{ text: "Small Changes and Bug Fixes" }
2160+
]
2161+
},
2162+
2163+
{
2164+
subtitle: "1.21.113",
2165+
type: "minor",
2166+
date: "2025-10-09",
2167+
learnMore: "@Bedrock_Edition_1.21.113",
2168+
mainFeatures: [
2169+
{ text: "Small Changes and Bug Fixes" }
2170+
]
2171+
},
2172+
2173+
{
2174+
subtitle: "1.21.114",
2175+
type: "minor",
2176+
date: "2025-10-16",
2177+
learnMore: "@Bedrock_Edition_1.21.114",
2178+
mainFeatures: [
2179+
{ text: "Small Changes and Bug Fixes" }
2180+
]
2181+
},
2182+
2183+
{
2184+
subtitle: "1.21.120",
2185+
type: "minor",
2186+
date: "2025-10-28",
2187+
learnMore: "@Bedrock_Edition_1.21.120",
2188+
mainFeatures: [
2189+
{ text: "Small Changes and Bug Fixes" }
2190+
]
2191+
},
2192+
2193+
{
2194+
subtitle: "1.21.121",
2195+
type: "minor",
2196+
date: "2025-11-04",
2197+
learnMore: "@Bedrock_Edition_1.21.121",
2198+
funFact: "Hey, what a fun version number!",
2199+
mainFeatures: [
2200+
{ text: "Small Changes and Bug Fixes" }
2201+
]
2202+
},
2203+
2204+
{
2205+
subtitle: "1.21.122",
2206+
type: "minor",
2207+
date: "2025-11-10",
2208+
learnMore: "@Bedrock_Edition_1.21.122",
2209+
mainFeatures: [
2210+
{ text: "Small Changes and Bug Fixes" }
2211+
]
2212+
},
2213+
2214+
{
2215+
subtitle: "1.21.123",
2216+
type: "minor",
2217+
date: "2025-11-13",
2218+
learnMore: "@Bedrock_Edition_1.21.123",
2219+
mainFeatures: [
2220+
{ text: "Small Changes and Bug Fixes" }
2221+
]
2222+
},
2223+
2224+
{
2225+
subtitle: "1.21.124",
2226+
type: "minor",
2227+
date: "2025-11-21",
2228+
learnMore: "@Bedrock_Edition_1.21.124",
2229+
mainFeatures: [
2230+
{ text: "Small Changes and Bug Fixes" }
2231+
]
2232+
},
2233+
2234+
{
2235+
subtitle: "1.21.131",
2236+
type: "minor",
2237+
date: "2025-12-16",
2238+
learnMore: "@Bedrock_Edition_1.21.131",
2239+
mainFeatures: [
2240+
{ text: "Small Changes and Bug Fixes" }
2241+
]
2242+
},
2243+
2244+
{
2245+
subtitle: "1.21.132",
2246+
type: "minor",
2247+
date: "2026-01-08",
2248+
learnMore: "@Bedrock_Edition_1.21.132",
2249+
mainFeatures: [
2250+
{ text: "Small Changes and Bug Fixes" }
2251+
]
21512252
}
21522253
] as const;

0 commit comments

Comments
 (0)