-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (76 loc) · 3.35 KB
/
index.html
File metadata and controls
76 lines (76 loc) · 3.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1>
<center>§ix-One-Three</center>
</h1>
</div>
<div class="column">
<div class="row">
<div class="col-md-6">
<h2>
<center>Durability Show</center>
</h2>
<p>Durability Show is a simple mod created to show the durability of tools and armor.</p>
<p>The mod draws the armor you are wearing and the tool you are holding in the corner of your screen.
The corner used is configurable. Pressing H by default opens and closes the HUD.
Even when advanced tool-tips are turned off the durability of tools is shown when you mouse over them.
There are other mods like this however I made this one for the purpose of it being 1.8 in the middle of
December when no others existed, then backported to 1.7.10 later.
</p>
<center>
<a href="http://imgur.com/tYSIiFh"><img src="http://i.imgur.com/tYSIiFh.png" title="source: imgur.com" /></a>
<p>Download it from <a href="http://minecraft.curseforge.com/mc-mods/226099-durability-show">CurseForge!</a></p>
</center>
</div>
<div class="col-md-6">
<h2>
<center>Random Utilities</center>
</h2>
<p>Random Utilities adds random useful stuff to the game.</p>
<p>It is currently a private mod however it may be released in the future.
The mod adds things such as a lunchbox and heart canister to the game.
Some of the commands from the bukkit plugin "Essentials" are also added.
These include /sethome, /delhome, /sethome, /suicide, etc.
</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h2>
<center>Map</center>
</h2>
<p>A map is planned on being made at some point.
Currently no theme determined.
</p>
</div>
</div>
<div class="row">
<div class="col-md-4"></div>
<div class="col-md-4">
<a href="https://twitter.com/61352151511" class="twitter-follow-button" data-show-count="false" data-size="large" data-show-screen-name="false" data-dnt="true">Follow @61352151511</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<iframe
src="https://ptrn.me/patreon-btn.html?creator=SixOneThree"
allowtransparency="true"
frameborder="0"
scrolling="0"
width="110"
height="20">
</iframe>
<audio controls autoplay loop>
<source src="https://raw.githubusercontent.com/61352151511/61352151511.github.io/master/Sanryd.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</div>
</div>
</div>
</body>
</html>