-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathabout.html
229 lines (215 loc) · 12.6 KB
/
about.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
<!DOCTYPE html>
<html dir="ltr" lang="no">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="https://joakimthorsen.github.io/MCPropertyEncyclopedia/assets/favicon/favicon-64x64.png" property="og:image" />
<meta content="#389027" name="theme-color" />
<title>About - Minecraft Property Encyclopedia</title>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha512-6MXa8B6uaO18Hid6blRMetEIoPqHf7Ux1tnyIQdpt9qI5OACx7C+O3IVTr98vwGnlcg0LOLa02i9Y1HpVhlfiw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<!-- Font Awesome -->
<link href="./assets/fontawesome/css/fontawesome.css" rel="stylesheet" />
<link href="./assets/fontawesome/css/brands.css" rel="stylesheet" />
<link href="./assets/fontawesome/css/regular.css" rel="stylesheet" />
<link href="./assets/fontawesome/css/solid.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha512-iztkobsvnjKfAtTNdHkGVjAYTrrtlC7mGp/54c40wowO7LhURYl3gVzzcEqGl/qKXQltJ2HwMrdLcNUdo+N/RQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-hover-dropdown/2.2.1/bootstrap-hover-dropdown.min.js"
integrity="sha512-bkRnY+Yd8OOKaLeSQ4ywl+eeJKIbJ5TtBvyWwM2OnsV1qeIZb2yi7E4h2P6XVcAMz3ldrTKAXk/lC5vvZnDkZw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap"
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R2CW5GD7WW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-R2CW5GD7WW');
</script>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/favicon/favicon.ico">
<!-- Main css/js -->
<script src="assets/js/darkmode.js" defer></script>
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1"
aria-expanded="false"
>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a class="navbar-item" href="./">Blocks</a></li>
<li role="separator" class="vertical-divider hidden-xs"></li>
<li><a class="navbar-item" href="entities.html">Entities</a></li>
<li role="separator" class="vertical-divider hidden-xs"></li>
<li><a class="navbar-item" href="items.html">Items</a></li>
<li role="separator" class="vertical-divider hidden-xs"></li>
<li><a class="navbar-item" href="blocks_1.12.html" style="color: #ff4040;">1.12 Blocks</a></li>
<li role="separator" class="vertical-divider hidden-xs"></li>
<li><a class="navbar-item" href="propertydle/">Propertydle</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li role="separator" class="horizontal-divider visible-xs"></li>
<li><a class="navbar-item" title="Toggle UI Theme" role="button" id="dark-mode-toggle" onclick="toggle_theme();">
<img width="20" src="assets/img/moon_sprite.png" class="display-none" />
<img width="20" src="assets/img/sun_sprite.png" />
<span class="visible-xs-inline-block">Toggle light/dark mode</span>
<span class="visible-xs-inline-block display-none">Toggle light/dark mode</span>
</a></li>
<li role="separator" class="vertical-divider hidden-xs"></li> <li>
<a class="navbar-item" href="https://discord.gg/RUEVmTahYg" title="Discord server link">
<i class="fab fa-discord"></i> <span class="visible-xs-inline-block">Discord</span>
</a>
</li>
<li role="separator" class="vertical-divider hidden-xs"></li>
<li><a class="navbar-item" href="https://github.com/JoakimThorsen/MCPropertyEncyclopedia" title="GitHub Repository link">
<i class="fab fa-github"></i> <span class="visible-xs-inline-block">GitHub</span>
</a></li>
<li role="separator" class="vertical-divider hidden-xs"></li>
<li><a class="navbar-item navbar-disabled" href="about.html">About</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container-fluid text-center">
<div class="col-md-2 col-lg-3"></div>
<div class="col-md-8 col-lg-6" id="about-body">
<h1 class="card-text">About</h1>
<hr>
<br><br>
<p class="about-text">
The Minecraft Property Encyclopedia is a comprehensive repository of information about blocks, entities and items, compiled in a powerful and easy‍-‍to‍-‍use online tool. This project is open source and is being developed by a group of volunteer contributors. You can check out the
<a class="lighter-hyperlink" href="https://github.com/JoakimThorsen/MCPropertyEncyclopedia">
Github Page <i class="fab fa-github"></i>
</a> for the (messy) source code and raw data.
</p>
<p class="about-text">
The information in this encyclopedia aims to be as accurate as possible to the latest version of Minecraft Java Edition, but updating does take time. The version of each page is shown in the first paragraph of each page. If you notice any inaccuracies or missing information, please let us know on the Discord server or by creating an issue on the Github repository.
</p>
<p class="about-text">
For discussion, updates, suggestions, questions, or if you are interested in contributing, feel free to join the
<a href="https://discord.gg/RUEVmTahYg">
Discord server! <i class="fab fa-discord"></i>
</a>
</p>
<p class="about-text" style="font-size: 18px;"><br>
NOT AN OFFICIAL MINECRAFT WEBSITE.<br>NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.
</p>
<br>
<h2 class="card-text">How to use</h2>
<hr>
<ul class="text-left written-list">
<li><b>Property selection</b>: You can select from a long list of properties for each page by expanding this dropdown. It also has a basic case-insensitive search feature.</li>
<li><b>Filtering</b>: The values of properties can be used to filter and narrow down the list of entries that will be displayed. If a given entry has multiple values for this property (i.e. a stair block has both a full- and a half-block height), then only the values that match your filter are shown; if none match, the entry will be hidden.</li>
<li><b>Sorting</b>: You can sort the list by any property, including both number and text values. If an entry has multiple values, then it will attempt to split up into individual entries for each value, and can therefore show up in multiple places where applicable.</li>
<li><b>Search</b>: The main search bar lets you search through the entry names, as well as anything listed under "variants", given that that property is selected. Spaces (" ") in the search function as AND operators: typing "ca vi" will match "<u>Ca</u>ve <u>Vi</u>nes", despite not matching a continuous string. Pipe symbols ("|") also function as OR operators: "honey|slime" will show results for both honey and slime blocks. The search function is case-insensitive.</li>
<li><b>Settings</b>: Various other actions and options are available under the collapsing "settings" (<i class="fas fa-tools"></i>‍), including reset buttons, size conversions, and exporting options.</li>
</ul>
<br>
<h2 class="card-text">Joa Mama</h2>
<hr>
<p class="about-text">
In order to effectivize the compiling of different properties, ensure accuracy, and speed up the updating process of the website's information for new game versions, a mod named <a href="https://github.com/bldhf/joa-mama">Joa mama</a> (heh) is being developed in order to extract the properties from the game code directly. It works by checking every block in the registry against a check for each property, and compiles a list of the results. This is then converted to the format used for the website via an external tool. Originally created by bldhf.</p>
<br>
<h2 id="contributors" class="card-text">Contributions</h2>
<hr>
<p class="about-text">Joa | Founder & Lead developer</p>
<br><br>
<div class="col-lg-6">
<h3 class="card-text">Contributors</h3>
<hr>
<ul class="text-left written-list compact-list">
<li>1190an</li>
<li>2No2Name</li>
<li>bldhf</li>
<li>CommandLeo</li>
<li>Crec0</li>
<li>Duck</li>
<li>enbyd</li>
<li>Firigion</li>
<li>FX - PR0CESS</li>
<li>jjl21</li>
<li>Limmelime</li>
<li>lntricate</li>
<li>mathmil</li>
<li>T727</li>
</ul>
</div>
<div class="col-lg-6"><h3 class="card-text">Sources</h3>
<hr>
<ul class="text-left written-list compact-list">
<li>
<a class="lighter-hyperlink" href="https://github.com/bldhf/joa-mama">
Joa Mama, a property extraction mod by bldhf and Joa
</a>
</li>
<li>
<a class="lighter-hyperlink" href="https://github.com/lntricate1/BlockSizeScript">
BlockSizeScript by enbyd and Intricate
</a>
</li>
<li>
<a class="lighter-hyperlink" href="https://docs.google.com/spreadsheets/d/1r3oqFGO5m61uS3Zd7r0x4TY51O7ReDXEV9OPK6zrASk">
Items sheet by CommandLeo
</a>
</li>
<li>
<a class="lighter-hyperlink" href="https://calm-notify-385.notion.site/Observer-updates-87452836e91b4216a50ad90710f7da0f">
Observer updates sheet by Firigion
</a>
</li>
<li>
<a class="lighter-hyperlink" href="https://minecraft.wiki">
The Minecraft Wiki
</a>
</li>
<li>
<a class="lighter-hyperlink" href="https://github.com/PrismarineJS/minecraft-data/">
PrismarineJS
</a>
</li>
<li>Code digging by contributors :]</li>
</ul>
</div>
</div>
</div>
</body>
</html>