-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (97 loc) · 4.57 KB
/
index.html
File metadata and controls
114 lines (97 loc) · 4.57 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>Atlantis Mod</title>
</head>
<body>
<header>
<div class="container">
<h1>Atlantis Mod</h1>
<h2>By @Graeme22, @ETBCOR, KyleCodesThings, and @LatentLepreckaun.</h2>
<section id="downloads">
<a href="https://github.com/CodecademyMinecraftMods" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
<a href="http://www.minecraftforum.net/topic/2515843-wip164-atlantis-mod-an-underwater-world/" class="btn">View on Minecraft Forum</a>
<a href="http://www.codecademy.com/groups/minecraft-gaming/discussions/53079c8f548c35f45000181d#" class="btn">View On Codecademy</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h2>Atlantis Mod for Minecraft 1.6.4</h2>
<p>This mod is based off of an old myth about an underwater city called Atlantis. It is still a W.I.P (work in progress), but if you are a developer that would like to help, see this mod on <a href="https://github.com/CodecademyMinecraftMods/atlantis-mod">GitHub</a>.</p>
<lists>
<h3>Dimensions</h3>
<ul>
<li><a href="atlantis.html">Atlantis</a></li>
<li><a href="the-deep.html">"The Deep"</a></li>
</ul>
<h3>Mobs</h3>
<ul>
<li><a href="squidman.html">Squidman</a></li>
<li><a href="giant-squid.html">Giant Squid</a></li>
<li><a href="angler-fish.html">Angler Fish</a></li>
<li><a href="whale.html">Whale</a></li>
<li><a href="eel.html">Eel</a></li>
<li><a href="shark.html">Shark</a></li>
<li><a href="sharkman.html">Sharkman</a></li>
<li><a href="fish.html">Fish</a></li>
<li><a href="mermaid.html">Mermaid</a></li>
<li><a href="clam.html">Clam</a></li>
</ul>
<h3>Items</h3>
<ul>
<li><a href="atlantis-wand.html">Alantis Wand</a></li>
<li><a href="trident.html">Trident</a></li>
<li><a href="diving-helmet.html">Diving Helmet</a></li>
<li><a href="diving-suit.html">Scuba Suit</a></li>
<li><a href="oxygen-tank.html">Oxygen Tank</a></li>
<li><a href="flippers.html">Flippers</a></li>
<li><a href="atlantis-necklace.html">Atlantis Necklace</a></li>
<li><a href="eye-of-atlantis.html">Eye Of Atlantis</a></li>
<li><a href="pearl-tools.html">Pearl Tools</a></li>
<li><a href="pearl.html">Pearl</a></li>
</ul>
<h3>Blocks</h3>
<ul>
<li><a href="coral.html">Coral</a></li>
<li><a href="rotten-planks.html">Rotten Planks</a></li>
<li><a href="pearl-block.html">Block of Pearl</a></li>
<li><a href="bubble-door.html">Bubble Door</a></li>
<li><a href="deep-sand.html">Deep Sand</a></li>
</ul>
<h3>Structures</h3>
<ul>
<li><a href="shipwreck.html">Shipwreck</a></li>
<li><a href="atlantis-city.html">Atlantis City</a></li>
<li><a href="bubble.html">Bubble</a></li>
<li><a href="grotto.html">Grotto</a></li>
<li><a href="sunken-submarine.html">Sunken Submarine</a></li>
<li><a href="atlantean-ruins.html">Atlantean Ruins</a></li>
<li><a href="overworld-shrine.html">Overworld Shrine</a></li>
<li><a href="atlantis-shrine.html">Atlantis Shrine</a></li>
</ul>
<h3>Biomes</h3>
<ul>
<li><a href="atlantean-ocean.html">Atlantean Ocean</a></li>
<li><a href="deep-ocean.html">Deep Ocean</a></li>
<li><a href="coral-reef.html">Coral Reef</a></li>
</ul>
<h3>Bosses</h3>
<ul>
<li><a href="king-of-atlantis.html">King of Atlantis</a></li>
<li><a href="neptune.html">Neptune</a></li>
<li><a href="kraken.html">Kraken</a></li>
</ul>
</lists>
<h2>Authors and Contributors</h2>
<p>Our contributers are <a href="https://github.com/Graeme22" class="user-mention">@Graeme22</a>, <a href="https://github.com/ETBCOR" class="user-mention">@ETBCOR</a>, <a href="https://github.com/LatentLeprechaun" class="user-mention">@LatentLepreckaun</a>, and <a href="http://www.codecademy.com/errorknsuniverse" class="user-mention">KyleCodesThings</a>. If you want to help, just go to the <a href="http://www.codecademy.com/groups/minecraft-gaming/discussions/53079c8f548c35f45000181d">Codecademy</a> page.</p>
</section>
<p>Mod Copyright (c) 2014 CodecademyMinecraftMods. This mod is liscenced under the <a href="LICENSE">MIT License</a>.</p>
</div>
</body>
</html>