From 9cf1001791e905b948d7c381808c8cdf634e1f80 Mon Sep 17 00:00:00 2001 From: ganicke Date: Tue, 31 Oct 2023 20:48:56 -0700 Subject: [PATCH] import blog post text --- docs/blog/minecraft/2023-release.md | 86 +++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 docs/blog/minecraft/2023-release.md diff --git a/docs/blog/minecraft/2023-release.md b/docs/blog/minecraft/2023-release.md new file mode 100644 index 000000000000..7409c2310c14 --- /dev/null +++ b/docs/blog/minecraft/2023-release.md @@ -0,0 +1,86 @@ +# MakeCode Minecraft 2023 Update + +Posted on November 1, 2023 by Jaqster + +The MakeCode fall update for Minecraft is here! + +Here’s a run-down of all the new features and improvements: + +## More stuff! + +We’ve added 130 new blocks, items and mobs for this release – including Frogs, Tadpoles, Allays, Sniffers, Cherry and Bamboo blocks, and much more! Now you have even more stuff to code with! + + + + + +## New Code Blocks + +In addition to more in-game content, we’ve also added a few new c## New Code Blocks + +In addition to more in-game content, we’ve also added a few new code blocks that will hopefully make your Minecraft coding creations even more amazing. + +* Particles – In the Mobs category, you’ll find a block that allows you to spawn particles like explosions, smoke, snowflakes, and my favorite, elephant toothpaste vapor! + + + +* Position comparison – This was a long-requested block that allows you to more easily compare position values + + * Structure blocks – For more advanced users, we support the [/structure]( https://learn.microsoft.com/en-us/minecraft/creator/commands/commands/structure) command in Minecraft that will allow you to save chunks of the world into “structures” and load them in other places! + + + +## Version History + +We have repeatedly heard reports of students losing or accidentally deleting their code – which makes us very sad . To help with this, we have added version history for projects. You can access previous versions of your code through the Project Settings menu in the upper right corner. + + + +We save student code automatically every 5 minutes and they can restore older code, if need be, with a click of a button. + + + +## Extensions! + +Extensions are a way to create custom MakeCode blocks that students can use to code with. MakeCode has a big range of built-in code blocks in the Toolbox, but extensions are a great way to create code that students can use for specific purposes. You can access the extension gallery by clicking on Extensions in the Toolbox. + + + + + +Here are a few of the new extensions that are available: + +* Music – add a soundtrack to your code! With the Music blocks, you can compose your own melodies with notes and instruments, create different sound effects, and play some of the amazing Minecraft background music! + + + +* Space – the Space extension provides code blocks to simulate a solar system in Minecraft. Create real to-scale planets and stars, and even invent your own custom spheres! + + + +* Castles – programmatically build castles in Minecraft! The Castles extension provides code blocks to create castle towers, walls and even bean stalks and castles in the sky! + + + +* Mob Events – similar to a behavior pack, this extension will allow you to code different behaviors or actions for mobs in your game. You can create a flock of tame parrots, turn polar bears into baby bear cubs, transform a school of different tropical fish all into clownfish, or my favorite, charge and explode a bunch of creepers! The possibilities are endless! + +// + +* Roller Coaster Builder – construct your own amusement park in Minecraft! The Roller Coaster extension allows you to construct your own fantastical roller coaster with code. Add ramps, spirals and free-falling drops to create an amazing ride for your friends – with just a few blocks of code! + +/ + +To learn more about how to build your own extensions for MakeCode in Minecraft Education, follow these instructions https://minecraft.makecode.com/extensions. + +## Code Connection end-of-support + +In addition to these updates, we are also announcing end-of-support for Code Connection, the companion app for Minecraft Bedrock on Windows. Because Code Connection is a separate app, it has been a challenge to keep up with game updates, and as a result there have been reliability and game connectivity issues. Code Connection was also not an optimal coding experience being in a separate window from the game. Minecraft Education with Code Builder built into the game is the best way to code with Minecraft, and there are direct purchasing options for individual licenses as well – learn more at https://education.minecraft.net/en-us/licensing. The Code Connection app will be removed from + +the Microsoft Store on December 1st, 2023. Users can save all their code files and import them into Minecraft Education by clicking on the Settings menu and selecting Save Project. + +We hope you enjoy these updates, and we can’t wait to see what you create next in Minecraft! + +Happy Making and Coding! + +
+The MakeCode Team \ No newline at end of file