Skip to content

Commit

Permalink
Merge pull request #530 from ewanhowell5195/master
Browse files Browse the repository at this point in the history
Fix render controls for Minecraft Title Generator
  • Loading branch information
JannisX11 authored May 10, 2024
2 parents e78c752 + 230225e commit 2abe90f
Show file tree
Hide file tree
Showing 3 changed files with 800 additions and 730 deletions.
11 changes: 8 additions & 3 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,16 @@
"author": "Ewan Howell",
"description": "Create Minecraft-styled title models!",
"tags": ["Minecraft", "Title", "Logo"],
"version": "1.4.1",
"version": "1.5.0",
"min_version": "4.8.0",
"variant": "both",
"creation_date": "2023-06-10",
"await_loading": true
"await_loading": true,
"contributes": {
"formats": ["minectaft_title"]
},
"has_changelog": true,
"website": "https://ewanhowell.com/plugins/minecraft-title-generator/"
},
"workspaces": {
"title": "Workspaces",
Expand Down Expand Up @@ -582,7 +587,7 @@
"version": "2.0.0",
"min_version": "4.9.4",
"variant": "both",
"tags": ["Format: Generic Model", "Mesh", "Tool"]
"tags": ["Format: Generic Model", "Mesh", "Tool"]
},
"wasd_controls": {
"title": "WASD Controls",
Expand Down
23 changes: 23 additions & 0 deletions plugins/minecraft_title_generator/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"1.5.0": {
"title": "1.5.0",
"date": "2024-05-10",
"author": "Ewan Howell",
"categories": [
{
"title": "Changes",
"list": [
"Made the position camera button a main button with a new icon",
"Render buttons now have tooltips"
]
},
{
"title": "Bug Fixes",
"list": [
"Fixed render controls disappearing for some people",
"Fixed render controls missing in Blockbench v4.10.0"
]
}
]
}
}
Loading

0 comments on commit 2abe90f

Please sign in to comment.