blockbench/content/news.json
JannisX11 e3ac34f4c5 Fix typo in splash screen
Fix Update Notification button not working
Split event for new project / setup project
Fix issue where deleting theme files would cause error pop up on start
Fix issue with field in texture generator dialog toggling on input
(caused by underlying bug in Condition system)
Fix wrong icon in "Display UV" option
Fix new cubes not updating position
2021-10-20 22:55:54 +02:00

35 lines
1.3 KiB
JSON

{
"new_version": {
"color": "var(--color-bright_ui)",
"text_color": "var(--color-bright_ui_text)",
"graphic": {
"type": "image",
"source": "https://web.blockbench.net/content/splash_art.png?40",
"width": 1000,
"aspect_ratio": "21/10",
"description": "Splash Art by [Wackyblocks](https://twitter.com/wackyblocks)"
},
"layout": "vertical",
"text": [
{"text": "Welcome to Blockbench 4.0, the Mesh Update!", "type": "h1"},
{"text": "Check out the [full changelog](https://github.com/JannisX11/blockbench/releases/tag/v4.0.0)!"}
],
"features": [
{
"image": "https://web.blockbench.net/content/tabs.png",
"title": "Tabs!",
"text": "Open multiple models at the same time and easily switch between them using the new project tabs!"
},
{
"image": "https://web.blockbench.net/content/poly_mesh.png",
"title": "Poly Mesh Editing!",
"text": "Blockbench now supports poly mesh editing, which lets you create and modify any type of shape in generic models."
},
{
"image": "https://web.blockbench.net/content/theme_browser.png",
"title": "Theme Browser",
"text": "You can now discover and switch to new themes directly inside Blockbench. Also, the theme menu and the other settings menus have been re-designed and cleaned up!"
}
]
}
}