-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
103 lines (96 loc) · 2.31 KB
/
news.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<title>News Page</title>
<style>
body {
background: #ffffff no-repeat;
color: #000000;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
margin: 0;
padding: 20px;
}
</style>
</head>
<body>
<!-- Note: Java's web renderer is pretty bad so you cannot get too fancy -->
<h1>Le mods pack de Crabe</h1>
<!-- Version 1.1.3 -->
<p>Version 1.1.3:</p>
<ul>
<li>Minecolonies</li>
<li>FluxNetworks</li>
<li>Rechiseled</li>
<li>Addon Thermal</li>
<li>Opti Serveur</li>
<li>Addon Mystical</li>
</ul>
<!-- Version 1.1.1 -->
<p>Version 1.1.2:</p>
<ul>
<li>Ender Chest</li>
</ul>
<!-- Version 1.1.1 -->
<p>Version 1.1.1:</p>
<ul>
<li>Addons RFtools</li>
<li>Skin Changer</li>
<li>Immersive Armors</li>
<li>Iron Furnace</li>
<li>FarmersDelight</li>
<li>Thermal Expansion</li>
</ul>
<!-- Section 1.1 -->
<p>Version 1.1:</p>
<ul>
<li>Mekanism</li>
<li>Mekanism Generators</li>
<li>CFM (Mr. Crayfish's Furniture Mod)</li>
<li>Cozy Home</li>
<li>FPS Reducer 2</li>
<li>Farsight</li>
<li>MCW Furniture</li>
<li>Chargers</li>
<li>Thermal Foundation</li>
<li>Thermal Dynamics</li>
<li>Iron Jetpacks</li>
<li>Storage Drawers</li>
<li>COFH Core</li>
<li>Inventory Pets</li>
<li>Elevator Mod</li>
<li>Iron Chest</li>
<li>Alex's Mobs</li>
<li>Ambient Sounds</li>
<li>Solar Flux Reborn</li>
<li>XNet</li>
<li>The One Probe (UI)</li>
<li>Simple RPC (pour Discord)</li>
</ul>
<!-- Section 1.0 -->
<p>Version 1.0:</p>
<ul>
<li>Create</li>
<li>Chat Heads</li>
<li>Not Enough Animations</li>
<li>Sound Physics</li>
<li>Cloth Config</li>
<li>Cosmetic Armor Reworked</li>
<li>AppleSkin</li>
<li>JEI (Just Enough Items)</li>
<li>Corpse</li>
<li>Level Hearts</li>
<li>Excavate</li>
<li>All the Ore</li>
<li>JourneyMap</li>
<li>Rubidium Extra (optimisation du jeu)</li>
<li>Rubidium (optimisation du jeu)</li>
<li>Alex’s Cave (gab)</li>
<li>Embers Rekindled (gab)</li>
<li>Supplementaries (mathys)</li>
<li>Applied Energistics 2 (crabe)</li>
<li>Mystical Agriculture (crabe)</li>
<li>Immersive Engineering (flo)</li>
<li>Biomes O' Plenty (flo)</li>
</ul>
</body>
</html>