-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLodestones.html
131 lines (106 loc) · 5.08 KB
/
Lodestones.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
<!DOCTYPE html>
<html class=" izodjpo idc0_347" lang="en" theme="light">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>
GoodMC Original WIKI
</title>
<script src="Main/cache.js"></script>
<meta charset="UTF-8">
<meta content="" name="description">
<meta content="width=device-width, height=device-height, initial-scale=1.0" name="viewport">
<meta content="telephone=no" name="format-detection">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style">
<meta content="GoodMC Original" property="og:title">
<meta content="GoodMC Original" property="og:site_name">
<meta content="https://goodmc.org" property="og:url">
<meta content="website" property="og:type">
<meta content="" property="og:description">
<link href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📚</text></svg>"
rel="icon">
<link href="Main/style.css" rel="stylesheet">
<link href="Main/main.css" rel="stylesheet">
</head>
<body>
<main id="app">
<nav class="menu menu-simplified">
<div class="menu-flex-container">
<a class="menu-logo" href="https://wiki.goodmc.org/Main">
<span style="margin-left: 10px;">GoodMC <span class="tree-emoji">🌳</span> Original</span>
</a>
</div>
<div class="menu-simplified-right">
<a class="hide-on-iphone" href="https://discord.gg/HWPAExBt3A">Discord</a>
<a class="button button-black" href="Main" style="margin-right: 10px;">Main page</a>
</div>
</nav>
<div class="content doc">
<h1>🧭 Lodestones Teleportation<img draggable="false" src=""></h1>
<p>Lodestone Teleportation is a feature that allows you to teleport between lodestones. It provides
a convenient way for you to quickly travel within the game world without the need for extensive walking or
using other means of transportation. By binding a compass to a lodestone, you can easily teleport to that
specific location whenever you desire. It simplifies navigation and saves time, making it an efficient tool
for exploring and accessing different areas.</p>
<p>
<p style="text-align: center;">
<img src="Data/Lodestones/overview.gif">
</p>
<h2 id="features"><a href="#features">🎁 Features</a></h2>
<ul>
<li>
Aims to provide a vanilla feel without overwhelming players with excessive features
</li>
<li>
The cost of teleportation is determined by the distance traveled
</li>
<li>
You can create a new Lodestone compass by right-clicking the compass. Once bound, you can use the
compass to teleport
</li>
<li>
Right-clicking the compass on another lodestone allows you to teleport back to the original lodestone
</li>
<li>
If the lodestone is obstructed or does not have enough free space above it, teleportation to that
location will not be possible
</li>
</ul>
<h2 id="guide"><a href="#guide">📝 Guide</a></h2>
<ol>
<li><span style="font-size: 1.2em;">🧭</span> <strong>Binding the Compass</strong><br>
To create a new Lodestone compass, right-click the compass on the lodestone.
</li>
<li><span style="font-size: 1.2em;">🌐</span> <strong>Teleporting</strong><br>
Once bound, you can right-click the compass on another lodestone to teleport to the original lodestone.
This action costs experience, and the cost increases the further you wish to travel.
</li>
<li><span style="font-size: 1.2em;">🔍</span> <strong>Tracking</strong><br>
You can track the lodestone by shift right-clicking with the compass in your hand. This will point the
compass to the lodestone it's bound to.
</li>
<li><span style="font-size: 1.2em;">🚫</span style="font-size: 1.2em;"> <strong>Free Space &
Obstructions</strong><br>
If the lodestone does not have free space above it or is destroyed, you will not be able to teleport to
that location anymore.
</li>
</ol>
</div>
</main>
<footer class="footer" id="footer">
<div class="footer-left">
<a href="">mc.goodmc.org</a> ·
<a href="">Lodestones Teleportation</a> ·
<a href="">13.06.2023</a><br><br>
CC BY-SA
</div>
<div class="footer-right">
<label class="theme-switcher" for="checkbox">
<input checked="checked" id="checkbox" type="checkbox">
<span class="slider round"></span>
</label>
</div>
</footer>
<script src="Main/theme.js"></script>
</body>
</html>