Added mymineshaft

master
DonBatman 2015-03-25 13:49:06 -07:00
parent a9a428db62
commit 5387f0fae3
4 changed files with 210 additions and 7 deletions

100
mymineshaft.html Normal file
View File

@ -0,0 +1,100 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="My Mods for Minetest" />
<meta name="keywords" content="minetest, mymods, batman, donbatman, mycorners" />
<meta name="author" content="Don" />
<title>MyMods by Don</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<!--Body-->
<body>
<div id="container">
<!--Header-->
<div id="header">
<h1>MyMods for</h1>
</div>
<!--Menu-->
<div id="menu">
<a class="item" href="index.html">Home</a>
<a class="item" href="mymods.html">My Mods</a>
<a class="item" href="favmods.html">Mods I like</a>
<a class="item" href="server.html">My Server</a>
<!--Leftside-->
<div class="leftbox">
<h4>Top MyMods</h4>
<ul>
<li><a href="mymillwork.html">mymillwork</a></li>
<li><a href="mycorners.html">mycorners</a></li>
<li><a href="mypaths.html">mypaths</a></li>
</ul>
</div>
<div class="leftbox">
<h4>Top Minetest Mods</h4>
<ul>
<li><a href="https://forum.minetest.net/viewtopic.php?id=4394">moretrees</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=509">moreblocks</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2538">technic</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?t=628">mesecons</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2155">pipeworks</a></li>
</ul>
</div>
</div>
<!--End "Menu" and left column -->
<!--Main Section-->
<div id="main">
<h2>mymineshaft</h2>
<br>
<img src="images/mymineshaft/top.png">
<div class="bottomRight">
<div class="content">
<p>
mymineshaft lets you make a cool shaft for mining. Dig a hole straight down. Place a bottom and then start placing shaft all the way up. At the top you can either leave it an open shaft or put a top on it. The top opens and closes when you punch it.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=11564">mymineshaft</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/mymineshaft">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mymineshaft/archive/master.zip">mymineshaft.zip</a></li>
</ul>
<br>
</p>
</div>
</div>
</div>
<div id="footer">
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
</div>
</div>
</body>
</html>

101
mymineshaft.html~ Normal file
View File

@ -0,0 +1,101 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="My Mods for Minetest" />
<meta name="keywords" content="minetest, mymods, batman, donbatman, mycorners" />
<meta name="author" content="Don" />
<title>MyMods by Don</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<!--Body-->
<body>
<div id="container">
<!--Header-->
<div id="header">
<h1>MyMods for</h1>
</div>
<!--Menu-->
<div id="menu">
<a class="item" href="index.html">Home</a>
<a class="item" href="mymods.html">My Mods</a>
<a class="item" href="favmods.html">Mods I like</a>
<a class="item" href="server.html">My Server</a>
<!--Leftside-->
<div class="leftbox">
<h4>Top MyMods</h4>
<ul>
<li><a href="mymillwork.html">mymillwork</a></li>
<li><a href="mycorners.html">mycorners</a></li>
<li><a href="mypaths.html">mypaths</a></li>
</ul>
</div>
<div class="leftbox">
<h4>Top Minetest Mods</h4>
<ul>
<li><a href="https://forum.minetest.net/viewtopic.php?id=4394">moretrees</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=509">moreblocks</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2538">technic</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?t=628">mesecons</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2155">pipeworks</a></li>
</ul>
</div>
</div>
<!--End "Menu" and left column -->
<!--Main Section-->
<div id="main">
<h2>mysponge</h2>
<br>
<img src="images/mysponge/top.png">
<div class="bottomRight">
<div class="content">
<p>
mysponge is a fun little mod the allows you to craft a sponge. When you place the sponge in the water it soaks up the water. Put the sponge into the furnace and it will dry out the sponge. When it dries it will give you back a dry sponge and water.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?t=11539&p=173497">mysponge</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/mysponge">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mysponge/archive/master.zip">mysponge.zip</a></li>
</ul>
<br>
</p>
</div>
</div>
</div>
<div id="footer">
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
</div>
</div>
</body>
</html>

View File

@ -88,18 +88,20 @@ and "content" containers, for the box effect. -->
<h2>My Mods</h2>
<p>
<ul>
<li><a href="mymillwork.html">mymillork</a></li>
<li><a href="mycorners.html">mycorners</a></li>
<li><a href="myeavestrough.html">myeavestrough</a></li>
<li><a href="mysoffit.html">mysoffit</a></li>
<li><a href="mypaths.html">mypaths</a></li>
<li><a href="mybricks.html">mybricks</a></li>
<li><a href="mycorners.html">mycorners</a></li>
<li><a href="mydoors.html">mydoors</a></li>
<li><a href="myeavestrough.html">myeavestrough</a></li>
<!--<li><a href="myholeinthewall.html">myholeinthewall</a></li>-->
<li><a href="mymeshnodes.html">mymeshnodes</a></li>
<li><a href="mymineshaft.html">mymineshaft</a></li>
<li><a href="mymillwork.html">mymillork</a></li>
<li><a href="mymulch.html">mymulch</a></li>
<li><a href="mypaths.html">mypaths</a></li>
<li><a href="myroofs.html">myroofs</a></li>
<li><a href="mysponge.html">mysponge</a></li>
<!--<li><a href="myslopes.html">myslopes</a></li>-->
<li><a href="mysoffit.html">mysoffit</a></li>
<!--<li><a href="mystreets.html">mystreets</a></li>-->
<li><a href="mywoodslopes.html">mywoodslopes</a></li>
<li><a href="worldedge.html">worldedge</a></li>

View File

@ -99,8 +99,8 @@ and "content" containers, for the box effect. -->
<li><a href="mymulch.html">mymulch</a></li>
<li><a href="myroofs.html">myroofs</a></li>
<li><a href="mysponge.html">mysponge</a></li>
<li><a href="myslopes.html">myslopes</a></li>
<li><a href="mystreets.html">mystreets</a></li>
<!--<li><a href="myslopes.html">myslopes</a></li>-->
<!--<li><a href="mystreets.html">mystreets</a></li>-->
<li><a href="mywoodslopes.html">mywoodslopes</a></li>
<li><a href="worldedge.html">worldedge</a></li>
</ul>