commit
b34e14e156
@ -0,0 +1,49 @@
|
|||||||
|
name: Deploy to GitHub Pages
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: "main"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_site:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install Node.js
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
|
cache: npm
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: npm install
|
||||||
|
|
||||||
|
- name: build
|
||||||
|
env:
|
||||||
|
BASE_PATH: "/${{ github.event.repository.name }}"
|
||||||
|
run: |
|
||||||
|
npm run build
|
||||||
|
|
||||||
|
- name: Upload Artifacts
|
||||||
|
uses: actions/upload-pages-artifact@v2
|
||||||
|
with:
|
||||||
|
path: "build/"
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
needs: build_site
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pages: write
|
||||||
|
id-token: write
|
||||||
|
|
||||||
|
environment:
|
||||||
|
name: github-pages
|
||||||
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Deploy
|
||||||
|
id: deployment
|
||||||
|
uses: actions/deploy-pages@v2
|
@ -0,0 +1,12 @@
|
|||||||
|
.DS_Store
|
||||||
|
node_modules
|
||||||
|
/build
|
||||||
|
/.svelte-kit
|
||||||
|
/package
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
.vercel
|
||||||
|
.output
|
||||||
|
vite.config.js.timestamp-*
|
||||||
|
vite.config.ts.timestamp-*
|
@ -1 +0,0 @@
|
|||||||
<meta http-equiv="Refresh" content="0; url='https://discord.gg/gBXj5j55uf'" />
|
|
@ -1 +0,0 @@
|
|||||||
versions.html
|
|
@ -1,284 +0,0 @@
|
|||||||
<html lang="en" data-bs-theme="dark">
|
|
||||||
<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>
|
|
||||||
<!-- Header -->
|
|
||||||
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<a class="navbar-brand" href="../index.html">Cursed Creations</a>
|
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
||||||
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="../index.html">Home</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link active" aria-current="page" href="index.html">Mods</a>
|
|
||||||
<!-- TODO: Add dropdown menu for some mods (ie Expanded Worlds site) -->
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="../wiki.html">Wiki</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<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>
|
|
||||||
</p>
|
|
||||||
<h2 id="how-to-install">How to Install</h2>
|
|
||||||
See wiki: <a href="../wiki.html#how-to-install">https://cursedcreationsteam.github.io/wiki#how-to-install</a>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<h2 id="downloads">
|
|
||||||
Downloads | 64bit Worldgen</h2>
|
|
||||||
<ul>
|
|
||||||
<h3>Infdev: </h3>
|
|
||||||
<ul>
|
|
||||||
<h4>
|
|
||||||
<li>Infdev 20100227-2 (Maxxx)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="inf-20100227-2-64">
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100227/minecraft-inf-20100227-v1-maxxx.zip">v1.0</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Infdev 20100313 (RVH)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="inf-20100313-64">
|
|
||||||
Note from RVH: 0.0.1 and 0.0.2 are untested for any destructive bugs.
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100313/inf313_long_0.0.1.zip">v0.0.1</a></li>
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100313/inf313_long_0.0.2.zip">v0.0.2</a></li>
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100313/inf313_long_0.0.3.zip">v0.0.3</a></li>
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100313/inf313_long_0.0.4.zip">v0.0.4</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Infdev 20100325 (Maxxx)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="inf-20100325-64">
|
|
||||||
<li><a href="">v1.0 (UNAVAILABLE)</a></li>
|
|
||||||
<li><a href="">v1.1 (UNAVAILABLE)</a></li>
|
|
||||||
<li><a href="">v1.2 (UNAVAILABLE)</a></li>
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100325/minecraft-inf-20100325-v1.3-maxxx.zip">v1.3</a></li>
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100325/minecraft-inf-20100325-v1.4-maxxx.zip">v1.4</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Infdev 20100327 (Zeta)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="inf-20100327-64">
|
|
||||||
<p id="inf-20100327-64-warn">Note from Zeta: This mods is in ALPHA and is likely very buggy. I don't even recall if I ever added proper 64bit worldgen to this mod but I'm uploading it regardless. This mod is also unsupported, as in it won't get any bugfixes for the time being.</p>
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100327/Zetas_64bit_inf-20100327_ALPHA_build_1.zip">ALPHA build 1</a></li>
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100327/Zetas_64bit_inf-20100327_ALPHA_build_2.zip">ALPHA build 2</a></li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Infdev 20100330 (Zero)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="inf-20100330-64">
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100330/minecraft-inf-20100330-v1-zero.zip">v1.0</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Infdev 20100414 (314rft)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="414mod">
|
|
||||||
Note from 314rft: "It's a VERY messy mod and will feel very wonky."
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100414/0.0.7_02-modzip.zip">0.0.7_02</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Infdev 20100420 (314rft, Zero)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="inf-20100420-64">
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100420/minecraft_inf-20100420_64bit_v2_314rft.zip">v2.0 (314rft)</a></li>
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100420/minecraft-inf-20100420-v1-zero.zip">v1.0 (Zero)</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Infdev 20100624 (314rft)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="inf-20100624-64">
|
|
||||||
<li><a href="../mods/64bit/infdev/inf-20100624/minecraft_inf-20100624_64bit_v1_314rft.zip">v1.0</a></li>
|
|
||||||
</ul>
|
|
||||||
</ul>
|
|
||||||
<h3>Alpha: </h3>
|
|
||||||
<ul>
|
|
||||||
<h4>
|
|
||||||
<li>Alpha v1.0.1_01 (Zeta and Zero)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="a1.0.1_01-64">
|
|
||||||
<p id="a1.0.1_01-64-note"> Note from Zeta: Some of these files were solely uploaded in a Discord server that no longer has any affiliation to Cursed Creations Inc. If you have any of these missing versions, please send them in the <a href="https://discord.gg/gBXj5j55uf">new official Discord server</a> for us to upload them, as I kinda forgot to backup these files and lost the source code.</p>
|
|
||||||
<li><a href="../mods/64bit/alpha/a1.0.1_01/ZZ-64bit_alpha_v1.0.1_01-0.0.1.zip">v0.0.1</a></li>
|
|
||||||
<li><a href="">v0.0.2 (LOST)</a></li>
|
|
||||||
<li><a href="../mods/64bit/alpha/a1.0.1_01/ZZ-64bit_alpha_v1.0.1_01-0.0.2_01.zip">v0.0.2_01</a></li>
|
|
||||||
<li><a href="../mods/64bit/alpha/a1.0.1_01/ZZ-64bit_alpha_v1.0.1_01-0.0.2_02.zip">v0.0.2_02</a></li>
|
|
||||||
<li><a href="../mods/64bit/alpha/a1.0.1_01/ZZ-64bit_alpha_v1.0.1_01-0.0.3.zip">v0.0.3</a></li>
|
|
||||||
<li><a href="">v0.0.3_01 (LOST)</a></li>
|
|
||||||
<li><a href="../mods/64bit/alpha/a1.0.1_01/ZZ-64bit_alpha_v1.0.1_01-0.0.3_02.zip">v0.0.3_02</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Alpha v1.0.6_03 (314rft)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="a1.0.6_03-64">
|
|
||||||
<li><a href="../mods/64bit/alpha/a1.0.6_03/minecraft_a1.0.6_03_64bit_v1_314rft.zip">v1.0</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Alpha v1.0.13_01 (314rft)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="a1.0.13_01-64">
|
|
||||||
<li><a href="../mods/64bit/alpha/a1.0.13_01/minecraft_a1.0.13_01_64bit_v1_314rft.zip">v1.0</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Alpha v1.1.1 (314rft)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="a1.1.1-64">
|
|
||||||
<li><a href="../mods/64bit/alpha/a1.1.1/minecraft_a111_64bit_v1_314rft.zip">v1.0</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Alpha v1.1.2 (314rft)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="a1.1.2-64">
|
|
||||||
<li><a href="../mods/64bit/alpha/a1.1.2/minecraft_a112_64bit_v1_314rft.zip">v1.0</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Alpha v1.1.2_01 (314rft, Zero)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="a1.1.2_01-64">
|
|
||||||
<li><a href="../mods/64bit/alpha/a1.1.2_01/minecraft_a1.1.2_01_64bit_v1.1_314rft.zip">v1.1 (314rft)</a></li>
|
|
||||||
<li><a href="../mods/64bit/alpha/a1.1.2_01/minecraft-a1.1.2_01-v1-zero.zip">v1.0 (Zero) (Client)</a></li>
|
|
||||||
<li><a href="../mods/64bit/alpha/a1.1.2_01/minecraft_server-a1.1.2_01-v1-zero.zip">v1.0 (Zero) (Server)</a></li>
|
|
||||||
</ul>
|
|
||||||
</ul>
|
|
||||||
<h3>Beta: </h3>
|
|
||||||
<ul>
|
|
||||||
<h4>
|
|
||||||
<li>Beta 1.1_02 (Zero)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="b1.1_02-64">
|
|
||||||
<li><a href="../mods/64bit/beta/b1.1_02/minecraft-b1.1_02-v1-zero.zip">v1.0</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Beta 1.2_02 + Aether (314rft)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="b1.2_02-aether-64">
|
|
||||||
<li><a href="../mods/64bit/beta/b1.2_02-aether/minecraft_b1.2_02_64bit_aether_v0.6.zip">v0.6 (client)</a></li>
|
|
||||||
<li><a href="../mods/64bit/beta/b1.2_02-aether/minecraft_server_b1.2_01_64bit_aether_v0.6.zip">v0.6 (server)</a></li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>Beta 1.7.3 (RVH, Zero)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="b1.7.3-64">
|
|
||||||
<li><a href="../mods/64bit/beta/b1.7.3/minecraft-b1.7.3-v1-zero.zip">v1.0 (Zero)</a></li>
|
|
||||||
Note from RVH: Notice of 15 April 2023 | These versions are safe to play, however this mod has been discontinued. It will be remade in the future.
|
|
||||||
<li><a href="../mods/64bit/beta/b1.7.3/b1.7.3LongV1.zip">v1.0 (RVH)</a></li>
|
|
||||||
<li><a href="../mods/64bit/beta/b1.7.3/b1.7.3LongV2.zip">v2.0 (RVH)</a></li>
|
|
||||||
</ul>
|
|
||||||
</ul>
|
|
||||||
<h3>Release: </h3>
|
|
||||||
<ul>
|
|
||||||
<h4>
|
|
||||||
<li>1.0.0 (314rft)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="1.0.0-64">
|
|
||||||
<li><a href="../mods/64bit/release/1.0.0/minecraft_1.0.0_64bit_v1_314rft.zip">v1.0</a></li>
|
|
||||||
<li><a href="../mods/64bit/release/1.0.0/minecraft_1.0.0_64bit_v2_314rft.zip">v2.0</a></li>
|
|
||||||
<li><a href="/mods/64bit/release/1.0.0/minecraft_1.0.0_64bit_v3.1_314rft.zip">v3.1</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>1.2.5 (314rft)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="1.2.5-64">
|
|
||||||
<li><a href="../mods/64bit/release/1.2.5/1_2_5_64bitcoords_v2.zip">v2.0</a></li>
|
|
||||||
<li><a href="../mods/64bit/release/1.2.5/1_2_5_64bitcoords_v3.zip">v3.0</a></li>
|
|
||||||
<li><a href="../mods/64bit/release/1.2.5/1_2_5_64bitcoords_v4.zip">v4.0</a></li>
|
|
||||||
<li><a href="../mods/64bit/release/1.2.5/1_2_5_64bitcoords_v5.zip">v5.0</a></li>
|
|
||||||
<li><a href="../mods/64bit/release/1.2.5/1_2_5_64bitcoords_v6.zip">v6.0</a></li>
|
|
||||||
<li><a href="../mods/64bit/release/1.2.5/1_2_5_64bitcoords_v6_1.zip">v6.1</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>1.5.2 (Zero)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="1.5.2-64">
|
|
||||||
<li><a href="../mods/64bit/release/1.5.2/minecraft-1.5.2-64bit-v1-zero.zip">v1.0</a></li>
|
|
||||||
<li><a href="../mods/64bit/release/1.5.2/minecraft-1.5.2-64bit-v1.1-zero.zip">v1.1</a></li>
|
|
||||||
<li><a href="../mods/64bit/release/1.5.2/minecraft-1.5.2-64bit-v1.2-zero.zip">v1.2</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>1.6.4 (Zero)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="1.6.4-64">
|
|
||||||
<li><a href="../mods/64bit/release/1.6.4/minecraft-1.6.4-64bit-v1-zero.zip">v1.0</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>1.8 (Zero)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="1.8-64">
|
|
||||||
<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><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>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>1.9 (Zero)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="1.9-64">
|
|
||||||
<li><a href="../mods/64bit/release/1.9/minecraft-1.9-64bit-v1-zero.zip">v1.0</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>1.10.2 (Zero)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="1.10.2-64">
|
|
||||||
<li><a href="../mods/64bit/release/1.10.2/minecraft-1.10.2-64bit-v1-zero.zip">v1.0</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>1.11.2 (Zero)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="1.11.2-64">
|
|
||||||
<li><a href="../mods/64bit/release/1.11.2/minecraft-1.11.2-64bit-v1-zero.zip">v1.0</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4>
|
|
||||||
<li>1.12.2 (Zero)</li>
|
|
||||||
</h4>
|
|
||||||
<ul id="1.12.2-64">
|
|
||||||
<li><a href="../mods/64bit/release/1.12.2/minecraft1.12.2-64bit-V1.zip">v1.0</a></li>
|
|
||||||
<li><a href="../mods/64bit/release/1.12.2/minecraft1.12.2-64-bit-V2.zip">v2.0</a></li>
|
|
||||||
<li><a href="../mods/64bit/release/1.12.2/minecraft-1.12.2-64bit-v2.5-zero.zip">v2.5</a></li>
|
|
||||||
<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>
|
|
||||||
<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>
|
|
||||||
</ul>
|
|
||||||
</ul>
|
|
||||||
<div id="unlimitedmc-div">
|
|
||||||
<h3 id="unlimitedmc">Downloads | Unlimited Worldgen (BigInteger mods)</h3>
|
|
||||||
<ul>
|
|
||||||
<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>
|
|
||||||
<ul id="1.12.2-BigInt">
|
|
||||||
<li><a href="/mods/unlimited/release/1.12.2/mod.zip">v1.0.1</a></li>
|
|
||||||
</ul>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</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>
|
|
||||||
</html>
|
|
@ -1,47 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" data-bs-theme="dark">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<title>Cursed Creations | Allam A's Fringelands</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>
|
|
||||||
<!-- Header -->
|
|
||||||
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<a class="navbar-brand" href="../index.html">Cursed Creations</a>
|
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
||||||
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link active" aria-current="page" href="../">Home</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="../downloads/">Mods</a>
|
|
||||||
<!-- TODO: Add dropdown menu for some mods (ie Expanded Worlds site) -->
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="../wiki.html">Wiki</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
<br>
|
|
||||||
<ul>
|
|
||||||
<h1 id="fringelands_mod">Allam A's Fringelands Mod</h1>
|
|
||||||
<p id="desc">The mod allows to scale noise on the X, Y and Z axes individually. There is also an offsetting feature which moves the map, along with other customization options.</p>
|
|
||||||
<h2 id="downloads-section"> Downloads for b1.7.3 (Mediafire links)</h2>
|
|
||||||
<ul><li><a href="https://www.mediafire.com/file/r89fihej95a8ffx/FringeLands_b1_7_3.zip/file">v1</a></li>
|
|
||||||
<li><a href="https://www.mediafire.com/file/40bwlr5neb31guz/FringeLands_b1_7_3_v2.zip/file">v2</a></li>
|
|
||||||
<li><a href="https://www.mediafire.com/file/pwjja89mnfcrmnk/FringeLands_b1_7_3_v3.zip/file">v3</a></li>
|
|
||||||
<li><a href="https://www.mediafire.com/file/kqv7qzu6wvvemuw/FringeLands_b1_7_3_v4.zip/file">v4</a></li>
|
|
||||||
<li><a href="https://www.mediafire.com/file/mtjt7r7sw2q6div/FringeLands_b1_7_3_v5.zip/file">v5</a><br>Note from Allam A: the Fartherer-est Lands option is disabled because when testing I realized that it would take much more work than I thought</li></ul>
|
|
||||||
</ul>
|
|
||||||
<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>
|
|
||||||
</html>
|
|
@ -1,45 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" data-bs-theme="dark">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<title>Cursed Creations | Home</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>
|
|
||||||
<!-- Header -->
|
|
||||||
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<a class="navbar-brand" href="../index.html">Cursed Creations</a>
|
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
||||||
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link active" aria-current="page" href="../">Home</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="../downloads/">Mods</a>
|
|
||||||
<!-- TODO: Add dropdown menu for some mods (ie Expanded Worlds site) -->
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="../wiki.html">Wiki</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
<br>
|
|
||||||
<ul><h1>Cursed Creations Minecraft Mods</h1>
|
|
||||||
<p> For any support, contact the Cursed Creations team at <a href="https://discord.gg/gBXj5j55uf">https://discord.gg/gBXj5j55uf</a>
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./expandedworlds.html">World Expansion (64bit and BigInteger Worldgen)</a></li>
|
|
||||||
<li><a href="./zetaforged.html">ZetaForged (v1/v2)</a></li>
|
|
||||||
<li><a href="./fringelands_mod.html">Allam A's Fringelands</a></li>
|
|
||||||
</ul></ul>
|
|
||||||
<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>
|
|
||||||
</html>
|
|
@ -1,41 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" data-bs-theme="dark">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<title>Cursed Creations | ZetaForged</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>
|
|
||||||
<!-- Header -->
|
|
||||||
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<a class="navbar-brand" href="../index.html">Cursed Creations</a>
|
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
||||||
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link active" aria-current="page" href="../">Home</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="../downloads/">Mods</a>
|
|
||||||
<!-- TODO: Add dropdown menu for some mods (ie Expanded Worlds site) -->
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="../wiki.html">Wiki</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
<br>
|
|
||||||
<h1 id="zetaforged">ZetaForged</h1>
|
|
||||||
<p id="desc">ZetaForged is a multi-functional utility mod for fabric 1.17 that does a lot of things, which include offsetting noise scale on individual X/Z axis as well as accessing a new dimension known as the Lush Nether.<br> Version 1 of the mod is currently publicly available, with a planned v2 rewrite's development starting soon.</p>
|
|
||||||
<h2 id="downloads-section"> Downloads</h2>
|
|
||||||
<li><a href="https://cdn.modrinth.com/data/fAy8Ci47/versions/I8m7OW12/zetaforged-1.1.0_01.jar">v1.1.0_01 (latest)</a> Requires <a href="https://cdn.modrinth.com/data/P7dR8mSH/versions/0.46.1%2B1.17/fabric-api-0.46.1%2B1.17.jar">Fabric API</a></li>
|
|
||||||
<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>
|
|
||||||
</html>
|
|
@ -1,39 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" data-bs-theme="dark">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<title>Cursed Creations | Home</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>
|
|
||||||
<!-- Header -->
|
|
||||||
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<a class="navbar-brand" href="index.html">Cursed Creations</a>
|
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
||||||
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="downloads/">Mods</a>
|
|
||||||
<!-- TODO: Add dropdown menu for some mods (ie Expanded Worlds site) -->
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="wiki.html">Wiki</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<p style="text-align: center;">Hello, you're probably looking for this: <a href="downloads/">new archive</a></p>
|
|
||||||
<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>
|
|
||||||
</html>
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "vite dev",
|
||||||
|
"build": "vite build",
|
||||||
|
"preview": "vite preview"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@material/web": "^1.0.1",
|
||||||
|
"@sveltejs/adapter-static": "^2.0.3",
|
||||||
|
"@sveltejs/kit": "^1.27.1",
|
||||||
|
"sass": "^1.69.5",
|
||||||
|
"svelte": "^4.2.2",
|
||||||
|
"svelte-preprocess": "^5.0.4",
|
||||||
|
"vite": "^4.5.0"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,17 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link rel="icon" type="image/x-icon" href="/cursedcreations.png">
|
||||||
|
<link rel="stylesheet" href="/reset.css">
|
||||||
|
<link rel="stylesheet" href="/theme.css">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
%sveltekit.head%
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body data-sveltekit-preload-data="hover">
|
||||||
|
<div style="display: contents">%sveltekit.body%</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
@ -0,0 +1,113 @@
|
|||||||
|
<script>
|
||||||
|
import "@material/web/iconbutton/outlined-icon-button";
|
||||||
|
import "@material/web/icon/icon";
|
||||||
|
|
||||||
|
let navShown = false;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<nav>
|
||||||
|
<a class="brand" href="/">Cursed Creations</a>
|
||||||
|
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||||
|
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||||
|
<md-outlined-icon-button class="menu" aria-label="Toggle navigation" on:click={(_) => (navShown = !navShown)}>
|
||||||
|
<!-- https://fonts.google.com/icons -->
|
||||||
|
<md-icon><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z" /></svg></md-icon>
|
||||||
|
</md-outlined-icon-button>
|
||||||
|
<ul class="links" class:shown={navShown}>
|
||||||
|
{#each [["/", "Home"], ["/downloads", "Mods"], ["/wiki", "Wiki"]] as [href, display]}
|
||||||
|
<li><a {href}>{display}</a></li>
|
||||||
|
{/each}
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
$space: 4ch;
|
||||||
|
|
||||||
|
header {
|
||||||
|
display: contents;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
display: grid;
|
||||||
|
align-items: center;
|
||||||
|
column-gap: $space;
|
||||||
|
padding: #{$space * 0.5};
|
||||||
|
background: var(--md-sys-color-surface-container);
|
||||||
|
min-height: 5svh;
|
||||||
|
|
||||||
|
grid-template: {
|
||||||
|
areas: "brand links .";
|
||||||
|
columns: auto auto 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
color: var(--md-sys-color-on-surface);
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:focus,
|
||||||
|
&:focus-within,
|
||||||
|
&:focus-visible {
|
||||||
|
color: var(--md-sys-color-on-surface-variant);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(.menu) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@each $area in ("brand", "menu", "links") {
|
||||||
|
:global(& .#{$area}) {
|
||||||
|
grid-area: unquote($area);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.brand {
|
||||||
|
font-weight: bolder;
|
||||||
|
font-size: 1.4rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu {
|
||||||
|
justify-self: end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.links {
|
||||||
|
list-style-type: none;
|
||||||
|
display: flex;
|
||||||
|
padding: 0;
|
||||||
|
column-gap: $space;
|
||||||
|
|
||||||
|
li {
|
||||||
|
display: contents;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 800px) {
|
||||||
|
nav {
|
||||||
|
grid-template: {
|
||||||
|
areas: "brand menu" "links links";
|
||||||
|
columns: 1fr auto;
|
||||||
|
rows: auto min-content;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu {
|
||||||
|
display: revert-layer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.links {
|
||||||
|
flex-direction: column;
|
||||||
|
row-gap: #{$space * 0.5};
|
||||||
|
|
||||||
|
&:not(.shown) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1 @@
|
|||||||
|
export const prerender = true;
|
@ -0,0 +1,35 @@
|
|||||||
|
<script>
|
||||||
|
import Header from "$lib/Header.svelte";
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<Header />
|
||||||
|
<main><slot /></main>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
main {
|
||||||
|
padding: 2ch;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(p) {
|
||||||
|
max-inline-size: 75ch;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(code) {
|
||||||
|
background: var(--md-sys-color-surface-container-highest);
|
||||||
|
color: var(--md-sys-color-on-surface);
|
||||||
|
padding: 0 0.25ch;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(body) {
|
||||||
|
background: var(--md-sys-color-background);
|
||||||
|
color: var(--md-sys-color-on-background);
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(a) {
|
||||||
|
color: var(--md-sys-color-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(:where(ul, ol, li)) {
|
||||||
|
padding: revert;
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,14 @@
|
|||||||
|
<svelte:head>
|
||||||
|
<title>Cursed Creations | Home</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Hello, you're probably looking for this: <a href="/downloads">new archive</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
p {
|
||||||
|
text-align: center;
|
||||||
|
max-inline-size: revert;
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1 @@
|
|||||||
|
<svelte:head><meta http-equiv="Refresh" content="0; url='https://discord.gg/gBXj5j55uf'" /></svelte:head>
|
@ -0,0 +1,7 @@
|
|||||||
|
<slot />
|
||||||
|
|
||||||
|
<style>
|
||||||
|
:global(.note, ul) {
|
||||||
|
padding-left: 5ch;
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,9 @@
|
|||||||
|
<h1>Cursed Creations Minecraft Mods</h1>
|
||||||
|
<ul>
|
||||||
|
<li><a href="/downloads/expandedworlds">World Expansion (64bit and BigInteger Worldgen)</a></li>
|
||||||
|
<li><a href="/downloads/zetaforged">ZetaForged (v1/v2)</a></li>
|
||||||
|
<li><a href="/downloads/fringelands_mod">Allam A's Fringelands</a></li>
|
||||||
|
</ul>
|
||||||
|
<p>
|
||||||
|
For any support, contact the Cursed Creations team at <a href="https://discord.gg/gBXj5j55uf">our Discord server</a>
|
||||||
|
</p>
|
@ -0,0 +1,341 @@
|
|||||||
|
<h1>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="#biginteger">Click here to scroll to the BigInteger downloads section</a>
|
||||||
|
</p>
|
||||||
|
<p style:color="var(--md-sys-color-on-error-container)" style:background-color="var(--md-sys-color-error-container)">
|
||||||
|
<strong style:font-weight="normal">
|
||||||
|
<!-- purely for accessibility -->
|
||||||
|
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
|
||||||
|
</strong>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>How to Install:</h2>
|
||||||
|
<p>
|
||||||
|
<a href="/wiki">See the wiki</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<!-- I commented this cuz we don't really need this part -->
|
||||||
|
<!-- <h2>Downloads | 64bit Worldgen</h2> -->
|
||||||
|
|
||||||
|
<h2>Infdev:</h2>
|
||||||
|
<h3>Infdev 20100227-2 (Maxxx)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100227/minecraft-inf-20100227-v1-maxxx.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Infdev 20100313 (RVH)</h3>
|
||||||
|
<p class="note">Note from RVH: 0.0.1 and 0.0.2 are untested for any destructive bugs.</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100313/inf313_long_0.0.1.zip">v0.0.1</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100313/inf313_long_0.0.2.zip">v0.0.2</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100313/inf313_long_0.0.3.zip">v0.0.3</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100313/inf313_long_0.0.4.zip">v0.0.4</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Infdev 20100325 (Maxxx)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>v1.0 (UNAVAILABLE)</li>
|
||||||
|
<li>v1.1 (UNAVAILABLE)</li>
|
||||||
|
<li>v1.2 (UNAVAILABLE)</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100325/minecraft-inf-20100325-v1.3-maxxx.zip">v1.3</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100325/minecraft-inf-20100325-v1.4-maxxx.zip">v1.4</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Infdev 20100327 (Zeta)</h3>
|
||||||
|
<p class="note">Note from Zeta: This mods is in ALPHA and is likely very buggy. I don't even recall if I ever added proper 64bit worldgen to this mod but I'm uploading it regardless. This mod is also unsupported, as in it won't get any bugfixes for the time being.</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100327/Zetas_64bit_inf-20100327_ALPHA_build_1.zip">ALPHA build 1</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100327/Zetas_64bit_inf-20100327_ALPHA_build_2.zip">ALPHA build 2</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Infdev 20100330 (Zero)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100330/minecraft-inf-20100330-v1-zero.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Infdev 20100414 (314rft)</h3>
|
||||||
|
<p class="note">Note from 314rft: "It's a VERY messy mod and will feel very wonky."</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100414/0.0.7_02-modzip.zip">0.0.7_02</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Infdev 20100420 (314rft, Zero)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100420/minecraft_inf-20100420_64bit_v2_314rft.zip">v2.0 (314rft)</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100420/minecraft-inf-20100420-v1-zero.zip">v1.0 (Zero)</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Infdev 20100624 (314rft)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/infdev/inf-20100624/minecraft_inf-20100624_64bit_v1_314rft.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Alpha:</h2>
|
||||||
|
<h3>Alpha v1.0.1_01 (Zeta and Zero)</h3>
|
||||||
|
<p class="note">
|
||||||
|
Note from Zeta: Some of these files were solely uploaded in a Discord server that no longer has any affiliation to Cursed Creations Inc. If you have any of these missing versions, please send them in the <a href="https://discord.gg/gBXj5j55uf">new official Discord server</a> for us to upload them, as I kinda forgot to backup these files and lost the source code.
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/alpha/a1.0.1_01/ZZ-64bit_alpha_v1.0.1_01-0.0.1.zip">v0.0.1</a>
|
||||||
|
</li>
|
||||||
|
<li>v0.0.2 (LOST)</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/alpha/a1.0.1_01/ZZ-64bit_alpha_v1.0.1_01-0.0.2_01.zip">v0.0.2_01</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/alpha/a1.0.1_01/ZZ-64bit_alpha_v1.0.1_01-0.0.2_02.zip">v0.0.2_02</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/alpha/a1.0.1_01/ZZ-64bit_alpha_v1.0.1_01-0.0.3.zip">v0.0.3</a>
|
||||||
|
</li>
|
||||||
|
<li>v0.0.3_01 (LOST)</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/alpha/a1.0.1_01/ZZ-64bit_alpha_v1.0.1_01-0.0.3_02.zip">v0.0.3_02</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Alpha v1.0.6_03 (314rft)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/alpha/a1.0.6_03/minecraft_a1.0.6_03_64bit_v1_314rft.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Alpha v1.0.13_01 (314rft)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/alpha/a1.0.13_01/minecraft_a1.0.13_01_64bit_v1_314rft.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Alpha v1.1.1 (314rft)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/alpha/a1.1.1/minecraft_a111_64bit_v1_314rft.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Alpha v1.1.2 (314rft)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/alpha/a1.1.2/minecraft_a112_64bit_v1_314rft.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Alpha v1.1.2_01 (314rft, Zero)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/alpha/a1.1.2_01/minecraft_a1.1.2_01_64bit_v1.1_314rft.zip">v1.1 (314rft)</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/alpha/a1.1.2_01/minecraft-a1.1.2_01-v1-zero.zip">v1.0 (Zero) (Client)</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/alpha/a1.1.2_01/minecraft_server-a1.1.2_01-v1-zero.zip">v1.0 (Zero) (Server)</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Beta:</h2>
|
||||||
|
<h3>Beta 1.1_02 (Zero)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/beta/b1.1_02/minecraft-b1.1_02-v1-zero.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Beta 1.2_02 + Aether (314rft)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/beta/b1.2_02-aether/minecraft_b1.2_02_64bit_aether_v0.6.zip">v0.6 (client)</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/beta/b1.2_02-aether/minecraft_server_b1.2_01_64bit_aether_v0.6.zip">v0.6 (server)</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Beta 1.7.3 (RVH, Zero)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/beta/b1.7.3/minecraft-b1.7.3-v1-zero.zip">v1.0 (Zero)</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p class="note">Note from RVH: Notice of 15 April 2023 | These versions are safe to play, however this mod has been discontinued. It will be remade in the future.</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/beta/b1.7.3/b1.7.3LongV1.zip">v1.0 (RVH)</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/beta/b1.7.3/b1.7.3LongV2.zip">v2.0 (RVH)</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Release:</h2>
|
||||||
|
<h3>1.0.0 (314rft)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.0.0/minecraft_1.0.0_64bit_v1_314rft.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.0.0/minecraft_1.0.0_64bit_v2_314rft.zip">v2.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.0.0/minecraft_1.0.0_64bit_v3.1_314rft.zip">v3.1</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>1.2.5 (314rft)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.2.5/1_2_5_64bitcoords_v2.zip">v2.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.2.5/1_2_5_64bitcoords_v3.zip">v3.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.2.5/1_2_5_64bitcoords_v4.zip">v4.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.2.5/1_2_5_64bitcoords_v5.zip">v5.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.2.5/1_2_5_64bitcoords_v6.zip">v6.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.2.5/1_2_5_64bitcoords_v6_1.zip">v6.1</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>1.5.2 (Zero)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.5.2/minecraft-1.5.2-64bit-v1-zero.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.5.2/minecraft-1.5.2-64bit-v1.1-zero.zip">v1.1</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.5.2/minecraft-1.5.2-64bit-v1.2-zero.zip">v1.2</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>1.6.4 (Zero)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.6.4/minecraft-1.6.4-64bit-v1-zero.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>1.8 (Zero)</h3>
|
||||||
|
<p class="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.</p>
|
||||||
|
<ul style:padding-left="10ch">
|
||||||
|
<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>
|
||||||
|
<br />
|
||||||
|
<ul>
|
||||||
|
<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>
|
||||||
|
</ul>
|
||||||
|
<h3>1.9 (Zero)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.9/minecraft-1.9-64bit-v1-zero.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<h3>1.10.2 (Zero)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.10.2/minecraft-1.10.2-64bit-v1-zero.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<h3>1.11.2 (Zero)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.11.2/minecraft-1.11.2-64bit-v1-zero.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<h3>1.12.2 (Zero)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.12.2/minecraft1.12.2-64bit-V1.zip">v1.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.12.2/minecraft1.12.2-64-bit-V2.zip">v2.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/mods/64bit/release/1.12.2/minecraft-1.12.2-64bit-v2.5-zero.zip">v2.5</a>
|
||||||
|
</li>
|
||||||
|
<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>
|
||||||
|
<h3>mclong 1.19.2-1.20.1 (AlphaMode)</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/AlphaMode/MinecraftLong2">Source (no installer is distributed, 'gradlew setup installerJar mclong_client' to run, installer will be found in 'projects/mclong/build/libs')</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="biginteger">Unlimited Worldgen (BigInteger mods)</h2>
|
||||||
|
<h3>1.20.1 (AlphaMode)</h3>
|
||||||
|
<ul>
|
||||||
|
<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>
|
||||||
|
<h3>1.12.2 (mckuhei)</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="/mods/unlimited/release/1.12.2/mod.zip">v1.0.1</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
h2 {
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 + p {
|
||||||
|
margin-block-end: 0; /* overwrites static/reset.css */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,10 @@
|
|||||||
|
<h1>Allam A's Fringelands Mod</h1>
|
||||||
|
<p>The mod allows to scale noise on the X, Y and Z axes individually. There is also an offsetting feature which moves the map, along with other customization options.</p>
|
||||||
|
<h2>Downloads for b1.7.3 (Mediafire links)</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.mediafire.com/file/r89fihej95a8ffx/FringeLands_b1_7_3.zip/file">v1</a></li>
|
||||||
|
<li><a href="https://www.mediafire.com/file/40bwlr5neb31guz/FringeLands_b1_7_3_v2.zip/file">v2</a></li>
|
||||||
|
<li><a href="https://www.mediafire.com/file/pwjja89mnfcrmnk/FringeLands_b1_7_3_v3.zip/file">v3</a></li>
|
||||||
|
<li><a href="https://www.mediafire.com/file/kqv7qzu6wvvemuw/FringeLands_b1_7_3_v4.zip/file">v4</a></li>
|
||||||
|
<li><a href="https://www.mediafire.com/file/mtjt7r7sw2q6div/FringeLands_b1_7_3_v5.zip/file">v5</a> (Note from Allam A: the Fartherer-est Lands option is disabled because when testing I realized that it would take much more work than I thought)</li>
|
||||||
|
</ul>
|
@ -0,0 +1,7 @@
|
|||||||
|
<h1>ZetaForged</h1>
|
||||||
|
<p>ZetaForged is a multi-functional utility mod for fabric 1.17 that does a lot of things, which include offsetting noise scale on individual X/Z axis as well as accessing a new dimension known as the Lush Nether.</p>
|
||||||
|
<p>Version 1 of the mod is currently publicly available, with a planned v2 rewrite's development starting soon.</p>
|
||||||
|
<h2>Downloads</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://cdn.modrinth.com/data/fAy8Ci47/versions/I8m7OW12/zetaforged-1.1.0_01.jar">v1.1.0_01 (latest)</a> requires <a href="https://cdn.modrinth.com/data/P7dR8mSH/versions/0.46.1%2B1.17/fabric-api-0.46.1%2B1.17.jar">Fabric API</a></li>
|
||||||
|
</ul>
|
@ -0,0 +1,52 @@
|
|||||||
|
<svelte:head>
|
||||||
|
<title>Cursed Creations | Wiki</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
<h1>Wiki</h1>
|
||||||
|
<h2>How to Install (Jarmods)</h2>
|
||||||
|
<h3>For MultiMC-based launchers</h3>
|
||||||
|
<p>
|
||||||
|
Create a new instance using the version that you wish to use and make sure
|
||||||
|
all resources needed are downloaded. Edit that instance and add the mod you
|
||||||
|
want to install as a jarmod using the "Add to Minecraft.jar" feature.
|
||||||
|
</p>
|
||||||
|
<h3>For inf-20100630</h3>
|
||||||
|
<p>
|
||||||
|
Also install <a
|
||||||
|
href="https://repo1.maven.org/maven2/systems/manifold/manifold-all/2023.1.3/manifold-all-2023.1.3.jar"
|
||||||
|
>Manifold</a
|
||||||
|
>
|
||||||
|
as a jarmod for inf-20100630 BigInteger by adding it the same way.
|
||||||
|
</p>
|
||||||
|
<h3>For the official Minecraft Launcher (current version) and PojavLauncher</h3>
|
||||||
|
<p>Navigate to your .minecraft folder and open versions. Make sure you have already
|
||||||
|
ran the version that the mod you want to install is based on. Make a copy of that
|
||||||
|
folder in your versions directory and rename it and the files inside to something
|
||||||
|
like <code>version-mod</code> where <code>version</code> is the Minecraft version base you are using and
|
||||||
|
<code>mod</code> is the mod you are installing (ie: 64bit, BigInt, etc). Edit the json and delete
|
||||||
|
everything between "client" and (but not including) "server". Then find where it
|
||||||
|
says <code>"id": version</code> and change the version to what you named the files previously.
|
||||||
|
Save everything and reopen your launcher. Please note, 1.3.2-BigInteger will likely
|
||||||
|
not work on PojavLauncher without patching.</p>
|
||||||
|
|
||||||
|
<!-- TODO: Add images -->
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
h3::after {
|
||||||
|
display: inline;
|
||||||
|
content: ":";
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
// TODO: Add buttons to copy the link to a section
|
||||||
|
// h1, h2, h3 {
|
||||||
|
// &::before {
|
||||||
|
// display: inline;
|
||||||
|
// content: "# ";
|
||||||
|
// opacity: 0.6;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
</style>
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue