-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
267 lines (264 loc) · 12.1 KB
/
index.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<title>TerraForged</title>
<meta charset="UTF-8">
<meta name="title" content="TerraForged">
<meta name="description"
content="TerraForged is an ambitious new terrain generator mod for Minecraft (Java Edition) attempting to create more immersive, inspiring worlds to explore and build in!">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://terraforged.com">
<meta property="og:title" content="TerraForged">
<meta property="og:description"
content="TerraForged is an ambitious new terrain generator mod for Minecraft (Java Edition) attempting to create more immersive, inspiring worlds to explore and build in!">
<meta property="og:image" content="https://terraforged.com/icon/social.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://terraforged.com">
<meta property="twitter:title" content="TerraForged">
<meta property="twitter:description"
content="TerraForged is an ambitious new terrain generator mod for Minecraft (Java Edition) attempting to create more immersive, inspiring worlds to explore and build in!">
<meta property="twitter:image" content="https://terraforged.com/icon/social.jpg">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/banner.css">
<link rel="stylesheet" href="css/content.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito&display=swap">
<!-- Scripts -->
<script async src="script/lazy.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132658705-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-132658705-2');
</script>
</head>
<body onload="handleLazyLoad()">
<div class="banner-container">
<div id="banner" class="banner">
<div class="splash">
<div class="logo"></div>
<div class="splash-title">TerraForged</div>
<div class="splash-sub italic">Hello, world!</div>
</div>
</div>
</div>
<div class="content">
<div id="about" class="section-heading">About</div>
<div class="section section-vert section-justify no-pad">
<div class="section-blurb">
<p>
<i>
TerraForged is an ambitious new terrain generator mod for Minecraft (Java Edition) attempting
to create more immersive, inspiring worlds to explore and build in. Featuring an overhaul of
the vanilla generation system, custom terrain shapes, simulated erosion, better rivers, custom
decorations, tonnes of configuration options, and more!
</i>
</p>
<video class="section-video" poster="video/flyby.png" controls controlslist="nodownload"
disablePictureInPicture>
<source src="video/flyby.mp4" type="video/mp4">
</video>
</div>
<div class="section-row button-container">
<a class="section-button margin"
href="https://github.com/TerraForged/TerraForged"
style="background-color: #333"
title="Go to github.com"
target="_blank">
Github
</a>
<a class="section-button margin"
href="https://discord.gg/KwNtH5N"
style="background-color: #7289da"
title="Join the project's Discord server"
target="_blank">
Discord
</a>
<a class="section-button margin"
href="https://www.patreon.com/dagsme"
style="background-color: #e85b46"
title="Back the project on Patreon"
target="_blank">
Patreon
</a>
<a class="section-button margin"
href="https://www.curseforge.com/minecraft/mc-mods/terraforged"
title="Go to curseforge.com"
target="_blank">
Downloads
</a>
</div>
<div class="section-blurb">
<!-- Padding -->
</div>
</div>
<div id="features" class="section-heading">Features & Goals</div>
<div class="section">
<div class="section-text">
<div class="section-title">
Better Looking Terrain
</div>
<div class="section-description">
<p>
TerraForged's aim is to make your Minecraft world look & feel more coherent, expansive and
interesting. It does this by combining a wide variety of hand-crafted terrain-type generators
(many of which are inspired by real-life landforms) and then procedurally blending, eroding and
smoothing together.
</p>
<p>
Unlike Vanilla - which generates the biomes first, and lets the biomes define how the terrain is
shaped - TerraForged generates the terrain first and <i>then</i> decorates it with biomes that suit.
Not only does this produce smoother and more natural transitions between contrasting terrains,
but means that biomes are no longer fixed to a single terrain type, allowing for much more
variation.
</p>
</div>
</div>
<a class="section-image" href="image/sunset-1.jpg" target="_blank">
<img src="image/thumb/sunset-1.jpg" data-src="image/sunset-1.jpg" alt="Sunset 1">
</a>
</div>
<div class="section">
<a class="section-image" href="image/savanna-1.jpg" target="_blank">
<img src="image/thumb/savanna-1.jpg" data-src="image/savanna-1.jpg" alt="Mountains 1">
</a>
<div class="section-text">
<div class="section-title">
Custom Features & Decoration
</div>
<div class="section-description">
<a>
TerraForged integrates a flexible system for loading custom features into the world,
replacing/modifying
existing ones, and controlling when/where they get placed. For example, TerraForged provides it's
own
set of tree assets to replace the Vanilla ones. It modifies snow layer placement to create smooth
snow drifts (which look really cool!).
</a>
<a>
Chunks are decorated with randomly generated regions of strata (rock layers). This means you'll
find more variety of materials whilst mining, and may also have to explore a bit more to find
specific resources.
</a>
</div>
</div>
</div>
<div class="section">
<div class="section-image">
<div id="splash1" class="section-banner section-banner-1">
<div class="splash">
<div class="splash-sub">Epic Mountain Ranges!</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="section-text">
<div class="section-title">
Simulated Erosion
</div>
<div class="section-description">
<p>
TerraForged makes use of an hydraulic-erosion algorithm to help improve the visual style of its
terrain.
This process traces the paths of thousands of water droplets down the slope of the terrain,
simulating
material erosion, carry, & deposition, and creates subtle lines and variations in the heightmap.
</p>
<p>
Data from this process is also used when decorating the terrain to expose the rock-face on highly
eroded inclines, place gravel (scree) at the bottom of slopes, and to remove snow from locations
where it wouldn't naturally settle.
</p>
</div>
</div>
<a class="section-image" href="image/hills-1.jpg" target="_blank">
<img src="image/thumb/hills-1.jpg" data-src="image/hills-1.jpg" alt="Hills 1">
</a>
</div>
<div class="section">
<a class="section-image" href="image/river-1.jpg" target="_blank">
<img src="image/thumb/river-1.jpg" data-src="image/river-1.jpg" alt="Hills 1">
</a>
<div class="section-text">
<div class="section-title">
Rivers That Go Somewhere
</div>
<div class="section-description">
Rivers will always lead you to the ocean, gradually increasing in width from start to finish. They
can stretch for (literally) thousands of blocks carving the terrain & forming valleys as they go.
You'll also find forks where two rivers meet, and the occasional lake on the way.
</div>
</div>
</div>
<div class="section">
<div class="section-image">
<div id="splash2" class="section-banner section-banner-2">
<div class="splash">
</div>
</div>
</div>
</div>
<div class="section">
<div class="section-text">
<div class="section-title">
Extensive Configuration Options
</div>
<div class="section-description">
Love sliders? TerraForged's got you covered! Control anything from how much ocean your world
has to how common volcanoes are! All this within an interactive GUI with a handy preview-map
showing just how your settings will affect the world.
</div>
</div>
<a class="section-image" href="image/settings-1.jpg" target="_blank">
<img class="right" src="image/thumb/settings-1.jpg" data-src="image/settings-1.jpg" alt="Settings 1">
</a>
</div>
<div id="gallery" class="section-heading">Gallery</div>
<div class="section gallery">
<a class="section-image" href="image/flowers-1.jpg" target="_blank">
<img class="fit-left" src="image/thumb/flowers-1.jpg" data-src="image/flowers-1.jpg" alt="Settings 1">
</a>
<a class="section-image" href="image/taiga-1.jpg" target="_blank">
<img class="fit-right" src="image/thumb/taiga-1.jpg" data-src="image/taiga-1.jpg" alt="Settings 1">
</a>
<a class="section-image" href="image/mountains-3.jpg" target="_blank">
<img class="fit-left" src="image/thumb/mountains-3.jpg" data-src="image/mountains-3.jpg" alt="Settings 1">
</a>
<a class="section-image" href="image/bop-2.jpg" target="_blank">
<img class="fit-left" src="image/thumb/bop-2.jpg" data-src="image/bop-2.jpg" alt="Settings 1">
</a>
<a class="section-image" href="image/mountains-2.jpg" target="_blank">
<img class="fit-right" src="image/thumb/mountains-2.jpg" data-src="image/mountains-2.jpg" alt="Settings 1">
</a>
</div>
<div id="demo" class="section-heading">Example World</div>
<div class="section section-vert">
<div class="section-text">
This 15k world was generated with an in-dev build of TerraForged on 1.16.4.
</div>
<div class="section-map">
<iframe src="https://demo.terraforged.com/"></iframe>
</div>
<a class="section-button" href="https://demo.terraforged.com/" target="_blank">
Open Map
</a>
</div>
</div>
<footer>
<div>
<a href="https://terraforged.com">
<img src="icon/terraforged.png" alt="TerraForged Logo">
</a>
</div>
<div class="tiny">© 2020 TerraForged (by dags)</div>
</footer>
</body>
</html>