-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
303 lines (259 loc) · 15 KB
/
index.html
File metadata and controls
303 lines (259 loc) · 15 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
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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE html>
<!--
Copyright 2018-2022 Ki11er_wolf.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en" xml:lang="en">
<!-- Tab Title & Logo -->
<title>Resynth - Growable Ores and Resources</title>
<link rel="icon" href="images/icon.png" type="image/png">
<!--Internal css and js.-->
<link rel="stylesheet" type="text/css" href="pages/home/home.css">
<!-- SEO -->
<meta name="keywords" content="Growable, Grow, Ores, Crops, Resources, Plants, Mystical Agriculture, Growable ores,
Growable mob drops, Growable resources, Resynth Minecraft Mod, Resynth, Mod, Minecraft, Curse Forge, customize,
Minecraft 1.12.2, Minecraft 1.13.2, Minecraft 1.14.4, Minecraft 1.15.2, Minecraft 1.16.1, Resynth Wiki,
Magical Crops, Farm, Farming, Modded, Farming Ores, Farming Resources, Minecraft 1.16, 1.16, Ore Crops Mod,
Ore Crops, Ore Plants, 1.16, Resource Seeds, Automation, Plantable Ores, Ore Seeds">
<meta name="description" content="Grow ores and other resources with configurable crops for many Minecraft
and modded resources. With simple to use plant types, seeds that drop from ores and mobs in the world. Easily
automate fields of crops. Configure every plants growth and rarity. And so much more!">
<!-- Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- STYLE -->
<!-- JQuery, Bootstrap and Icons-->
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<link href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css" rel="stylesheet">
<script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics Site Tag-->
<script
async src="https://www.googletagmanager.com/gtag/js?id=UA-127648959-1">
</script>
<!-- Google Analytics Script -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-127648959-1');
// Set the user ID using signed-in user_id.
gtag('set', {'user_id': 'USER_ID'});
</script>
<!-- Cookie Pop up -->
<link rel="stylesheet" type="text/css" href="css/jquery-eu-cookie-law-popup.css"/>
<script src="js/jquery-eu-cookie-law-popup.js"></script>
</head>
<!-- Body -->
<body lang="en" xml:lang="en" class="eupopup eupopup-bottom">
<noscript>
Your browser does not support JavaScript! The Resynth website
might not work correctly!
</noscript>
<!-- Navbar -->
<nav class="navbar navbar-dark bg-dark">
<span class="navbar-brand">
<!--suppress CheckImageSize -->
<img src="images/logo.png" height="39" style="margin-top: 10px;" alt=""/>
<a title="Go to downloads" style="background: none; border:none;"
href="pages/download.html">
<img style="height: 25px;" alt="Image displaying number of downloads."
src="http://cf.way2muchnoise.eu/full_303846_downloads.svg">
</a>
</span>
<span class="navbar-text">
<a href="" class="navbar-link-active" style="text-decoration:none">Home</a>
<a href="pages/download.html" class="navbar-link" style="text-decoration:none">Downloads</a>
<a href="pages/wiki/home.html" class="navbar-link" style="text-decoration:none">Wiki</a>
<a href="https://www.curseforge.com/minecraft/mc-mods/resynth/" class="navbar-link" style="text-decoration:none">Project Page</a>
<a href="pages/changelog/changelog.html" class="navbar-link" style="text-decoration:none">Changelog</a>
<a href="pages/faq/faq.html" class="navbar-link" style="text-decoration:none">FAQ</a>
<a href="pages/credits/credits.html" class="navbar-link" style="text-decoration:none">Credits</a>
<a href="https://github.com/Resynth-Minecraft-Mod" class="navbar-link" style="text-decoration:none">Source Code</a>
<a href="https://www.paypal.com/cgi-bin/webscr?hosted_button_id=H4KMMEX2T693W&item_name=Resynth+-+Growable+Ores+%26+Resources+(from+curseforge.com)&cmd=_s-xclick"
class="navbar-link" style="text-decoration:none">Donate</a>
</span>
</nav>
<!-- Introduction Division -->
<picture>
<source type="image/webp" srcset="images/resynth_small.webp">
<source type="image/png" srcset="images/resynth_small.png">
<img src="images/resynth_small.png" style="width: 100%;" alt="The cover image for Resynth.">
</picture>
<!-- Description Division -->
<div class="container text-center ">
<br/>
<h1><b>Resynth - Growable Resources</b></h1>
<h3>Easily grow ores and resources from crops for both Minecraft and modded resources.</h3>
<h3>
<b style="font-size: 22px">
<span class="version-block">1.12</span>
<span class="version-block">1.13</span>
<span class="version-block">1.14</span>
<span class="version-block">1.15</span>
<span class="version-block">1.16</span>
</b>
</h3>
<div class="text-center" style="font-size: 20px;">
<h1 class="block" style="font-size: 20px;">
<br/>
Grow ores and other resources with configurable crops for many Minecraft
and modded resources. With simple to use plant types, seeds that drop from ores and mobs in the world. Easily
automate fields of crops. Configure every plants growth and rarity. And so much more!
</h1>
<p>
<br>
Adds a unique plant crop and seeds for all the different supported ores and other resources in your
Minecraft world. Sets up the seeds to drop from specific ores and mobs, making seeds simple to
obtain. Plant crops can easily be upgraded with auto-farming and faster growth. Easily set the
difficulty by setting the exact properties and growth of Every plant individually. And so much more!
No matter your play-style or goals, Resynth can easily be configured to support it.
</p>
</div>
<br/><br/>
<div class="row">
<div class="col-md-7 text-left" style="font-size: 20px;">
<br> <div class="divider"></div>
<p>
<b>There's More!</b>
</p>
<p>
Beyond just getting seeds and growing ores and resources, Resynth also adds some nice features and
mechanics. First, a new type of farmland for Resynth crops that can be enriched with Mineral Rock to
speed up the growth rate of plants. Crop Farms can be made fully automatic either with Hoppers or
with vanilla auto-farming mechanics. Plant produce can be destroyed for a chance to get more seeds.
A type of flower that spawns randomly throughout the world that can drop Biochemical seeds for
players in peaceful mode so that they can grow mod drops. And so much more!
</p>
<p>
For a detailed guide on getting started, check out the <a href="pages/wiki/getting-started.html"
class="btn btn-dark"> Getting Started Guide </a> in the Wiki. Start growing your
ores, mob drops, and resources quickly and easily!
</p>
<br> <div class="divider"></div>
<p>
<b>Everything is Configurable!</b>
</p>
<p>
If being able to grow your own ores and resources sounds too easy and overpowered, or if you like
playing on easy mode and just want to grow the ores and resources you need without having to fight
for them, don't worry! Resynth has you covered! Everything can be configured to make it perfect for
you.
</p>
<p>
Every plants growth rate can be configured to make it grow as fast or slow as you want it to. The
chances of seeds spawning, the number of resources the produce of a plant gives and the ability
to use Bonemeal on specific crops can all be changed as well. Plant growth and seed spawning can be
disabled. Features can be turned on or off. And so many more configuration options!
</p>
<br> <div class="divider"></div>
<p>
<b>Over 100 Different Crops!</b>
</p>
<p>
Resynth adds over one-hundred different ore and resources growing crops to Minecraft! A lot are for
growing vanilla Minecraft resources, while others grow ores and resources for other mods and are
only enabled when the mod is installed. To see all the different ores, mob drops, and resources
you can grow with Resynth crops as well as from what mods, check out the
<a class="btn btn-dark" href="pages/wiki/plants.html">List of Plants</a>
</p>
<br> <div class="divider"></div>
<p></p>
<!-- Links -->
<div class="row text-center">
<div class="col-sm-6">
For more <b>detailed information</b> about the mod and how to use it
<a href="pages/wiki/home.html"
class="btn btn-primary">
View The Wiki
</a>
</div>
<div class="col-sm-6">
For some <b>common issues</b> and <b>questions</b> about the mod
<a href="pages/faq/faq.html" class="btn btn-primary">View The FAQ</a>
</div>
</div>
</div>
<!-- Images -->
<div class="col-md-5">
<div class="col-md-12" style="border-left: 1px solid lightgrey;">
Growable Ores
<br/>
<b>Metallic type crops growing Iron Ore and Gold Ore.</b>
<br/>
<picture>
<source type="image/webp" srcset="images/metallic_plants_small.webp">
<source type="image/png" srcset="images/metallic_plants_small.png">
<img id="img-0" src="images/metallic_plants_small.png"
class="side-img" alt="Growing ores">
</picture>
</div>
<div class="col-md-12 img-div">
Growable Resources
<br/>
<b>Crystalline type crops growing resources like Diamond & Redstone.</b>
<br/>
<picture>
<source type="image/webp" srcset="images/crystalline_plants_small.webp">
<source type="image/png" srcset="images/crystalline_plants_small.png">
<img id="img-1" src="images/crystalline_plants_small.png"
class="side-img" alt="Growing resources">
</picture>
</div>
<div class="col-md-12 img-div">
Growable Mob Drops
<br/>
<b>Biochemical type crops growing the Ender Pearl & Spiders Eye Mod Drops.</b>
<br/>
<picture>
<source type="image/webp" srcset="images/biochemical_plants_small.webp">
<source type="image/png" srcset="images/biochemical_plants_small.png">
<img id="img-2" src="images/biochemical_plants_small.png"
class="side-img" alt="Growing mob drops">
</picture>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="sticky-footer" class="py-4 bg-dark text-white-50" style="margin-top: 20px;">
<div style="width: 50%; margin-left: 25%;">
The Resynth Minecraft Mod, The Resynth Website, and all related content
is licensed under the
<a class="btn btn-dark" href="https://www.apache.org/licenses/LICENSE-2.0">
Apache License, Version 2.0.
</a>
All Resynth content is open source and hosted on github.
</div>
<div style="width: 50%; margin-left: 25%;">
<br>
THE RESYNTH MOD, WEBSITE AND ITS RESOURCES ARE PROVIDED
AS IS WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND.
For more information, view
<a class="btn btn-dark" href="https://www.apache.org/licenses/LICENSE-2.0#no-warranty">
Clause 7
</a> of the Apache License, Version 2.0.
</div>
<hr style="background-color: white">
<div class="container text-center">
<small>Copyright © 2018-2022: Ki11er_wolf</small>
</div>
</footer>
<!--Makes sure element sizes are correct on the various different screen sizes-->
<script src="pages/home/home.js"></script>
</body>
</html>