-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatured-mods.html
More file actions
44 lines (41 loc) · 2.03 KB
/
featured-mods.html
File metadata and controls
44 lines (41 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fuji Mod Loader | Featured Mods</title>
<link rel="stylesheet" href="./styles.css">
<meta property="og:title" content="Fuji Mod Loader | Featured Mods">
<meta property="og:description" content="Featured mods - a curated list of the maintainers' favourite mods.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="Fuji is a free and open source mod loader for Celeste 64: Fragments of the Mountain developed by the community.">
</head>
<body>
<div class="content-body">
<div class="content-header">
<h1>Featured Mods</h1>
<p>Curated list of community-made mods.</p>
</div>
<div class="content-main">
<p>The following is a list of the best that the modding community has to offer, curated by Fuji maintainers:
</p>
<h2>Maps</h2>
<p><b><a href="https://wiedo.itch.io/celeste-64-the-bee-sides" target="_blank">The Bee-Sides</a></b> by
wiedo</p>
<p>A wonderful map pack by wiedo and friends, featuring 14 strawberries and 8 cassettes for a total of 22
berries!</p>
<h2>Gameplay</h2>
<p><b><a href="https://gamebanana.com/mods/502397" target="_blank">Super Mario 64 Mechanics</a></b> by
psyGamer21</p>
<p>Replaces the game's default movement mechanics with that of Mario 64.</p>
<h2>Features</h2>
<p><b><a href="https://gamebanana.com/mods/503591" target="_blank">Discord Rich
Presence</a></b> by aliteralpotato</p>
<p>Adds Discord rich presence support to Celeste 64. Show your friends what you're playing!</p>
<p><b><a href="https://gamebanana.com/mods/503593" target="_blank">deltarune explosion</a></b> by
aliteralpotato</p>
<p>Replaces certain animations with the explosion from Deltarune.</p>
<br>
</div>
</div>
</body>
</html>