blockbench/content/news.json
2022-07-22 19:26:42 +02:00

24 lines
893 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.3 - The Start Screen Update!", "type": "h1"},
{"text": "Check out the [full changelog](https://github.com/JannisX11/blockbench/releases/tag/v4.3.0)!"}
],
"features": [
{
"image": "https://web.blockbench.net/content/start_screen.png",
"title": "Improved Start Screen",
"text": "Formats are now organized into categories, and provide detailed descriptions. Also, recent models can be pinned as favorites!"
},
{
"image": "https://web.blockbench.net/content/preview_scenes.png",
"title": "Preview Scenes",
"text": "Preview your model in a different environment. Check out how it looks in a Minecraft biome, or in a studio setting!"
}
]
}
}