diff --git a/public/blog/200mil/betterleavessnow.webp b/public/blog/200mil/betterleavessnow.webp new file mode 100644 index 0000000..26185d0 Binary files /dev/null and b/public/blog/200mil/betterleavessnow.webp differ diff --git a/public/blog/200mil/curseforge.png b/public/blog/200mil/curseforge.png new file mode 100644 index 0000000..3d321dc Binary files /dev/null and b/public/blog/200mil/curseforge.png differ diff --git a/public/blog/200mil/modrinth.png b/public/blog/200mil/modrinth.png new file mode 100644 index 0000000..2ef9da2 Binary files /dev/null and b/public/blog/200mil/modrinth.png differ diff --git a/public/blog/blog-posts.json b/public/blog/blog-posts.json index c189215..e62d800 100644 --- a/public/blog/blog-posts.json +++ b/public/blog/blog-posts.json @@ -1,4 +1,12 @@ [ + { + "postId": "two-hundred-million", + "userId": "Martin Prokoph", + "date": "10th January 2026", + "title": "Celebrating 200 million downloads", + "body": "Another hundred million in just over a year!", + "img": "/blog/200mil/betterleavessnow.webp" + }, { "postId": "one-hundred-million", "userId": "Martin Prokoph", @@ -23,4 +31,4 @@ "body": "I finally revamped my website, making it more performant, accessible and useful!", "img": "/social-preview-image.png" } -] \ No newline at end of file +] diff --git a/src/pages/blog/two-hundred-million.mdx b/src/pages/blog/two-hundred-million.mdx new file mode 100644 index 0000000..01fb9e4 --- /dev/null +++ b/src/pages/blog/two-hundred-million.mdx @@ -0,0 +1,28 @@ +--- +layout: ../../layouts/BlogLayout.astro +title: Celebrating 200 million Downloads +author: Martin Prokoph +date: 10th January 2026 +--- + +### Another hundred million in just over a year! +It happened again – over the span of one year and two months, my mods have been downloaded 100.000.000 times, doubling +the total downloads to a whopping two-hundred-million. + +
+ Screenshot of CurseForge Total Downloads + Screenshot of Modrinth Total Downloads +
+

Total Download Numbers on CurseForge & Modrinth

+`64 503 552 + 135 496 651 = 200 000 203` + +My Better Leaves resourcepack has recently even been featured (for a second, but that still counts 😅) in a video on the official Minecraft YouTube channel, which has been an absolute honour for me. + +I'm currently in the process of setting up multi-version build environments for all of my mods – yes: ALL OF THEM :)
+This will finally allow me to focus on adding new features again, as I won't have to painstaikingly backport them to relevant versions – and also makes ports to new versions fit way better into my workflow.
+I'm **really** grateful for your support so far and very excited for what's yet to come! + +Thanks for being awesome! +~ Motschen + +---