Skip to content

Commit 527e630

Browse files
committed
update popup text
1 parent 12f2f18 commit 527e630

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

index.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,14 @@
1515
<body>
1616
<dialog id="intro-dialog">
1717
<img src="title.png" alt="Datapack Toolkit" />
18-
<p>An easy-to-use Minecraft worldgen datapack configuration tool!</p>
19-
<p>Early in development, currently supporting:</p>
20-
21-
<ul>
22-
<li>Custom datapack configuration options</li>
23-
</ul>
24-
<p>Planned to support:</p>
18+
<p>Datapack Toolkit is an easy-to-use Minecraft worldgen datapack configuration tool.</p>
19+
<p>This version is early in development, and currently only supports custom datapack configuration screens.</p>
20+
<p>Also planned to support:</p>
2521
<ul>
26-
<li>Picking biome definition providers</li>
22+
<li>Picking biome definition providers from a set of packs</li>
2723
<li>Editing structure set placement</li>
2824
</ul>
25+
<p>This tool is in no way associated with Minecraft or Mojang Studios. Creators of datapacks are not liable for their functionality after you modify them.</p>
2926
<div class="button-container">
3027
<button type="button">Ok! Let me configure</button>
3128
</div>

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ dialog {
8484
background: var(--background);
8585
border: var(--border-width) solid var(--background-above);
8686

87-
max-width: 30rem;
87+
max-width: 35rem;
88+
padding: 1.5em;
8889

8990
h1 {
9091
margin: 0;

0 commit comments

Comments
 (0)