blockbench/content/news.json
JannisX11 eb4187899e Bump version to 4.2
Update news screen content
2022-03-29 17:40:59 +02:00

29 lines
975 B
JSON

{
"new_version": {
"color": "var(--color-bright_ui)",
"text_color": "var(--color-bright_ui_text)",
"layout": "vertical",
"insert_after": "splash_screen",
"text": [
{"text": "Welcome to Blockbench 4.2, the Panel Update!", "type": "h1"},
{"text": "Check out the [full changelog](https://github.com/JannisX11/blockbench/releases/tag/v4.2.0)!"}
],
"features": [
{
"image": "https://web.blockbench.net/content/panels.png",
"title": "Movable Panels!",
"text": "Panels can now be snapped to the top or bottom of the interface, or float anywhere!"
},
{
"image": "https://web.blockbench.net/content/texture_editing.png",
"title": "Texture Editing",
"text": "More texture editing tools, like color adjustments, curves, and improved 2D texturing panel!"
},
{
"image": "https://web.blockbench.net/content/mesh_uv.png",
"title": "Seam Tool",
"text": "New tools for better automatic mesh UV unwrapping!"
}
]
}
}