mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-11 16:12:06 +08:00
30 lines
1.0 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |