Link to libpov_biome_exporter in main page

This commit is contained in:
Wuzzy 2024-11-30 19:36:11 +01:00
parent 97b1450e4c
commit 49be8bb9c6
2 changed files with 7 additions and 0 deletions

View File

@ -105,6 +105,11 @@ hr {
border-color: #a0a0a0; border-color: #a0a0a0;
border-style: solid; border-style: solid;
} }
hr.thin {
border-width: 1px;
margin-top: 1em;
margin-bottom: 0.5em;
}
.borderedSection { .borderedSection {
border-color: #606060; border-color: #606060;
border-width: 2px; border-width: 2px;

View File

@ -203,6 +203,8 @@ A Voronoi diagram is supposed to be here but for some reason it cannot be displa
<br> <br>
<button id="inputImportSubmit" type="button">Import</button> <button id="inputImportSubmit" type="button">Import</button>
<div id="importResultOuter" hidden><br><div id="importResultMessage"></div></div> <div id="importResultOuter" hidden><br><div id="importResultMessage"></div></div>
<hr class="thin">
<div>Hint: Use <a href="https://codeberg.org/Wuzzy/libpov_biome_exporter" title="Luanti mod: libpov_biome_exporter">libpov_biome_exporter</a> to convert game biomes to JSON.</div>
</form> </form>
</div> </div>
</div> </div>