blockbench/content/news.json
JannisX11 4c9d9acd5d Implement new start screen + new start screen tech
Implement mesh painting grid, close #1014
Implement mesh mirror painting, close #1013
Fix issue displaying mesh without faces
Implement mesh UV mirroring
2021-09-21 21:13:24 +02:00

35 lines
1.2 KiB
JSON

{
"new_version": {
"color": "var(--color-bright_ui)",
"text_color": "var(--color-bright_ui_text)",
"graphic": {
"type": "image",
"source": "./content/splash_art.png?39",
"width": 1000,
"aspect_ratio": "16/9",
"description": "Splash Art Placeholder by [DerBauersSohn](https://twitter.com/DerBauersSohn__)"
},
"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": "./content/splash_art.png",
"title": "Poly Mesh Editing!",
"text": "Blockbench now supports poly mesh editing, which let's you create any shapes in generic models."
},
{
"image": "./content/splash_art.png",
"title": "Tabs!",
"text": "Open multiple models at the same time and easily switch between them using the new project tabs!"
},
{
"image": "./content/splash_art.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!"
}
]
}
}