Ore UI
The specific instructions are: Add a sound table with all sounds played in Ore UI menus (not music), such as button click, progressive button, toast, hardcore mode on/off, social drawer
| Developer(s) |
Paulo Ragonha, Fernando Vía Canel, Marlon Huber-Smith, Anna Päärni, Oleg Kozitsyn, Danila Dergachev, Omar ElGaml, James Nicholls |
|---|---|
| Publisher(s) | |
| Platform(s) |
Same as in Bedrock Edition and Minecraft Education |
| Engine | |
| Written in |
TypeScript and JavaScript |
| Latest version |
React Facet: v18.5.0 |
| Release date |
First commit on October 11, 2021[1] |
| Size |
1.57MB |
| License | |
| Source available |
Yes |
| Links |
|
{
"title": "Ore UI",
"rows": [
{
"field": "Paulo Ragonha, Fernando Vía Canel, Marlon Huber-Smith, Anna Päärni, (link to Oleg Kozitsyn article, displayed as Oleg Kozitsyn), Danila Dergachev, Omar ElGaml, James Nicholls",
"label": "Developer(s)"
},
{
"field": "(link to Mojang Studios article, displayed as Mojang Studios)",
"label": "Publisher(s)"
},
{
"field": "Same as in ''(link to Bedrock Edition article, displayed as Bedrock Edition)'' and ''(link to Minecraft Education article, displayed as Minecraft Education)''",
"label": "Platform(s)"
},
{
"field": "[https://coherent-labs.com/products/coherent-gameface/ Coherent Gameface]",
"label": "Engine"
},
{
"field": "(link to wikipedia:TypeScript article, displayed as TypeScript) and (link to wikipedia:JavaScript article, displayed as JavaScript)",
"label": "Written in"
},
{
"field": "React Facet: [https://github.com/Mojang/ore-ui/releases/tag/v18.5.0 v18.5.0]",
"label": "Latest version"
},
{
"field": "First commit on October 11, 2021",
"label": "Release date"
},
{
"field": "1.57MB",
"label": "Size"
},
{
"field": "(link to wikipedia:MIT License article, displayed as MIT License)",
"label": "License"
},
{
"field": "Yes",
"label": "<span style=\"white-space:normal\">Source available</span>"
},
{
"field": "\n* [https://github.com/Mojang/ore-ui Website]",
"label": "Links"
}
],
"invimages": [],
"images": [
"Ore UI.png"
]
}
Ore UI is a collection of open source packages designed for building interactive video game user interfaces using web technology, written in the TypeScript programming language and utilizing the React library. It provides reusable building blocks for video game development and general-purpose web applications.[2] Ore UI is currently used in Minecraft games such as Minecraft: Bedrock Edition, Bedrock Editor, Minecraft Education, and Minecraft Legends.


In Bedrock Edition, a new UI design system is being developed using the Gameface engine (formerly Hummingbird[5]) by Coherent Labs,[6][7][8] which made it possible to run modern web technology such as JavaScript, HTML and CSS.[9]
Development
[edit | edit source]Bedrock Edition's UI redesign tech preview
[edit | edit source]On November 9, 2018, Tobias Ahlin, the lead experience designer at Mojang Studios, announced a UI overhaul coming to Bedrock Edition built on Hummingbird engine, which runs a subset of HTML and CSS, and a design system built with React.[7] A tech preview for the title screen redesign featuring a user-friendly input for touch, controller, and keyboard was shown at the dotJS 2018 developer conference.

