2021-06-17 21:32:00 +02:00
{
"new_version" : {
"color" : "var(--color-bright_ui)" ,
2021-08-27 18:41:18 +02:00
"text_color" : "var(--color-bright_ui_text)" ,
2021-06-17 21:32:00 +02:00
"graphic" : {
"type" : "image" ,
2021-09-21 21:13:24 +02:00
"source" : "./content/splash_art.png?39" ,
"width" : 1000 ,
2021-10-14 12:40:59 +02:00
"aspect_ratio" : "21/10" ,
2021-09-21 21:13:24 +02:00
"description" : "Splash Art Placeholder by [DerBauersSohn](https://twitter.com/DerBauersSohn__)"
2021-06-17 21:32:00 +02:00
} ,
2021-09-21 21:13:24 +02:00
"layout" : "vertical" ,
2021-06-17 21:32:00 +02:00
"text" : [
2021-09-21 21:13:24 +02:00
{ "text" : "Welcome to Blockbench 4.0, the Mesh Update!" , "type" : "h1" } ,
{ "text" : "Check out the [full changelog](https://github.com/JannisX11/blockbench/releases/tag/v4.0.0)!" }
] ,
"features" : [
{
2021-10-01 18:43:10 +02:00
"image" : "./content/tabs.png" ,
2021-09-21 21:13:24 +02:00
"title" : "Tabs!" ,
"text" : "Open multiple models at the same time and easily switch between them using the new project tabs!"
} ,
{
2021-10-01 18:43:10 +02:00
"image" : "./content/poly_mesh.png" ,
"title" : "Poly Mesh Editing!" ,
"text" : "Blockbench now supports poly mesh editing, which let's you create any shapes in generic models."
} ,
{
"image" : "./content/theme_browser.png" ,
2021-09-21 21:13:24 +02:00
"title" : "Theme Browser" ,
"text" : "You can now discover and switch to new themes directly inside Blockbench. Also, the theme menu and the other settings menus have been re-designed and cleaned up!"
}
2021-06-17 21:32:00 +02:00
]
}
}