-
Notifications
You must be signed in to change notification settings - Fork 607
Minecraft 2025 Release Update - blog post pub #10898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Thanks Galen! We found some ship-blocking bugs, so we're holding off on releasing until next week. |
|
||
<umbrella.png> | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also add another section for the new Math blocks -
New Math blocks
There are also 3 new Math blocks available to use in your programs:
- Constrain – allows you to set a valid range for a value between a minimum and maximum number.
- Map – converts a value from one range to another.
- Math Constants](https://minecraft.makecode.com/reference/math/constant) – including Pi, e, and some square root and logarithmic values.

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks Galen. We're planning to release on Friday, so let's plan to have the blog posted on Friday October 17th.
✍️📆 1️⃣7️⃣ |
…osoft/pxt into minecraft-2025-release-blog
Import, format, adjust images, do edits, and otherwise prepare the "Minecraft 2025 Release Update" blog post.
Closes #10892