-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #530 from ewanhowell5195/master
Fix render controls for Minecraft Title Generator
- Loading branch information
Showing
3 changed files
with
800 additions
and
730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.