mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-12-09 04:50:29 +08:00
eb4187899e
Update news screen content
29 lines
975 B
JSON
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!"
|
|
}
|
|
]
|
|
}
|
|
} |