refactor: fix indentation

https://beautifier.io
main
code913 2 years ago committed by GitHub
parent d009867829
commit 4b6c011b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,12 +1,14 @@
<html lang="en" data-bs-theme="dark">
<head>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cursed Creations | World Expansion</title>
<link rel="icon" type="image/x-icon" href="../cursedcreations.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body>
</head>
<body>
<!-- Header -->
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
@ -32,7 +34,8 @@
</nav>
<br>
<ul><h1 id="version-header">World Expansion mods for Minecraft: Java Edition</h1>
<ul>
<h1 id="version-header">World Expansion mods for Minecraft: Java Edition</h1>
<p>These are special mods that expand Minecraft beyond the 32bit integer limit.
These 64bit and BigInteger mods let you teleport trillions of blocks away, visiting the native Java Edition farlands, and viewing where the farlands ended up after they got "patched" in beta 1.8.
<a href="#unlimitedmc">Click here to scroll to the BigInteger downloads section</a>
@ -221,10 +224,13 @@
<li>1.8 (Zero)</li>
</h4>
<ul id="1.8-64">
<div id="1.8-note"><ul>Note from author:
<div id="1.8-note">Note from author:
Very buggy, has log spam which can rapidly decrease FPS and can cause disk usage to rise drastically, has a bug at 2^35 which causes stripes of chunks to not load every power of 2, Chunk overwrite limit causes chunk and entity relocation spam, highly unstable. Player will be affected.
<ul>
<li>v2 - Most issues are fixed, log spam is fixed</li>
<li>v3 - Fixes 2^35 bug, Slowfalling still exists (due to server thread becoming overloaded)</li></ul></div>
<li>v3 - Fixes 2^35 bug, Slowfalling still exists (due to server thread becoming overloaded)</li>
</ul>
</div>
<li><a href="../mods/64bit/release/1.8/minecraft-1.8-64bit-v1-zero.zip">v1.0</a></li>
<li><a href="../mods/64bit/release/1.8/minecraft-1.8-64bit-v2-zero.zip">v2.0</a></li>
<li><a href="../mods/64bit/release/1.8/minecraft-1.8-64bit-v3-zero.zip">v3.0</a></li>
@ -257,7 +263,9 @@
<li><a href="../mods/64bit/release/1.12.2/minecraft-1.12.2-64bit-v2.75.zip">v2.75</a></li>
<li><a href="../mods/64bit/release/1.12.2/minecraft-1.12.2-64bit-v3.zip">v3.0</a></li>
</ul>
<h4><li>mclong 1.19.2-1.20.1 (AlphaMode)</li></h4>
<h4>
<li>mclong 1.19.2-1.20.1 (AlphaMode)</li>
</h4>
<ul id="mclong">
<li><a href="https://github.com/AlphaMode/MinecraftLong2">Source (no installer is distruibuted, 'gradlew setup installerJar mclong_client' to run, installer will be found in 'projects/mclong/build/libs'</a></li>
</ul>
@ -266,12 +274,16 @@
<div id="unlimitedmc-div">
<h3 id="unlimitedmc">Downloads | Unlimited Worldgen (BigInteger mods)</h3>
<ul>
<h4><li>1.20.1 (AlphaMode)</li></h4>
<h4>
<li>1.20.1 (AlphaMode)</li>
</h4>
<ul id="1.20.1-BigInt">
<li><a href="https://cdn.discordapp.com/attachments/887678021736218639/1151347327303417946/mclong-1.20.1-0.0.0-1.20.1-big-installer.jar">Download installer, run like you would install forge (Latest as of 2023/09/12)</a></li>
<li><a href="https://github.com/AlphaMode/MinecraftLong2/tree/1.20.1-big">Source</a></li>
</ul>
<h4><li>1.12.2 (mckuhei)</li></h4>
<h4>
<li>1.12.2 (mckuhei)</li>
</h4>
<ul id="1.12.2-BigInt">
<li><a href="/mods/unlimited/release/1.12.2/mod.zip">v1.0.1</a></li>
</ul>
@ -280,5 +292,6 @@
</ul>
<h2>We will no longer be distributing or supporting deobfuscated mods due to all of them being no longer supported by the developer or us at Cursed Creations</h2>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</body>
</body>
</html>

Loading…
Cancel
Save