Merge branch 'CursedCreationsTeam:main' into titles

main
code913 2 years ago committed by GitHub
commit 12f8c34f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v2
with:
path: "build/"
path: "docs/"
deploy:
needs: build_site

@ -92,7 +92,7 @@
nav {
grid-template: {
areas: "brand menu" "links links";
columns: 1fr 1fr;
columns: 1fr auto;
rows: auto min-content;
}
}

@ -2,6 +2,13 @@
<title>Cursed Creations | Home</title>
</svelte:head>
<p style:text-align="center">
<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>

@ -257,7 +257,7 @@
<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>
<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>

@ -4,8 +4,8 @@ import preprocess from "svelte-preprocess";
const config = {
kit: {
adapter: adapter({
pages: "build",
assets: "build",
pages: "docs",
assets: "docs",
fallback: undefined,
precompress: false,
strict: true

Loading…
Cancel
Save