The new title screen from the tech preview features two pages. The top page shows the player's last played world, with the background UI that changes to match the world's thumbnail. The bottom page shows five interactable buttons and their actions possibly:
- "Play" which lets the player navigate to the Select World screen.
- "Store" which lets the player navigate to the store (similar to the modern Marketplace).
- "Skins" which lets the player change their skin (similar to the modern Character Creator).
- "Achievements" and "Settings" which let the player view their achievements and settings.
There is also a profile button (with the player's profile picture) on the top right corner, which likely lets the player navigate to their profile screen.
The website for Minecraft JavaScript API documentation was once available through a link which can be seen near the end of the talk; the documentation provides the page to the tech preview where users could freely interact with the redesigned user interface.[7] The original link for the documentation now redirects to a completely different website, making the documentation inaccessible; it is now considered lost media as it has not been archived elsewhere.
In beta 1.16.100.50, released on July 31, 2020, the new achievements screen was added. It was rolled out initially for 5 percent of the player base.[10] For the next 9 weeks, the number of players who could access the new achievement UI gradually increased from 5% to 75%.[11]
In the following years, more JSON UI menu screens were gradually refreshed with Ore UI, with design previews available in Minecraft Preview before full release in usually a few months. The internal resources for Ore UI include a texture atlas containing revamped textures for in-game GUIs, such as the inventory. These have been teased to be in early development.
React Facet
[edit | edit source]On October 18, 2021, the React Facet source code was published on Ore UI GitHub repository under the MIT License.[12]
On October 25, 2021,[13] Paulo Ragonha, a tech lead at Mojang Studios, introduced React Facet, an observable-based state management for video game user interface built in React.[6] This was announced at the React Advanced 2021 developer conference. In the talk, Ragonha showcases how React Facet bridges game data by introducing a system that connects the backend C++ game engine (where the game's states reside) with the frontend JavaScript UI. This connection relies on a concept called "facets", which are lightweight observable objects representing slices of the game's state. These facets allow the UI to subscribe to specific pieces of data from the game engine, such as player health, inventory, or environmental changes, and receive real-time updates as the state changes in the game.
Design system
[edit | edit source]The Ore UI design system can be found inside the Ore UI Developer Page section in the Minecraft Bedrock Developer Mode. For all texture elements, see Bedrock Edition GUI and UI textures § Ore UI.
-
Ore UI Developer Pages section
-
Hero button states
-
Primary button states
-
Secondary button states
-
Destructive button states
-
Modal with placeholder content
-
A dummy modal
-
Checkboxes in action
-
Checkbox states
-
Dropdown button states
-
Radio button states
-
Slider states
-
Toggle states
-
Text field states
-
Toggle button states
-
Tab button states
-
All tag variants
Usage
[edit | edit source]The menu screens updated with Ore UI implemented new features using the design system, such as informative (and sometimes humorous) descriptions, smaller fonts for readability, clearer and modern layouts, more responsive sliders, more different types of elements, and tags. The buttons are styled similarly to JSON UI, with updated looks, pressing animations, and exclusive sounds for progressive buttons. Certain menus have received additional animations and images, and all UI textures have been updated, including controller hints.
Unlike JSON UI, Ore UI menus are separated into sections containing the elements. Depending on the UI scaling, each section is individually scaled, leaving gaps for the panorama in smaller scales, while some elements like the top navigation bar remain responsive. Dropdown buttons, which open an options pop-up, are replaced with always visible toggle buttons on smaller UI scales. Ore UI supports an additional accessibility scaling option to increase the scaling.
Ore UI is currently used in the following menu screens (including sub-menus):
Bedrock Edition
[edit | edit source]Release
[edit | edit source]- Quick world creation
- Play
- Create New World
- Edit World (except Realms)
- Social drawer
- Sign In
- Realms information & purchase screens
- Realms Stories
- Inbox
- Player Permissions (except Realms)
- Search for Players
- Profile
- Report Bad Behavior
- Screenshot Gallery
- Achievements
- Death
- Sleep
- Control mode screen
- Pop-ups on the main menu
Additionally, the toast that appears after 15 minutes of inactivity, along with the overlay, is based on Ore UI.
Preview
[edit | edit source]- All settings tabs & main settings UI except for Creator, Global Resources, Party, Storage, Resource Packs, and Behavior Packs. Realms uses the old UI for all settings.
- Edit World Realms (toggleable)
- Create Party screen
- World and Realm selection for local uploading to Realms.
Bedrock Editor
[edit | edit source]Release
[edit | edit source]Minecraft Education
[edit | edit source]Release
[edit | edit source]Differences with JSON UI
[edit | edit source]| Features | JSON UI (Legacy) |
Ore UI (Modern) |
|---|---|---|
| Creator customization |
|
|
| Color codes and emojis | Supports specific layout properties, color codes, and emojis. | Does not support color codes[17][18][19] on various screens, however, on the death screen in the name of the player or item or mob that killed them, and on the new forms screen in the label it is supported, not understanding emojis[20][21] they are not supported natively in text fields. |
| Status | Planned to be removed on future updates.[citation needed] | Currently in active development. |
| Performance | Can be unoptimized, leading to lower FPS, long loading times, and general poor user experience, especially with a lot of custom UI.[citation needed] | Aims for better performance, though some users have reported micro-freezes and lag issues, particularly on consoles. |
| Availability | Available by default on screens that are not yet migrated to Ore UI. | Available on few select screens (Play, Settings, Create World, and Achievements). Though it may fallback to legacy JSON UI on specific cases.[more information needed] |
| Accessibility | Limited built-in scaling. | Better support for different screen sizes. |
| Visuals | Pixel-perfect scaling; classic layout. | Modern visuals, but cited for blurry text and clunky button spacing. |
| Technology | Data-driven using JSON files. | Developed using modern web technology (JavaScript, HTML, CSS) and the Gameface engine by Coherent Labs. |
| Technical details | UI elements are defined in resource packs, specifically under <resource pack>/ui directory.
|
UI elements are defined internally in the game's installation files, specifically under Content/data/gui/dist/hbui.
|
Control icons
[edit | edit source]Keyboard and mouse controls
[edit | edit source]
Key A
Key B
Key C
Key D
Key E
Key F
Key G
Key H
Key I
Key J
Key K
Key L
Key M
Key N
Key O
Key P
Key Q
Key R
Key S
Key T
Key U
Key V
Key W
Key X
Key Y
Key Z
Key F2
Key arrow up
Key arrow right
Key arrow down
Key arrow left
Key bracket close
Key bracket close small
Key bracket open
Key bracket open small
Key /
Key alt
Key ctrl
Key ctrl small
Key enter
Key esc
Key shift
Key space
Key tab
Mouse
Mouse left click
Mouse right click
Mouse scroll click
Mouse scroll wheel
Touch selection
Controller controls
[edit | edit source]History
[edit | edit source]Bedrock Edition
[edit | edit source]| Bedrock Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.16.100 | beta 1.16.100.50 | ||||||
| beta 1.18.20.21 | |||||||
| 1.19.20 | Create New World screen is released to the public and no longer in Preview only. | ||||||
| Preview 1.19.40.20 | |||||||
| Preview 1.19.40.22 | |||||||
| 1.19.40 | Preview 1.19.40.23 | ||||||
| 1.19.50 | Control mode screen is released to the public and no longer in Preview only. | ||||||
| Report screen in profiles from other players is released to the public and no longer in Preview only. | |||||||
| Preview 1.19.80.20 | |||||||
| 1.19.80 | Preview 1.19.80.21 | ||||||
| Preview 1.20.30.22 | |||||||
| 1.20.30 | |||||||
| Preview 1.20.60.21 | |||||||
| 1.20.60 | Preview 1.20.60.23 | ||||||
| Realms Stories screen has been added with Ore UI, available in Preview only. | |||||||
| Preview 1.20.60.25 | |||||||
| Preview 1.20.80.21 | |||||||
| 1.20.80 | Preview 1.20.80.23 | ||||||
| Death screen is no longer experimental. | |||||||
| Release | Realms Stories screen is released to the public and no longer in Preview only. | ||||||
| 1.21.0 | Preview 1.21.0.20 | ||||||
| 1.21.20 | Preview 1.21.10.21 | ||||||
| Preview 1.21.20.21 | |||||||
| Release | Achievement button in main menu and game menu has been replaced with the profile button, along with the new profile screen, showing the player's statistics and achievements.[verify] | ||||||
| 1.21.30 | Preview 1.21.30.22 | ||||||
| Preview 1.21.30.24 | |||||||
| Preview 1.21.40.22 | |||||||
| 1.21.50 | Preview 1.21.50.24 | Sleep screen is released to the public and no longer experimental or in Preview only. | |||||
| December 28, 2024 | Edit World screen is released to the public and no longer in Preview only. | ||||||
| 1.21.60 | Play screen is released to the public and no longer in Preview only. | ||||||
| 1.21.70 | Preview 1.21.70.22 | ||||||
| Preview 1.21.70.23 | |||||||
| Release | |||||||
| Preview 1.21.80.25 | |||||||
| 1.21.90 | Preview 1.21.90.25 | ||||||
| Preview 1.21.100.20 | |||||||
| 1.21.100 | Preview 1.21.100.22 | ||||||
| Error screen on world load is released to the public and no longer Preview only. | |||||||
| Preview 1.21.110.20 | |||||||
| Preview 1.21.110.25 | |||||||
| "Friends" tab has been renamed to "Social" tab, available in Preview only. | |||||||
| 1.21.111 | |||||||
| Preview 1.21.120.22 | |||||||
| 1.21.120 | Preview 1.21.120.23 | ||||||
| Preview 1.21.120.24 | |||||||
| Release | "Social" tab in the game menu is released to the public and no longer in Preview only. | ||||||
| "Friends" tab has been renamed to "Social" tab, no longer in Preview only. | |||||||
| Preview 1.21.130.24 | |||||||
| Preview 26.0.25 | |||||||
| Preview 26.0.28 | |||||||
Bedrock Editor
[edit | edit source]| Bedrock Editor | |||
|---|---|---|---|
| Version | Preview version | Release version | Changelogs |
| 0.3 | Preview 1.19.80.20 | – | Create New Project screen has been added with Ore UI, available in Preview only. |
| Project Tool Mode screen has been added with Ore UI, available in Preview only. | |||
| 0.8.0 | – | 1.21.50 | Editor is released to the public and no longer in Preview only. |
Minecraft Education
[edit | edit source]| Minecraft Education | |||||||
|---|---|---|---|---|---|---|---|
| 1.21.03 | Preview 1.21.01.0 | Death screen has been updated to match Ore UI. | |||||
| 1.21.91 | Preview 1.21.50.1 | Sleep screen has been updated to match Ore UI. | |||||
| Preview 1.21.90.1 | Added Ore UI for new world screen. | ||||||
Control
[edit | edit source]| Bedrock Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.16.100 | beta 1.16.100.50 | ||||||
| beta 1.16.100.56 | |||||||
| 1.16.210 | beta 1.16.210.50 | ||||||
| 1.16.220 | beta 1.16.220.50 | ||||||
| beta 1.16.220.52 | |||||||
| 1.17.0 | beta 1.17.0.56 | ||||||
| 1.17.30 | beta 1.17.20.20 | ||||||
| 1.18.30 | Preview 1.18.20.24 | ||||||
| 1.19.0 | Preview 1.19.0.31 | ||||||
| 1.19.10 | Preview 1.19.10.21 | ||||||
| 1.19.60 | Preview 1.19.60.22 | ||||||
| 1.19.70 | Preview 1.19.70.23 | ||||||
| 1.20.30 | Preview 1.20.30.21 | ||||||
| Preview 1.20.30.24 | |||||||
| 1.20.50 | Preview 1.20.50.20 | ||||||
| 1.21.20 | Preview 1.21.10.20 | ||||||
| 1.21.30 | Preview 1.21.30.23 | ||||||
| 1.21.90 | Preview 1.21.90.23 | ||||||
| 1.21.100 | Preview 1.21.100.20 | ||||||
| 1.21.111 | Preview 1.21.110.20 | ||||||
| 1.21.130 | Preview 1.21.130.20 | New textures have been added for keyboard and mouse controls to match Ore UI. | |||||
| Upcoming Bedrock Edition | |||||||
| 26.10 | Preview 26.10.23 | ||||||
Ore UI releases
[edit | edit source]These are standalone Ore UI releases on GitHub.
| Ore UI GitHub releases | |||
|---|---|---|---|
| Version | What's changed | Internal changes | Date |
| 0.1.2 | Stabilize automated performance tests. | – | November 4, 2021 |
| Add ESLint checks. | |||
| Fix Style updates not properly cleaning previous subscriptions. | |||
| 0.1.3 | Fix unmount cleanup of Facets. | November 5, 2021 | |
| 0.1.4 | Separate setWithCallback support from set in facet.
|
November 17, 2012 | |
| 0.2.0 | Add support for null values on some built-in equality checks. | December 10, 2021 | |
Add support for multiple facets in useFacetCallback and useFacetEffect.
| |||
| 0.2.1 | Add "contribute" file with publishing documentation. | December 15,2021 | |
Fix useFacetCallback return type.
| |||
| 0.2.2 | Add login instructions to CONTRIBUTING.md.
|
December 20, 2021 | |
useFacetState setter memoized.
| |||
| 0.2.3 | Add index to Map tests. | February 8, 2022 | |
| Add a condition property to the Mount component. | |||
Rename useFacetEffect to useFacetLayoutEffect and add a new useFacetEffect.
| |||
| Add With component to refine mounted components Facet type. | |||
Deferred Mount feature: DeferredMountWithCallback.
| |||
| 0.3.0 | Add support for id attribute. | Update README.md.
|
April 11, 2022 |
| Fix missing public APIs from published npm package. | Make the types defined in the hooks more dynamic. | ||
Rename RemoteFacet to SharedFacet.
|
Add tscompiler paths for our packages. | ||
| Rename shared to shared-facet. | Adding pr as a trigger of actions. | ||
| 0.3.2 | Introduce multiObserve and hasDefinedValue helpers.
|
– | June 28, 2022 |
| 0.3.3 | Update the types of the useFacetCallback function.
|
June 29, 2022 | |
| Fix circular dependency. | |||
| 0.3.4 | Fix line endings settings for prettier. | July 14, 2022 | |
| Allow null as return value of the mount components. | |||
| 0.3.5 | Added a deferred mount config provider. | July 25, 2022 | |
| 0.3.6 | Support onMouseMove handler.
|
August 2, 2022 | |
| 0.3.7 | Fix memory leak caused by not removing child from parent. | August 16, 2022 | |
| 0.3.8 | Fix createFacet equalityCheck to not fire for undefined or null.
|
August 18, 2022 | |
| 0.3.9 | Added createFacetContext.
|
August 24, 2022 | |
| 0.3.10 | Added defaultEqualityCheck to createFacet, and introduced createStaticFacet.
|
August 31, 2022 | |
| 0.3.11 | Support data- properties related to narration. | September 14, 2022 | |
| 0.3.12 | Upgrade TypeScript version + tie VSCode TS version to workspace. | September 21, 2022 | |
| 0.4.0 | Convert some key null coalescing operators into explicit ternaries. | October 24, 2022 | |
Move responsibility of cleaning up effects from facets to useEffect() / useFacetEffect().
| |||
| 0.4.1 | Upgrade Yarn to 3.2.4. | November 3, 2022 | |
| Turn off static access logs in test environment. | |||
| Added improved logging to static facet context. | |||
| 0.4.2 | Make it possible to supply an initial value for useFacetRef.
|
December 6, 2022 | |
Support defaultReturnValue in useFacetCallback.
| |||
| 0.4.3 | New linting rule to detect import issues. | ||
| 0.4.4 | Lock nodejs version. | March 3, 2023 | |
Fix useFacetCallback having outdated values.
| |||
Fix useFacetCallback mismatch subscriptions.
| |||
| Only accept numerical characters if the input type is number. | |||
| 0.4.5 | Update the list of maintainers in the README.md file.
|
March 24, 2023 | |
Keep useFacetCallback instance same even if facets instances change.
| |||
| 0.5.0 | Tweak hasDefinedValue typing.
|
June 15, 2023 | |
| Adds support for custom equality checks on unwrap. | |||
| Batching support. | |||
| 0.5.1 | Add support for Gameface's cohinline attribute in dom-fiber. | September 14, 2023 | |
Update the list of maintainers in the README.md file.
| |||
Force strict comparison eqeqeq eslint rule.
| |||
Revert to using void as cleanup type for useFacetEffect.
| |||
| 0.5.2 | Adding bigint to Value type. | September 25, 2023 | |
| 0.5.3 | Fix children being called with null and undefined. | October 27, 2023 | |
| 0.5.4 | Added support for foreignObject in our custom renderer.
|
January 31, 2024 | |
| 0.6.0 | Added property count to Map to make length of provided array available. | July 25, 2024 | |
Cached maps useFacetMemo can return values before any subscription.
| |||
| 0.6.1 | Fix useFacetUnwrap support for custom equality check.
| ||
| 0.6.2 | Updated puppeteer to the latest version. | March 12, 2025 | |
Update the useSharedFacet typing.
| |||
| 0.6.4 | Correctly export fireEvent from renderer.ts.
|
April 3, 2025 | |
| 18.0.0 | Update to React 18. | September 4, 2025 | |
| 18.1.0 | Support for React 18's useTransition and startTransition.
|
September 17, 2025 | |
| 18.2.0 | Move documentation from separate branch to main branch. | October 16, 2025 | |
Added comment for code smell using useFacetCallback.
| |||
Fix issue with incorrect typing for StrictReactNode.
| |||
| New Unwrap and Times helper components. | |||
| 18.3.0 | Documentation improvements & spring cleaning. | October 28, 2025 | |
Fix support for updating equality checks of useFacetWrapMemo.
| |||
| 18.4.0 | Fix createStaticFacet triggering NO_VALUE.
|
November 14, 2025 | |
| Fix edge case of effects without facets not running. | |||
Fix external types of mapFacets helper functions.
| |||
| 18.5.0 | Copilot support. | February 18, 2026 | |
| Support for new auxclick event. | |||
Issues
[edit | edit source]Issues relating to "Ore UI", "OreUI", "New UI", "NewUI", or "New design" are maintained on the bug tracker. Issues should be reported and viewed there.
Trivia
[edit | edit source]- The in-game descriptions of features are sometimes remarkable or humorous. Notable quotes are:
- Explore a mysterious world where you build, collect, craft, and fight monsters.
- Whatever the default game mode is... that's what you get.
- You can't respawn if you die. Good luck! You'll need it.
- A mysterious series of numbers used to create your world
- Might want to build with stone
- Red box goes boom
- Enjoy Minecraft with friends
- Minecraft is for everyone, including you
- Shiny glint for enchanted items
- Reverses up and down when looking around. A less common option for keyboard and mouse users, but you do you.
- We didn't know where else to put these settings
- Technical info that's not relevant to players. Feel free to have a look if you're curious!
- Not a trick question. How smooth do you like your blocks?
- Happy little clouds in the sky
- Leaves but better
- Bubbles with style
- Minecraft, in full screen
Gallery
[edit | edit source]Screenshots
[edit | edit source]Bedrock Edition
[edit | edit source]-
Ore UI refresh of create new world screen.
-
Ore UI refresh of edit world screen.
-
Ore UI refresh of inbox screen.
-
Ore UI refresh of game menu in player permissions screen.
-
Ore UI refresh of profile screen (not signed in).
-
Ore UI refresh of profile screen.
-
Ore UI refresh of search for players screen.
-
Ore UI refresh of report bad behavior screen.
-
Ore UI refresh of profile in screenshot gallery screen.
-
Ore UI refresh of the achievements screen.
Bedrock Editor
[edit | edit source]-
Ore UI refresh of create new project screen.
-
Ore UI refresh of project tool mode screen.
Minecraft Education
[edit | edit source]-
Ore UI refresh of create new world screen.
-
Ore UI refresh of edit world screen.
Development screenshots
[edit | edit source]Achievement
[edit | edit source]-
A sneak peek of the achievement details screen.
-
A sneak peek of the achievements screen.
Atlas
[edit | edit source]-
An older version of the atlas file.
-
The current version of the atlas file.
Create new world
[edit | edit source]-
A sneak peek of the create new world screen, showing active resource packs section.
-
A sneak peek of the create new world screen, showing a part of the "Create" button.
-
Another sneak peek of the create new world screen, showing the world's difficulty selector.
External inventories
[edit | edit source]-
An early look of the crafting table screen.[26]
-
An early look of the crafting recipe screen.[27]
-
An early look of the crafting recipe locked screen.[27]
-
An early look of the lit furnace 100% screen.[29]
-
An early look of the lit furnace 50% screen.[29]
-
An early look of the grindstone screen.[30]
-
An early look of the brewing stand screen.[30]
-
An early look of the ender chest container screen.[32]
-
An early look of the shulker box container screen.[32]
-
An early look of the pocket ui profile of shulker box container screen.[33]
-
An early look of the classic ui profile of shulker box container screen.[33]
Player permission
[edit | edit source]-
An early look of the Player Permissions screen.[34]
-
An early look of the Player Permissions screen.[34] (kick players confirmation dialog)
Party
[edit | edit source]-
An early look of the create party screen.[35]
Disconnected
[edit | edit source]-
An early look of the disconnection screen.[36]
Quick world creation
[edit | edit source]-
A sneak peek of the quick world creation in select character screen.[37]
Realms
[edit | edit source]-
A sneak peek of the Realms Stories in "Timeline" tab opt in to timeline message.[38]
dotJS 2018
[edit | edit source]-
Early prototype of Bedrock Edition's title screen UI redesign
-
Tech preview of Bedrock Edition's title screen UI redesign.
-
An improved version of the tech preview with the panorama updated to match Update Aquatic from 2020.[40]
-
Bedrock Edition's achievement UI redesign.[41]
Ore UI-styled screenshots
[edit | edit source]These UIs take design inspiration from Bedrock Edition's UI redesign, and are not really implemented through Ore UI framework, instead they may use resource pack or different implementation based on JSON UI.
-
Quests screen in the Minecraft Movie Live Event.
-
Map screen in the Minecraft Movie Live Event.
-
Return to Lobby confirmation dialog in the Minecraft Movie Live Event.
-
NPC conversation screen in the 15 Year Journey.
-
Sticker collected screen in the 15 Year Journey.
-
Return to Hub confirmation dialog in the 15 Year Journey.
Videos
[edit | edit source]- Developer for Ore UI
References
[edit | edit source]- ↑ "first commit · Mojang/ore-ui@a899c6a" – GitHub.
- ↑ "Mojang/ore-ui: 💎 Building blocks to construct game UIs using web tech." – GitHub.
- ↑ "Thanks for everyone that attended my talk live at @ReactAdvanced. For anyone that couldn't attend, I'll post a link here once it is available for everyone. It was a developer conference, but if you were waiting for a sneak peek on the new UI components... here it is ☺️" – @pirelenito on X (formerly Twitter), October 26, 2021
- ↑ "Mojang 2022 - Now" – Senior UX/UI Designer.
- ↑ "GameTest Q&A 2021/08/06" – Bedrock Wiki.
- ↑ a b "Using React to Build Performant Game UIs in Minecraft - Paulo Ragonha, React Advanced 2021" – December 27, 2021 on YouTube
- ↑ a b c "dotJS 2018 - Tobias Ahlin - Adding JavaScript to Minecraft" – March 4, 2019 on YouTube
- ↑ "Powered by Coherent Labs" – Coherent Labs.
- ↑ "Coherent Gameface" – Coherent Labs.
- ↑ a b "Uh-oh! I think I pressed something, and now 5% of #Minecraft beta users will see the new achievements screen. Well, might as well ask for feedback here: https://aka.ms/mcAchievementBeta." – @Volgar on X (formerly Twitter), July 31, 2020
- ↑ "I'll provide more context later, but... jam. It gets everywhere. Hence, a whopping 75% of #Minecraft players have a chance to see the new achievements screen both in the latest release and the latest beta. Stay tuned! Ta-tah!" – @Volgar on X (formerly Twitter), December 10, 2020
- ↑ "Importing codebase from internal repository (#1) · Mojang/ore-ui@96c107c" – GitHub.
- ↑ "Schedule" – React Advanced.
- ↑ "No. Allowing directly changing screens is what made improving the UI design of Minecraft impossible: any change breaks existing mods. It's the same reason why there is a graveyard of abandoned mods for Java Minecraft – not every modder has time to make updates for every release." – @Volgar on X (formerly Twitter), December 9, 2024
- ↑ "Intro to JSON UI" – Bedrock Wiki, April 1, 2024.
- ↑ MCPE-180757 — HBUI texture files are not in the "resource_packs" folder — resolved as "Works As Intended".
- ↑ "It probably won't be supported in the new screens, but it certainly shouldn't look like this, just plain text. Thanks, I'll pass it to the team." – @Volgar on X (formerly Twitter), December 12, 2024
- ↑ MCPE-174371 — The new "Play screen" UI doesn't support colored characters — resolved as "Works As Intended".
- ↑ MCPE-152246 — New Create New World UI doesn't support text formatting codes — resolved as "Works As Intended".
- ↑ "Emojis & Symbols" – Bedrock Wiki, April 1, 2024.
- ↑ MCPE-185774 — New server UI does not show some characters — resolved as "Won't Fix".
- ↑ "Howdy, my dears! In case you missed it, there is now new Inbox screen built with Ore UI available in #Minecraft preview builds. It's a work in progress, but hopefully it'd be a hub for release notes, invitations etc" – @Volgar on X (formerly Twitter), December 13, 2023
- ↑ "Well, actually, that's not all, my dears. In today's preview the new Edit World screen is rolling out too! Check it out, and use the feedback button on the screen to tell us what you think." – @Volgar on X (formerly Twitter), December 13, 2023
- ↑ "So far the HUD only has the hotbar." – @xKingDarkYT on X (formerly Twitter), December 28, 2024
- ↑ a b c "New inventory, dropper/dispenser and hopper OreUI screens." – @nipitare_ on X (formerly Twitter), September 4, 2025
- ↑ a b "Anvil and the Crafting Table screens in OreUI" – @SmokeyStack_ on X (formerly Twitter), August 12, 2025
- ↑ a b "New OreUI crafting recipe screen in #Minecraft
First image is unlocked recipes, second one locked ones
Note: Amount of rows might be inaccurate and don't worry about bread." – @nipitare_ on X (formerly Twitter), September 9, 2025 - ↑ "Looks still early wip but could be soon... maybe as soon as next year?" – @xKingDarkYT on X (formerly Twitter), November 20, 2024
- ↑ a b c "Furnace screen in OreUI has recived some major updates" – @nipitare_ on X (formerly Twitter), December 3, 2025
- ↑ a b "New OreUI grindstone and brewing stand screens (white bars are progress bar both at 50%)" – @nipitare_ on X (formerly Twitter), January 27, 2026
- ↑ "Some part of new trading screen in OreUI. Code wise trade offers seem to be implemented but cannot get them to work." – @nipitare_ on X (formerly Twitter), September 23, 2025
- ↑ a b c d "OreUI versions of the container screens" – @xKingDarkYT on X (formerly Twitter), December 28, 2024
- ↑ a b c d "Apparently OreUI screens are side by side if you use pocket ui profile. This applies to all OreUI container screens, shulker box and anvil are just examples." – @nipitare_ on X (formerly Twitter), September 18, 2025
- ↑ a b "An OreUI version of the player permissions screen was added in today's Preview (1.21.60.25)" – @xKingDarkYT on X (formerly Twitter), January 8, 2025
- ↑ "Seems like Mojang is working on a party system?" – @xKingDarkYT on X (formerly Twitter), February 28, 2025
- ↑ "New disconnection screen." – @xKingDarkYT on X (formerly Twitter), February 28, 2025
- ↑ "New Character Selector screen in #Minecraft Bedrock" – @inotflying on X (formerly Twitter), May 8, 2025
- ↑ "Realms upcoming feature sneak peek 👀
Bedrock Realm owners will have the option to require that players opt-in to the Realm's Timeline if they want to play on the Realm." – @CornerHardMC on X (formerly Twitter), May 16, 2025 - ↑ "Small Realms improvement coming in 1.21.90: there's a new "Add Members" button that takes you directly to the screen that allows you to add members to your Realm" – @CornerHardMC on X (formerly Twitter), May 24, 2025
- ↑ "A look at early abandoned designs of the Start Screen (Main Menu)
Left image is from 2019
Right image is from 2020" – @xKingDarkYT on X (formerly Twitter), April 24, 2023 - ↑ https://twitter.com/xKingDarkTV/status/1650372641637687296
External links
[edit | edit source]GitHub
[edit | edit source]Feedback
[edit | edit source]- Achievement in beta 1.16.100.50
- Achievement Screen Beta Thread on July 30, 2020
- Create new world in beta 1.18.20.21
- Updated “Create New World” experience in Bedrock Beta on January 27, 2022
- Death in Preview 1.19.80.20
- Updated "You Died" Screen Experience on March 8, 2023
- Servers in Preview 1.20.80.21
- Updated 'Servers Tab' Experience in Bedrock Preview on February 23, 2024
- Search for players in Preview 1.20.80.23
- Enhancements to finding friends in Bedrock Preview on March 18, 2024
- Profile in Preview 1.21.0.20
- Updated Player Profile in Bedrock Preview! on April 3, 2024
- Realms in Preview 1.21.20.21
- Updated Realms Tab Experience in Bedrock Preview on April 23, 2024
- Screenshots in Preview 1.21.30.22
- Screenshots available in Bedrock Preview! on August 7, 2024
- Create from template in Preview 1.21.30.24
- Updated Template Screen Experience in Bedrock Preview! on April 11, 2024
- Play in 1.21.60
- Let’s talk about the new Bedrock Edition Play screen! on December 12, 2024
- Player permissions in Preview 1.21.70.22
- Improvements to the Player Permissions screen in Bedrock on February 5, 2025
- Settings in Preview 1.21.100.20
- Let’s talk about our updated settings! (Bedrock) on September 1, 2025
- Social drawer on Party system in Preview 26.0.25
- New Party System (Bedrock Preview) on December 10, 2025
Navigation
[edit | edit source]| Editions |
| ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Development |
| ||||||||
| Technical |
| ||||||||
| Multiplayer | |||||||||
| Exclusive features |
| ||||||||
| Removed | |||||||||
| |||||||||||||||||||
| |||||||||||||||||||