main
SolDev69 2 years ago
parent 5815e91381
commit 890d8c32d1

@ -1,4 +1,4 @@
let dropdownMenu = document.getElementById("dropdown") let dropdownMenu = document.getElementById("phase")
let downloads = document.getElementById("dl") let downloads = document.getElementById("dl")
let versionObject64 = { let versionObject64 = {
"Infdev": { "Infdev": {

@ -50,7 +50,7 @@
<option value="beta">Beta</option> <option value="beta">Beta</option>
<option value="release">Release</option> <option value="release">Release</option>
</select> </select>
<select id="dl" hidden></select> <select id="downloads64" hidden></select>
<p id="downloads64-box"></p> <p id="downloads64-box"></p>
</ul> </ul>
<h1 id="unlimitedmc"> Unlimited Worldgen ("128 bit")</h1> <h1 id="unlimitedmc"> Unlimited Worldgen ("128 bit")</h1>

Loading…
Cancel
Save