This commit is contained in:
nelle 2023-05-22 02:15:44 -06:00
parent 508b59adf1
commit 85a5ffbb53
5 changed files with 144 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

BIN
dl/create/3x3_quarry.nbt Normal file

Binary file not shown.

6
dl/singularityupdate.txt Normal file
View file

@ -0,0 +1,6 @@
{
"modpack": {
"identifier": "Singularity",
"version": "Beta - Steampunk 1.0"
}
}

BIN
funny/screenshot.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

138
mcpack.html Normal file
View file

@ -0,0 +1,138 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="og:site_name" content="Limepot">
<meta name="og:title" content="LimePot">
<meta name="og:description" content="personal site">
<meta name="og:type" content="website">
<meta name="og:image" content="assets/branding/self-portrait.png">
<meta name="theme-color" content="#19fcf1">
<link rel = "icon" href = "assets/branding/self-portrait.png">
<title>Singularity Instructions</title>
<link rel="stylesheet" href="mybulma/css/mystyles.css">
<style>
body{
background: repeat url("assets/background.gif");
}
</style>
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="https://www.limepot.xyz/">
<img src="assets/branding/self-portrait.png" style="border-radius: 20%">
LimePot
</a>
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu" id="navMenu">
<div class="navbar-start">
<a class="navbar-item" href="https://www.limepot.xyz/about.html">
About Me
</a>
<a class="navbar-item" href="https://www.limepot.xyz/blog.html">
Blog
</a>
<a class="navbar-item" href="https://www.limepot.xyz/projects.html">
Projects
</a>
</div>
</div>
</div>
<div class="navbar-end">
<a class="navbar-item" href="https://ko-fi.com/limepot">
<img src="assets/other-branding/ko-fi-button-red.png">
</a>
</div>
</div>
</div>
</div>
<!-- This JS is required for mobile users to navigate the site, working on a mobile alternative -->
<script>document.addEventListener('DOMContentLoaded', () => {
// Get all "navbar-burger" elements
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Add a click event on each of them
$navbarBurgers.forEach( el => {
el.addEventListener('click', () => {
// Get the target from the "data-target" attribute
const target = el.dataset.target;
const $target = document.getElementById(target);
// Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
});</script>
<!-- This JS is required for mobile users to navigate the site, working on a mobile alternative -->
</nav>
<section class="section">
<div class="container">
<center>
<h1 class="title">
Singularity Pack Installation Instructions
</h1>
<h2 class="subtitle">Another year, another pack!</h2>
<h3 class="subtitle">This one is chonky.</h3>
<div class="content">
<br>
<br>
<p><b>Step 1.</b> Install <a href="https://prismlauncher.org/">Prism Launcher</a></p>
<p>No this is not a joke. Once installed, it should transfer all your existing packs and settings from MultiMC or PolyMC, you may need to sign into Microsoft again.</p>
<p>The reasons we are doing this are as follows: MultiMC and PolyMC are outdated in security features, and the developers have proven to be privacy agnostic, or straight up Transphobic, we don't support that lmao.</p>
<p>Trust me you won't regret.</p>
<br>
<p><b>Step 2.</b> <a href="dl/Singularity.zip">Download the pack (remote)</a> | <a href="smb://192.168.0.15/Pi-NAS/Games/Minecraft/Singularity.zip">Download (local)</a></p>
<i>local link not working? Open File Explorer > Network > PI-NAS or Pi-Frame > Games > Minecraft > Singularity.zip</i>
<br>
<p><b>Step 3.</b> Install as usual, make sure your java version is set -Java 17-</p>
<br>
<p><b>Step 4.</b> Profit, sisters, as we embark on a new journey, into the realm of the unknown.</p>
<br>
<br>
<p><b>Step 5/Info:</b> Pack has been tested, and seems to be best run at 8gb minimum, 10gb+ recommended (Hosting a world should probably be about 16gb). Even still, you it will take 4 Minutes to load from Launch to title screen, and about 1-2 minutes to load into a world.</p>
<br>
<p>There are two options for shaders, Complimentary Reimagined, and SuperDuperVanilla.</p>
<p>Complimentary is enabled by default, and runs at about 30-60fps on 1650, for a more stable framerate, it is not recommended to go no shaders, instead switch to SuperDuperVanilla, which is an enhanced/more effecient shader engine than minecrafts default.</p>
<br>
<p>You can also fullscreen and it will be borderless window ;D</p>
<br>
<p>To start we wont have a dedicated server, as it takes time to build that, and im not sure my raspberry pi can handle it.</p>
<p>Remember, this pack is likely still unstable and subject to change, for starters recommended actions:</p>
<p>Go to Mods > Dynamic Surroundings > Disable all things related to waterfalls.</p>
</div>
</div>
</center>
<center>
<footer class="footer">
<div class="content has-text-centered">
<br><br>
<a href="https://jointhefediverse.net/"><image src="assets/badges/FEDERATE-NOW.jpg"></image></a>
<br><br>
<a href="https://bulma.io">
<img src="https://bulma.io/images/made-with-bulma--semiwhite.png" alt="Made with Bulma" width="128" height="24">
</a>
<a href="https://github.com/catppuccin/catppuccin">
<img src="https://img.shields.io/badge/Catppuccin-Mocha%20Mauve-%23cba6f7" width="185" height="20">
</a>
<a href="https://gitlab.com/LimePotato/limepot-xyz">
<img src="https://img.shields.io/badge/Site-Source-lightgrey.svg" width="94.2" height="20">
</a>
<br>
<a href="snp.html">Security and Privacy</a>
</div>
</footer></center>
</section>
</body>
</html>