-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvanilla-raytraced-addons.html
More file actions
155 lines (148 loc) · 6.94 KB
/
vanilla-raytraced-addons.html
File metadata and controls
155 lines (148 loc) · 6.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png" />
<link rel="icon" type="image/png" href="assets/img/favicon.png" />
<title>MazeWave - Addons for Vanilla Raytraced</title>
<link rel="canonical" href="https://mazewave.github.io/vanilla-raytraced-addons" />
<meta name="description" content="Addons improve the user experience of Vanilla Raytraced so that you can fully enjoy it"></head>
<link href="assets/css/BeerSlider.css" rel="stylesheet" />
<script src="assets/js/BeerSlider.js"></script>
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/fontawesome.min.css" rel="stylesheet" />
<link href="assets/css/twemoji-amazing.css" rel="stylesheet" />
<link href="assets/css/main.css" rel="stylesheet" />
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/js.cookie.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
<style>
.addons .row {
gap: 1em;
}
.addons .text {
-ms-flex: 1;
flex: 1;
max-width: 100%;
}
.addons .image {
display: none;
}
.addons .image > img {
width: 100%;
border-radius: 2em;
}
@media (min-width: 768px) {
.addons .text {
max-width: 58.33%;
}
.addons .image {
display: block;
-ms-flex: 0 0 41.66%;
flex: 0 0 41.66%;
max-width: 41.66%;
}
}
@media (min-width: 1630px) {
.addons .text {
max-width: 75%;
}
.addons .image {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
}
</style>
</head>
<body>
<div class="mx-auto">
<header class="p-3 masthead mb-auto scrolled" style="color: var(--white)">
<div class="inner">
<a href="/"><h3 class="masthead-brand" id="txt-mazewave">MazeWave</h3></a>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link" href="/" id="txt-home">Home</a>
<a class="nav-link active" href="vanilla-raytraced" id="txt-vrp">Vanilla Raytraced</a>
<a class="nav-link" href="https://06games.ddns.net/" id="txt-06games">06Games</a>
<div class="dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" id="language" data-toggle="dropdown"><i class="fas fa-language"></i></a>
<div class="dropdown-menu">
<a class="dropdown-item" href="javascript:changeLanguage('english')"><i class="twa twa-flag-united-kingdom"></i>English</a>
<a class="dropdown-item" href="javascript:changeLanguage('french')"><i class="twa twa-flag-france"></i>Français</a>
</div>
</div>
</nav>
</div>
</header>
<main role="main">
<div class="d-flex flex-column w-100 introduction" style="max-height: 500px">
<div class="carousel slide carousel-fade fullscreen-image" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active"><div style="background-image: url(assets/img/vanilla-raytraced-addons/carousel/)" class="img"></div></div>
</div>
</div>
<div class="text-center">
<img src="assets/img/vanilla-raytraced/icon.png" href="#" class="presentation-icon" />
<h1 id="txt-vrpAddons">Addons for Vanilla Raytraced</h1>
<p class="lead" id="txt-vrpAddons-title">You will love them</p>
</div>
</div>
<content class="panel d-block mb-5 addons">
<div class="row">
<div class="text">
<h2 id="txt-vrpAddons-mirror">Mirror</h2>
<p class="lead" id="txt-vrpAddons-mirror-desc">
Mirror Addons for Vanilla Raytraced replace end_bricks texture with a mirror one. This addon could be helpful with Modernistic build.
</p>
<p class="lead"><a href="vanilla-raytraced-addons-mirror" class="btn btn-lg btn-info"><i class="fas fa-plus"></i><span id="txt-readMore">Read more</span></a></p>
</div>
<div class="image"><img src="assets/img/vanilla-raytraced-addons/icon-mirror.jpg" href="#" /></div>
</div>
<hr style="margin: 2.5em 0" />
<div class="row">
<div class="text order-md-2">
<h2 id="txt-vrpAddons-glass">Clean Glass</h2>
<p class="lead" id="txt-vrpAddons-glass-desc">
Clean Glass Addon for Vanilla Raytraced makes the glass completely transparent. This addon could be helpful with modernistic build.
</p>
<p class="lead"><a href="vanilla-raytraced-addons-glass" class="btn btn-lg btn-info"><i class="fas fa-plus"></i><span id="txt-readMore">Read more</span></a></p>
</div>
<div class="image order-md-1"><img src="assets/img/vanilla-raytraced-addons/icon-glass.jpg" href="#" /></div>
</div>
<hr style="margin: 2.5em 0" />
<div class="row">
<div class="text">
<h2 id="txt-vrpAddons-nether">Bloody Nether</h2>
<p class="lead" id="txt-vrpAddons-nether-desc">
Bloody Nether Addon for Vanilla Raytraced adds a unique atmosphere to this dimension.
</p>
<p class="lead"><a href="vanilla-raytraced-addons-nether" class="btn btn-lg btn-info"><i class="fas fa-plus"></i><span id="txt-readMore">Read more</span></a></p>
</div>
<div class="image"><img src="assets/img/vanilla-raytraced-addons/icon-nether.jpg" href="#" /></div>
</div>
<hr style="margin: 2.5em 0" />
<div class="row">
<div class="text order-md-2">
<h2 id="txt-vrpAddons-ores">Luminous Ores</h2>
<p class="lead" id="txt-vrpAddons-ores-desc">
Luminous Ores Addon for Vanilla Raytraced provides a whole new atmosphere to caves!<br />
You would see at a bend in the cave, a blue glow, that of the diamond ore that you have been looking for for hours!
</p>
<p class="lead"><a href="vanilla-raytraced-addons-ores" class="btn btn-lg btn-info"><i class="fas fa-plus"></i><span id="txt-readMore">Read more</span></a></p>
</div>
<div class="image order-md-1"><img src="assets/img/vanilla-raytraced-addons/icon-ores.jpg" href="#" /></div>
</div>
</content>
</main>
<footer class="mt-auto text-center">
<div class="inner">
<p><span id="txt-credit">This website was made by</span> <a href="https://github.com/06Games">Evan Galli</a></p>
</div>
</footer>
</div>
</body>
<script>
</script>
</html>