blockbench/content/news.json

35 lines
1.3 KiB
JSON
Raw Normal View History

2021-06-17 21:32:00 +02:00
{
"new_version": {
"color": "var(--color-bright_ui)",
2021-08-27 18:41:18 +02:00
"text_color": "var(--color-bright_ui_text)",
2021-06-17 21:32:00 +02:00
"graphic": {
"type": "image",
2021-10-14 22:42:28 +02:00
"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)"
2021-06-17 21:32:00 +02:00
},
"layout": "vertical",
2021-06-17 21:32:00 +02:00
"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": [
{
2021-10-14 22:42:28 +02:00
"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!"
},
{
2021-10-14 22:42:28 +02:00
"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."
},
{
2021-10-14 22:42:28 +02:00
"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!"
}
2021-06-17 21:32:00 +02:00
]
}
}