Skip to content

Commit

Permalink
consistent "datapack" & meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Jan 10, 2024
1 parent d203cfd commit f9c4489
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Minecraft Datapack and Resourcepack analyzer</title>
<meta name="description" content="A tool to analyze your Minecraft Java datapacks and resourcepacks and generate stats from them.">
<title>Minecraft Datapack and Resourcepack Analyzer</title>
<meta name="description" content="A local, open source and offline-working tool to analyze your Minecraft Java datapacks and resourcepacks and generate stats from them.">
<meta name="theme-color" content="#216E4A">
<meta property="og:url" content="https://pack-analyzer.pages.dev/">
<meta property="og:image" content="https://pack-analyzer.pages.dev/assets/images/showcase1.png">
<meta property="twitter:card" name="twitter:card" content="summary_large_image">

<link rel="manifest" href="./manifest.json">
<link href="./assets/images/icon-128x128.png" rel="shortcut icon" type="image/x-icon">
Expand All @@ -32,7 +35,7 @@ <h2>Drop/paste a .zip file or select a folder below to analyze locally!</h2>
<button type="button" onclick="clearResults()">Clear results</button>
<button type="button" onclick="share('txt')">Export as .txt</button>
<button type="button" onclick="share('json')">Export as .json</button>
<button type="button" onclick="share('link')">Share link</button>
<button type="button" onclick="share('link')">Share as link</button>
<button type="button" onclick="share('png')">Generate image</button>
</div>

Expand Down Expand Up @@ -62,7 +65,7 @@ <h1 id="progress"></h1>
<h1>About</h1>

<p>
Made in HTML, plain JavaScript and CSS, this site allows you to get usage stats from your Minecraft data and resource packs.
Made in HTML, plain JavaScript and CSS, this site allows you to get usage stats from your Minecraft datapacks and resourcepacks.
It also allows analyzing of whole worlds and shaders.
</p>

Expand Down Expand Up @@ -91,7 +94,7 @@ <h1>Share as link</h1>
<a id="share-link" href="https://shorter.cf"></a>
<br>
<br>
<img id="share-img" width="150" height="150" alt="QR-Code">
<img id="share-img" width="150" height="150" alt="QR code link for sharing">
</div>
</div>
</main>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pack-analyzer",
"version": "2.0.0",
"private": true,
"description": "Allows you to analyze and generate stats for [Minecraft](https://minecraft.net) Java Edition data and resource packs.",
"description": "Allows you to analyze and generate stats for [Minecraft](https://minecraft.net) Java Edition datapacks and resourcepacks.",
"main": "index.html",
"author": "TomatoCake",
"license": "CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0",
Expand Down

0 comments on commit f9c4489

Please sign in to comment.