blockbench/content/news.json
2023-11-10 15:15:39 +01:00

35 lines
1.3 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.9", "type": "h2"},
{"text": "The Layer Update!", "type": "h1"},
{"text": "Check out the [full changelog](https://github.com/JannisX11/blockbench/releases/tag/v4.9.0)!"}
],
"features": [
{
"image": "https://web.blockbench.net/content/plugin_browser.png",
"title": "Layers & Selection Tools",
"text": "The 2D Image Editor now features selection tools, layers, secondary color, and more!"
},
{
"image": "https://web.blockbench.net/content/outliner_search.png",
"title": "Animation Onion Skinning",
"text": "Display different points in time of your animation as reference!"
},
{
"image": "https://web.blockbench.net/content/mirror_modeling.png",
"title": "Animation Presets",
"text": "Select from a list of 20 built-in animation presets, or create your own, to make an animation in no time!"
},
{
"image": "https://web.blockbench.net/content/outliner_search.png",
"title": "Plugin Info & Settings",
"text": "View details and features of a plugin, and change settings, directly from the plugin menu"
}
]
}
}