forked from NatsuPotato/Forever-Indev-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelogs.html
51 lines (49 loc) · 2.19 KB
/
changelogs.html
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
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Changelogs - Forever Indev / Minecraft Fork</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav>
<div class="nav-container">
<a href="index.html" class="btn top">Home</a>
<a href="downloads.html" class="btn top">Downloads</a>
<a href="changelogs.html" class="btn top">Changelogs</a>
<a href="wiki.html" class="btn top">Wiki</a>
<a href="extras.html" class="btn top">Extras</a>
<a href="gallery.html" class="btn top">Gallery</a>
</div>
</nav>
<img class="logo" src="screenshots/logo.png">
<div class="wrap">
<div id="content" style="display: flex; gap: 1em;">
<div class="main-content">
<main>
<h2 style="margin-top: 0;">Changelogs</h2>
<p>Stay updated with the latest changes and improvements made to Forever Indev. Our changelogs provide detailed information on each release.</p>
<ul>
<li><strong>Version 1.0</strong>
<ul>
<li>Moved codebase to a proper RetroMCP workspace.</li>
<li>Implemented new site design.</li>
<li>Added new decorative blocks: coal lamp, polished block, slab, and tiles.</li>
<li>Introduced new crops and recipes: sugar beets, sugar, and apple pie.</li>
<li>Enhanced quality of life features: chat and commands, return to main menu from game, item tooltips, creative mode, separate durability icons for armor, and sort button in chest GUI.</li>
</ul>
</li>
</ul>
</main>
</div>
<div class="vertical-separator"></div>
<aside class="sidebar">
<div class="sidebar-content">
<!-- Sidebar content goes here (if any) -->
</div>
</aside>
</div>
</div>
<audio id="audio" src="files/click.ogg"></audio>
</body>
</html>