blockbench/content/news.json
2023-01-15 18:21:06 +01:00

30 lines
1.0 KiB
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.6", "type": "h2"},
{"text": "The Animation Controller Update!", "type": "h1"},
{"text": "Check out the [full changelog](https://github.com/JannisX11/blockbench/releases/tag/v4.6.0)!"}
],
"features": [
{
"image": "https://web.blockbench.net/content/bezier.png",
"title": "Bézier Curves",
"text": "Create extra dynamic and smooth animations with bézier curves!"
},
{
"image": "https://web.blockbench.net/content/animation_controller.png",
"title": "Animation Controller Editing",
"text": "Edit and preview animation controllers for Minecraft Bedrock directly in Blockbench"
},
{
"image": "https://web.blockbench.net/content/profiles.png",
"title": "Settings Profiles",
"text": "Create profiles to define settings for specific formats, situations, or for other users"
}
]
}
}