-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from intergrav/meta
Remake site
- Loading branch information
Showing
9 changed files
with
306 additions
and
100 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="style.css"> | ||
<title>Simply Optimized</title> | ||
</head> | ||
|
||
<body> | ||
<div class="wrapper"> | ||
<header> | ||
<img src="assets/so-text.png" alt="Simply Optimized"> | ||
<img src="assets/so-color.gif" height="2px" width="100%"> | ||
<br> | ||
<br> | ||
<p>A very light base Fabric modpack to heavily optimize the game without any QoL improvements.</p> | ||
</header> | ||
<section> | ||
<p>The Simply Optimized modpack intends to be the very base of mods/configurations for performance. You can add any mods on top of it at your own taste. It only contains optimization mods, increasing your FPS, reducing slutters or speeding up loads, with countless tweaks to get the most out of them. For each new release, I try to bring the performance up, picking the best solutions possible.</p> | ||
<p><i>for some reason, every second optimization modpack implies this, but when i look at the mods i see a lot of QoL that is not related to optimization at all-</i></p> | ||
<p>One of its purposes may be to be recommended to people new to Fabric who just want a selection of mods for the best performance without much else - instead of listing the mods manually, you can just link them here!</p> | ||
<p>I can confidently claim this is the best optimization modpack in terms of performance as of now.</p> | ||
<p><i>Also works on Quilt without issue! just replace Fabric API with QSL and you're good to go!</i></p> | ||
<p>See <a href="https://modrinth.com/modpack/sop">Modrinth</a> or the <a href="https://github.com/HyperSoop/Simply-Optimized/wiki">wiki (WIP)</a> for the detailed description and downloads.</p> | ||
</section> | ||
<footer> | ||
<p>Created by <a href="https://github.com/HyperSoop">HyperSoop</a><br>Website by <a href="https://github.com/intergrav">intergrav</a></p> | ||
<a href="https://modrinth.com/modpack/sop"><img alt="modrinth" height="40" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/modrinth_vector.svg"></a> | ||
<a href="https://github.com/HyperSoop/Simply-Optimized/wiki"><img alt="ghpages" height="40" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/documentation/ghpages_vector.svg"></a> | ||
</footer> | ||
</div> | ||
<script src="https://raw.githubusercontent.com/pages-themes/minimal/master/assets/js/scale.fix.js"></script> | ||
</body> | ||
|
||
</html> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.