blockbench/content/news.json

30 lines
1.0 KiB
JSON
Raw Normal View History

2021-06-18 03:32:00 +08:00
{
"new_version": {
"color": "var(--color-bright_ui)",
"text_color": "var(--color-bright_ui_text)",
"layout": "vertical",
"insert_after": "splash_screen",
2021-06-18 03:32:00 +08:00
"text": [
2023-04-18 00:33:51 +08:00
{"text": "Welcome to Blockbench 4.7", "type": "h2"},
{"text": "The Reference Image Update!", "type": "h1"},
{"text": "Check out the [full changelog](https://github.com/JannisX11/blockbench/releases/tag/v4.7.0)!"}
],
"features": [
{
2023-04-18 00:33:51 +08:00
"image": "https://web.blockbench.net/content/thumb_references.png",
"title": "Reference Images",
"text": "Load reference images into the program, arrange them to your liking, or use them as blueprints!"
},
{
2023-04-18 00:33:51 +08:00
"image": "https://web.blockbench.net/content/thumb_mesh_edit.png",
"title": "Mesh Improvements",
"text": "Proportional Editing, glTF Armature export, UV features, and much more!"
2022-09-15 00:30:39 +08:00
},
{
2023-04-18 00:33:51 +08:00
"image": "https://web.blockbench.net/content/thumb_attachables.png",
"title": "Attachable Preview",
"text": "Position and animate attachables for Minecraft Bedrock Edition with live preview"
}
2021-06-18 03:32:00 +08:00
]
}
}