blockbench/content/news.json

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