This repository has been archived on 2021-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
craft/index.html

70 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Minecraft - south london</title>
<meta name='viewport'
content='width=device-width, initial-scale=1'>
<link rel='stylesheet'
type='text/css'
media='screen'
href='main.css'>
</head>
<body>
<h1 class="title">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path d="M11 17a1 1 0 001.447.894l4-2A1 1 0 0017 15V9.236a1 1 0 00-1.447-.894l-4 2a1 1 0 00-.553.894V17zM15.211 6.276a1 1 0 000-1.788l-4.764-2.382a1 1 0 00-.894 0L4.789 4.488a1 1 0 000 1.788l4.764 2.382a1 1 0 00.894 0l4.764-2.382zM4.447 8.342A1 1 0 003 9.236V15a1 1 0 00.553.894l4 2A1 1 0 009 17v-5.764a1 1 0 00-.553-.894l-4-2z" />
</svg>
<b>Minecraft</b> on south london
</h1>
we have a minecraft server, come join.
<div class="col">
<div>
<h2>Features</h2>
<ul>
<li>Worse than Tildecraft</li>
<li>Better than Minetest</li>
<li>Extra fancy world generation with
<a href="https://www.planetminecraft.com/data-pack/terralith-overworld-evolved-100-biomes-caves-and-more">Terralith</a>
</li>
<li>Not too many plugins</li>
<li>Bedrock support with
<a href="https://geysermc.org/">Geyser</a>
</li>
</ul>
</div>
<div>
<h2>Extra notes</h2>
<ul>
<li>Difficulty is set to hard</li>
<li>KeepInventory is off</li>
<li>mobGriefing is on</li>
<li>Running on papermc</li>
<li>If you're on a slow computer,
you should probably have <a href="https://modrinth.org/mod/sodium">Sodium</a> installed
for a very large fps boost (It managed to get my dell optiplex from ~24 fps to 100+ fps)
</li>
<li>If you want to join from an xbox, switch or playstation, you'll need to <a href="https://github.com/Pugmatt/BedrockConnect">switch your dns server</a></li>
</ul>
</div>
</div>
<h2>Gallery</h2>
<div class="col">
<img src="img/1.png">
<img src="img/2.png">
<img src="img/3.png">
<img src="img/4.png">
</div>
<div class="col">
<img src="img/5.png">
<img src="img/6.png">
<img src="img/7.png">
</div>
<h1 class="title">
<em>join today!!!</em> <b>craft.southlondon.cc</b>
</h1>
</body>
</html>