-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathafk.html
45 lines (45 loc) · 1.88 KB
/
afk.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Where to AFK in a chunk</title>
<link rel="stylesheet" href="style/[email protected]">
<link rel="stylesheet" href="style/[email protected]">
</head>
<body>
<section class="main">
<h1>Where to AFK in a chunk</h1>
<p>Depending on where you stand, different chunks will be in random-tick range.</p>
<p>The chunk corners load the most chunks, but for geode farms, you may have more geodes in range with a different spot.</p>
<p>The colored regions are the spots that have unique chunk combinations loaded.</p>
<p>The geode finder will only check 0,0 in each chunk.</p>
<div>
<p id="loading">Loading...</p>
<div>
<p id="hoverInfo"> </p>
<canvas style="width:48%;display:inline" id="chunkPattern" width="512" height="512"></canvas>
<canvas style="width:48%;display:inline" id="chunkPatternMap" width="512" height="512"></canvas>
</div>
<div id="patternLog"></div>
</div>
</section>
<footer>
<div class="nes-container with-title">
<p class="title">Other tools</p>
<p>
<a href="index.html">geode</a>
— <a href="afk.html">afk</a>
— <a href="drowned.html">drowned</a>
</p>
</div>
</footer>
<script type="application/russellsprouts-worker"
data-name="general"
<script type="text/javascript" src="third_party/three.js/[email protected]"></script>
<script type="text/javascript" src="third_party/pako/[email protected]"></script>
<script type="text/javascript" src="out/[email protected]"></script>
<script type="text/javascript" src="out/[email protected]"></script>
<script type="text/javascript" src="out/[email protected]"></script>
</body>
</html>