blockbench/content/news.json
2022-09-14 18:30:39 +02:00

29 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.4 - The Brush Update!", "type": "h1"},
{"text": "Check out the [full changelog](https://github.com/JannisX11/blockbench/releases/tag/v4.4.0)!"}
],
"features": [
{
"image": "https://web.blockbench.net/content/custom_brushes.png",
"title": "Custom Brushes",
"text": "Create custom brushes, change the blend mode and brush shape, or use the brand new Copy Brush!"
},
{
"image": "https://web.blockbench.net/content/image_editor.png",
"title": "2D Image Editor",
"text": "Edit textures or create pixel art in the new built-in 2D image editor!"
},
{
"image": "https://web.blockbench.net/content/validator.png",
"title": "Validator",
"text": "The new Validator will automatically spot common issues with your model so that you can catch them early!"
}
]
}
}