First Upload

master
DonBatman 2015-03-24 20:54:25 -07:00
commit 914a26d95a
66 changed files with 4220 additions and 0 deletions

170
favmods.html Normal file
View File

@ -0,0 +1,170 @@
<!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-gb" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="The City - A Personal Portfolio" />
<meta name="keywords" content="the city, ubik, ubik studios" />
<meta name="author" content="Design and Coding by: ubik Studios - Contact me: yewbic[at]yahoo[dot]com" />
<title>MyMods by Don</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
<!--
The following are CSS Conditional Comments to fix
IE's min-height non-existence and also, the fact
that serif fonts do not render exactly the same
size in all browsers. "lt IE 6" is equivalent to
"less than IE 6". -ubik
-->
<!--[if lt IE 6]>
<style type="text/css">
.content {height:250px}
#main {height:400px}
h1 {font-size:50px}
</style>
<![endif]-->
<!--[if IE 6]>
<style type="text/css">
.content {height:190px}
#main {height:400px}
h1 {font-size:55px}
</style>
<![endif]-->
</head>
<body>
<div id="container">
<div id="header">
<h1>MyMods by Don</h1>
</div>
<!-- Just add new links with the class "item" for more menu items -->
<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>
<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" or left column in other words-->
<!-- All content inside the "main" container should be wrapped with "bottomRight"
and "content" containers, for the box effect. -->
<div id="main">
<div class="bottomRight">
<div class="content">
<h2>Mods I Like</h2>
<p>
This is a list of mods that I think are great. There are many mods for Minetest that are great but I will not list them all.
<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>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2155">areas</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2155">markers</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2155">worldedit</a></li>
</ul>
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2><a href="https://forum.minetest.net/viewtopic.php?id=4394">moretrees</a></h2>
<p>
moretrees adds a number of trees to minetest
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2><a href="https://forum.minetest.net/viewtopic.php?id=509">moreblocks</a></h2>
<p>
I will work on this later
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2><a href="https://forum.minetest.net/viewtopic.php?id=2538">technic</a></h2>
<p>
I will work on this later
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2><a href="https://forum.minetest.net/viewtopic.php?t=628">mesecons</a></h2>
<p>
I will work on this later
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2><a href="https://forum.minetest.net/viewtopic.php?id=2155">pipeworks</a></h2>
<p>
I will work on this later
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

173
favmods.html~ Normal file
View File

@ -0,0 +1,173 @@
<!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-gb" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="The City - A Personal Portfolio" />
<meta name="keywords" content="the city, ubik, ubik studios" />
<meta name="author" content="Design and Coding by: ubik Studios - Contact me: yewbic[at]yahoo[dot]com" />
<title>MyMods by Don</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
<!--
The following are CSS Conditional Comments to fix
IE's min-height non-existence and also, the fact
that serif fonts do not render exactly the same
size in all browsers. "lt IE 6" is equivalent to
"less than IE 6". -ubik
-->
<!--[if lt IE 6]>
<style type="text/css">
.content {height:250px}
#main {height:400px}
h1 {font-size:50px}
</style>
<![endif]-->
<!--[if IE 6]>
<style type="text/css">
.content {height:190px}
#main {height:400px}
h1 {font-size:55px}
</style>
<![endif]-->
</head>
<body>
<div id="container">
<div id="header">
<h1>MyMods by Don</h1>
</div>
<!-- Just add new links with the class "item" for more menu items -->
<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>
<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" or left column in other words-->
<!-- All content inside the "main" container should be wrapped with "bottomRight"
and "content" containers, for the box effect. -->
<div id="main">
<div class="bottomRight">
<div class="content">
<h2>Mods I Like</h2>
<p>
This is a list of mods that I think are great. There are many mods for Minetest that are great but I will not list them all.
<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>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2155">areas</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2155">markers</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2155">worldedit</a></li>
</ul>
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2><a href="https://forum.minetest.net/viewtopic.php?id=4394">moretrees</a></h2>
<p>
moretrees adds a number of trees to minetest
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2><a href="https://forum.minetest.net/viewtopic.php?id=509">moreblocks</a></h2>
<p>
I will work on this later
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2><a href="https://forum.minetest.net/viewtopic.php?id=2538">technic</a></h2>
<p>
I will work on this later
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2><a href="https://forum.minetest.net/viewtopic.php?t=628">mesecons</a></h2>
<p>
I will work on this later
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2><a href="https://forum.minetest.net/viewtopic.php?id=2155">pipeworks</a></h2>
<p>
I will work on this later
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>
<!--please keep designed by message, I made it small and dark. thanks-->
<p>design by: <a href="mailto:yewbic@yahoo.com">ubik</a></p>
</div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
images/.backup/header.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
images/.backup/topleft.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
images/bar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
images/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

BIN
images/bottom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
images/header.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

BIN
images/header.xcf Normal file

Binary file not shown.

BIN
images/menu.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
images/mybricks/top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

BIN
images/mycorners/top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

BIN
images/mydoors/top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

BIN
images/mymillwork/top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
images/mymillwork/top1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

BIN
images/mypaths/top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

BIN
images/mysoffit/top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

BIN
images/mysponge/top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 KiB

BIN
images/top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
images/underconstrution.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

132
index.html Normal file
View File

@ -0,0 +1,132 @@
<!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-gb" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="The City - A Personal Portfolio" />
<meta name="keywords" content="the city, ubik, ubik studios" />
<meta name="author" content="Design and Coding by: ubik Studios - Contact me: yewbic[at]yahoo[dot]com" />
<title>Mods by Don</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
<!--
The following are CSS Conditional Comments to fix
IE's min-height non-existence and also, the fact
that serif fonts do not render exactly the same
size in all browsers. "lt IE 6" is equivalent to
"less than IE 6". -ubik
-->
<!--[if lt IE 6]>
<style type="text/css">
.content {height:250px}
#main {height:400px}
h1 {font-size:50px}
</style>
<![endif]-->
<!--[if IE 6]>
<style type="text/css">
.content {height:190px}
#main {height:400px}
h1 {font-size:55px}
</style>
<![endif]-->
</head>
<body>
<div id="container">
<div id="header">
<h1>Mymods for</h1>
</div>
<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>
<a class="item" href="http://minetest.net">Minetest</a>
<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" or left column in other words-->
<!-- All content inside the "main" container should be wrapped with "bottomRight"
and "content" containers, for the box effect. -->
<div id="main">
<div class="bottomRight">
<div class="content">
<h2>Welcome</h2>
<p>
This site focuses on my contributions to the minetest community. Click on the My Mods link to see the mods I have made.
You can also click on the Mods I like link to see mods from othe people that I think are amazing.
My server is not up at the moment but I will update the site when it is.
<br>
<br>
All my work is free and opensource. Download it, use it, share it or modify it all you want. Just do not use it to make money.
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2>My Latest Project</h2>
<p>
My latest project is mystreets. I have been slowly adding to it and making sure it has what is needed for to make nice streets.
<br>
Next I am going to add machines to make asphalt and paint. I might add a machine for signs as well. I also need to add a streetname sign.
<br>
You can download everything so far at <a href="https://github.com/DonBatman/mystreets">mystreets</a>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<div id="footer">
<hr>
<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>
<hr>
<br><br>
</div>
</div>
</body>
</html>

125
index.html~ Normal file
View File

@ -0,0 +1,125 @@
<!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-gb" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="The City - A Personal Portfolio" />
<meta name="keywords" content="the city, ubik, ubik studios" />
<meta name="author" content="Design and Coding by: ubik Studios - Contact me: yewbic[at]yahoo[dot]com" />
<title>Mods by Don</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
<!--
The following are CSS Conditional Comments to fix
IE's min-height non-existence and also, the fact
that serif fonts do not render exactly the same
size in all browsers. "lt IE 6" is equivalent to
"less than IE 6". -ubik
-->
<!--[if lt IE 6]>
<style type="text/css">
.content {height:250px}
#main {height:400px}
h1 {font-size:50px}
</style>
<![endif]-->
<!--[if IE 6]>
<style type="text/css">
.content {height:190px}
#main {height:400px}
h1 {font-size:55px}
</style>
<![endif]-->
</head>
<body>
<div id="container">
<div id="header">
<h1>Mymods for</h1>
</div>
<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>
<a class="item" href="http://minetest.net">Minetest</a>
<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" or left column in other words-->
<!-- All content inside the "main" container should be wrapped with "bottomRight"
and "content" containers, for the box effect. -->
<div id="main">
<div class="bottomRight">
<div class="content">
<h2>Welcome</h2>
<p>
This site focuses on my contributions to the minetest community. Click on the My Mods link to see the mods I have made.
You can also click on the Mods I like link to see mods from othe people that I think are amazing.
My server is not up at the moment but I will update the site when it is.
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2>My Latest Project</h2>
<p>
I will put the latest project here!
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<div id="footer">
<hr>
<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>
<hr>
<br><br>
</div>
</div>
</body>
</html>

103
mybricks.html Normal file
View File

@ -0,0 +1,103 @@
<!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 by Don</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>mybricks</h2>
<br>
<img src="images/mybricks/top.png">
<div class="bottomRight">
<div class="content">
<p>
mybricks adds lines to many blocks to make them look like bricks. You make a brick machine, add the blocks you want turned into bricks, click the style of brick you want and take your bricks.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="">mybricks</a> (Not yet on the forum)</li>
<li>Github Link - <a href="https://github.com/DonBatman/mybricks">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mybricks/archive/master.zip">mybricks.zip</a></li>
</ul>
<br>
<br>
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

104
mybricks.html~ Normal file
View File

@ -0,0 +1,104 @@
<!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 by Don</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>mybricks</h2>
<br>
<img src="images/mybricks/top.png">
<div class="bottomRight">
<div class="content">
<p>
mybricks adds lines to many blocks to make them look like bricks. You make a brick machine, add the blocks you want turned into bricks, click the style of brick you want and take your bricks.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="">mybricks</a> (Not yet on the forum)</li>
<li>Github Link - <a href="https://github.com/DonBatman/mybricks">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mybricks/archive/master.zip">mybricks.zip</a></li>
</ul>
<br>
<br>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

128
mycorners.html Normal file
View File

@ -0,0 +1,128 @@
<!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 by Don</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>mycorners</h2>
<br>
<img src="images/mycorners/top.png">
<div class="bottomRight">
<div class="content">
<p>
mycorners adds corners to many default blocks in minetest.
To use simply craft a corner machine. Then put in wood, stone or stone brick. Click Make. This gives you your corner items.
Then craft a corner installer machine. Put in the block you want a corner on and the corner items you want installed. Click Make.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?t=11363&p=172015">mycorners</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/mycorners">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mycorners/archive/master.zip">mycorners.zip</a></li>
</ul>
<br>
<br>
Craft<br>
-------<br>
Corner Machine<br>
--------------<br>
BLANK , default:steel_ingiot , default:wood<br>
default:steelblock , default:steelblock , BLANK<br>
default:steelblock , default:steelblock BLANK<br><br>
Corner Installer Machine<br>
--------------<br>
Blank , BLANK , default:wood<br>
default:steelblock , default:steelblock , BLANK<br>
default:steelblock , default:steelblock , BLANK<br>
<br>
<br>
Once you have the machine made place it somewhere.<br>
Right click on it. <br>
In the input slot add the material you want to make into millwork.<br>
Many default blocks are supported.<br>
Then click on the item you want made.<br>
It should show up in the output slot. If it doesn't then you can not make millwork out of it.<br>
Once the item is in the output slot you simply take it and put it into your inventory.
<br>
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

128
mycorners.html~ Normal file
View File

@ -0,0 +1,128 @@
<!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 by Don</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>mycorners</h2>
<div class="bottomRight">
<div class="content">
<p>
<img src="images/mycorners/top.png">
<br>
mycorners adds corners to many default blocks in minetest.
To use simply craft a corner machine. Then put in wood, stone or stone brick. Click Make. This gives you your corner items.
Then craft a corner installer machine. Put in the block you want a corner on and the corner items you want installed. Click Make.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?t=11363&p=172015">mycorners</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/mycorners">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mycorners/archive/master.zip">mycorners.zip</a></li>
</ul>
<br>
<br>
Craft<br>
-------<br>
Corner Machine<br>
--------------<br>
BLANK , default:steel_ingiot , default:wood<br>
default:steelblock , default:steelblock , BLANK<br>
default:steelblock , default:steelblock BLANK<br><br>
Corner Installer Machine<br>
--------------<br>
Blank , BLANK , default:wood<br>
default:steelblock , default:steelblock , BLANK<br>
default:steelblock , default:steelblock , BLANK<br>
<br>
<br>
Once you have the machine made place it somewhere.<br>
Right click on it. <br>
In the input slot add the material you want to make into millwork.<br>
Many default blocks are supported.<br>
Then click on the item you want made.<br>
It should show up in the output slot. If it doesn't then you can not make millwork out of it.<br>
Once the item is in the output slot you simply take it and put it into your inventory.
<br>
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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
mydoors.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 by Don</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>mydoors</h2>
<br>
<img src="images/mydoors/top.png">
<div class="bottomRight">
<div class="content">
<p>
mydoors adds more doors to Minetest.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=10626">mydoors</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/mydoors">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mydoors/archive/master.zip">mydoors.zip</a></li>
</ul>
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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
mydoors.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 by Don</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>mydoors</h2>
<br>
<img src="images/mypaths/top.png">
<div class="bottomRight">
<div class="content">
<p>
mydoors adds more doors to Minetest.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=10626">mydoors</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/mydoors">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mydoors/archive/master.zip">mydoors.zip</a></li>
</ul>
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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
myeavestrough.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 by Don</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>myeavestrough</h2>
<br>
<img src="images/myeavestrough/top.png">
<div class="bottomRight">
<div class="content">
<p>
myeavestrough adds eavestrough and downspouts to Minetest. Just make a machine and start adding rain gutters to your buildings.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="">myeavestrough</a>(not on forum yet)</li>
<li>Github Link - <a href="https://github.com/DonBatman/myeavestrough">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/myeavestrough/archive/master.zip">myeavestrough.zip</a></li>
</ul>
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

100
myeavestrough.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 by Don</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>myeavestrough</h2>
<div class="bottomRight">
<div class="content">
<p>
<img src="images/myeavestrough/top.png">
myeavestrough adds eavestrough and downspouts to Minetest. Just make a machine and start adding rain gutters to your buildings.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="">myeavestrough</a>(not on forum yet)</li>
<li>Github Link - <a href="https://github.com/DonBatman/myeavestrough">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/myeavestrough/archive/master.zip">myeavestrough.zip</a></li>
</ul>
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
mymeshnodes.html Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>mymeshnodes</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
mymeshnodes.html~ Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>myeavestrough</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

132
mymillwork.html Normal file
View File

@ -0,0 +1,132 @@
<!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, mymillwork" />
<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 by Don</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>mymillwork</h2>
<div class="bottomRight">
<div class="content">
<p>
<img src="images/mymillwork/top1.png">
<br>
mymillwork adds millwork items to Minetest.<br>
It adds crownmould, beams, columns and baseboards.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=10425">mymillwork</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/mymillwork">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mymillwork/archive/master.zip">mymillwork.zip</a></li>
</ul>
<br>
<br>
To make the items you need to craft a machine.<br>
Go into your inventory and add these items.
<br>
<br>
steelblock, steelblock, steelblock<br>
steelblock, steel_ingot, steelblock<br>
steelblock, steelblock, steelblock
<br>
<br>
<img src="images/mymillwork/machine.png">
<br>
<br>
Once you have the machine made place it somewhere.<br>
Right click on it. <br>
In the input slot add the material you want to make into millwork.<br>
Many default blocks are supported.<br>
Then click on the item you want made.<br>
It should show up in the output slot. If it doesn't then you can not make millwork out of it.<br>
Once the item is in the output slot you simply take it and put it into your inventory.
<br>
<br>
<img src="images/mymillwork/mach_inv.jpg">
<br>
<br>
Here are a few screenshots
<br>
<br>
<img src="images/mymillwork/screen1.png">
<img src="images/mymillwork/screen2.png">
<img src="images/mymillwork/screen3.png">
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

125
mymillwork.html~ Normal file
View File

@ -0,0 +1,125 @@
<!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, mymillwork" />
<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 by Don</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>mymillwork</h2>
<div class="bottomRight">
<div class="content">
<p>
<img src="images/mymillwork/top1.png">
<br>
mymillwork adds millwork items to Minetest.<br>
It adds crownmould, beams, columns and baseboards.
<br>
<br>
To make the items you need to craft a machine.<br>
Go into your inventory and add these items.
<br>
<br>
steelblock, steelblock, steelblock<br>
steelblock, steel_ingot, steelblock<br>
steelblock, steelblock, steelblock
<br>
<br>
<img src="images/mymillwork/machine.png">
<br>
<br>
Once you have the machine made place it somewhere.<br>
Right click on it. <br>
In the input slot add the material you want to make into millwork.<br>
Many default blocks are supported.<br>
Then click on the item you want made.<br>
It should show up in the output slot. If it doesn't then you can not make millwork out of it.<br>
Once the item is in the output slot you simply take it and put it into your inventory.
<br>
<br>
<img src="images/mymillwork/mach_inv.jpg">
<br>
<br>
Here are a few screenshots
<br>
<br>
<img src="images/mymillwork/screen1.png">
<img src="images/mymillwork/screen2.png">
<img src="images/mymillwork/screen3.png">
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

127
mymods.html Normal file
View File

@ -0,0 +1,127 @@
<!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-gb" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="The City - A Personal Portfolio" />
<meta name="keywords" content="the city, ubik, ubik studios" />
<meta name="author" content="Design and Coding by: ubik Studios - Contact me: yewbic[at]yahoo[dot]com" />
<title>MyMods by Don</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
<!--
The following are CSS Conditional Comments to fix
IE's min-height non-existence and also, the fact
that serif fonts do not render exactly the same
size in all browsers. "lt IE 6" is equivalent to
"less than IE 6". -ubik
-->
<!--[if lt IE 6]>
<style type="text/css">
.content {height:250px}
#main {height:400px}
h1 {font-size:50px}
</style>
<![endif]-->
<!--[if IE 6]>
<style type="text/css">
.content {height:190px}
#main {height:400px}
h1 {font-size:55px}
</style>
<![endif]-->
</head>
<body>
<div id="container">
<div id="header">
<h1>MyMods by Don</h1>
</div>
<!-- Just add new links with the class "item" for more menu items -->
<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>
<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" or left column in other words-->
<!-- All content inside the "main" container should be wrapped with "bottomRight"
and "content" containers, for the box effect. -->
<div id="main">
<div class="bottomRight">
<div class="content">
<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="mydoors.html">mydoors</a></li>
<li><a href="mymeshnodes.html">mymeshnodes</a></li>
<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="mywoodslopes.html">mywoodslopes</a></li>
<li><a href="worldedge.html">worldedge</a></li>
</ul>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

127
mymods.html~ Normal file
View File

@ -0,0 +1,127 @@
<!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-gb" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="The City - A Personal Portfolio" />
<meta name="keywords" content="the city, ubik, ubik studios" />
<meta name="author" content="Design and Coding by: ubik Studios - Contact me: yewbic[at]yahoo[dot]com" />
<title>MyMods by Don</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
<!--
The following are CSS Conditional Comments to fix
IE's min-height non-existence and also, the fact
that serif fonts do not render exactly the same
size in all browsers. "lt IE 6" is equivalent to
"less than IE 6". -ubik
-->
<!--[if lt IE 6]>
<style type="text/css">
.content {height:250px}
#main {height:400px}
h1 {font-size:50px}
</style>
<![endif]-->
<!--[if IE 6]>
<style type="text/css">
.content {height:190px}
#main {height:400px}
h1 {font-size:55px}
</style>
<![endif]-->
</head>
<body>
<div id="container">
<div id="header">
<h1>MyMods by Don</h1>
</div>
<!-- Just add new links with the class "item" for more menu items -->
<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>
<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" or left column in other words-->
<!-- All content inside the "main" container should be wrapped with "bottomRight"
and "content" containers, for the box effect. -->
<div id="main">
<div class="bottomRight">
<div class="content">
<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="mydoors.html">mydoors</a></li>
<li><a href="mymeshnodes.html">mymeshnodes</a></li>
<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="mywoodslopes.html">mywoodslopes</a></li>
<li><a href="worldedge.html">worldedge</a></li>
</ul>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
mymulch.html Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>mymulch</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
mymulch.html~ Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>myeavestrough</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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
mypaths.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 by Don</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>mypaths</h2>
<br>
<img src="images/mypaths/top.png">
<div class="bottomRight">
<div class="content">
<p>
mypaths adds a dirt path to Minetest. It adds dirt with different configurations of grass to make paths that look great.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=11388">mypaths</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/mypaths">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mypaths/archive/master.zip">mypaths.zip</a></li>
</ul>
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
mypaths.html~ Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>mypaths</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
myroofs.html Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>myroofs</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
myroofs.html~ Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>myeavestrough</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
myslopes.html Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>myslopes</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
myslopes.html~ Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>myeavestrough</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

104
mysoffit.html Normal file
View File

@ -0,0 +1,104 @@
<!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 by Don</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>mysoffit</h2>
<br>
<img src="images/mysoffit/top.png">
<div class="bottomRight">
<div class="content">
<p>
mysoffit adds soffit to Minetest. Make a machine and then start adding sofit to your house. Makes a nice white soffit.
<br>
<br>
Includes soffit, corner soffit, soffit cap and narrow soffit cap.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="">mysoffit</a>(not on forum yet)</li>
<li>Github Link - <a href="https://github.com/DonBatman/mysoffit">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mysoffit/archive/mysoffit.zip">mycorners.zip</a></li>
</ul>
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

104
mysoffit.html~ Normal file
View File

@ -0,0 +1,104 @@
<!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 by Don</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>mysoffit</h2>
<div class="bottomRight">
<div class="content">
<p>
<img src="images/mysoffit/top.png">
<br>
mysoffit adds soffit to Minetest. Make a machine and then start adding sofit to your house. Makes a nice white soffit.
<br>
<br>
Includes soffit, corner soffit, soffit cap and narrow soffit cap.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="">mysoffit</a>(not on forum yet)</li>
<li>Github Link - <a href="https://github.com/DonBatman/mysoffit">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mysoffit/archive/mysoffit.zip">mycorners.zip</a></li>
</ul>
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
mysponge.html Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>mysponge</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
mysponge.html~ Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>myeavestrough</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
mystreets.html Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>mystreets</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
mystreets.html~ Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>myeavestrough</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
mywoodslopes.html Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>mywoodslopes</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
mywoodslopes.html~ Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>myeavestrough</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

177
stylin.css Normal file
View File

@ -0,0 +1,177 @@
/* designed and coded by ubik - yewbic[at]yahoo[dot]com */
body {
background:#000 url('images/bg.jpg') no-repeat 50% 50px;
margin:0;
padding:0;
text-align:center;
}
#container {
background:#000;
width:960px;
margin:0 auto;
text-align:left;
}
#header {
background:url('images/header.png') no-repeat center top;
width:960px;
height:234px;
position:relative;
margin:0;
}
#menu {
width:210px;
float:left;
margin:50px 0 0 0;
text-align:center;
}
.leftbox {
width:185px;
background:#000;
border-width:7px 1px 7px 7px;
border-color:#555 #555 #555 #000;
border-style:solid;
margin:60px 0 0 0;
padding:10px 10px 10px 0;
text-align:justify;
font:14px verdana,arial,sans-serif;
color:#fff;
}
.leftbox ul {
list-style-type:none;
margin:10px 0 10px 0;
padding:0;
}
.leftbox li, .leftbox a {
font-weight:bold;
color:#99cc33;
letter-spacing:1px;
text-align:left;
text-decoration:none;
}
.leftbox a:hover {color:#ccff66}
h4 {
font:bold 15px verdana,arial,sans-serif;
color:#fff;
display:block;
margin:0 0 15px 0;
letter-spacing:1px;
text-align:center;
}
a.item {
background:url('images/menu.jpg') no-repeat;
max-width:210px;
height:34px;
display:block;
padding:0 0 0 10px;
font:bold 15px verdana,arial,sans-serif;
color:#fff;
text-decoration:none;
line-height:30px;
}
/*
good practice of background offset rollovers to avoid javascript preload.
Im using max-width, BG pos. and Padding instead of margin and smaller-than
container width, to get pop-out effect cause of a left-edge bug that makes
the menu jump. -ubik
*/
a.item:hover {
background-position:10px -34px;
padding:0 0 0 20px;
}
#main {
background:#000;
min-height:400px;
margin:0 0 0 220px;
font:18px verdana,arial,sans-serif;
color:#fff;
text-align:left;
}
#footer {
clear:both;
height:40px;
background:#000;
margin:50px 0 0 0;
text-align:center;
padding:20px 0 10px 0;
}
#footer a {
font:bold 15px verdana,arial,sans-serif;
color:#ccc;
text-decoration:none;
letter-spacing:1px;
margin-left:20px;
}
#footer a:hover {color:#ccff66}
/* "bottomRight" is the botttom right background image of the content container */
.bottomRight {background:url('images/bottom.png') no-repeat right bottom}
.content {
min-height:190px;
background:url('images/top.png') no-repeat left top;
padding:30px 40px;
margin:20px 0 30px 0;
text-align:justify;
}
h1 { /* position absolute - relative to the header, not document */
position:absolute;
left:70px;
bottom:40px;
margin:0;
display:inline;
font:50px bold georgia,times,serif;
color:#00FF00;
letter-spacing:5px;
font-variant:small-caps;
}
h2 {
font:bold italic 25px georgia,times,serif;
color:#fff;
display:block;
margin:15px 0 0 0;
}
h3 {
font:bold italic 25px georgia,times,serif;
color:#99cc33;
display:block;
margin:15px 0 0 0;
}
.content a {
text-decoration:none;
color:#99cc33;
font-weight:bold;
}
.content a:hover {color:#ccff66}
.content ul {list-style-type:circle}
.content li {font:bold 16px verdana,arial,sans-serif;}
p {margin-top:20px}
#footer p , #footer p a {
text-align:right;
font:11px verdana,arial;
color:#999;
margin:0;
}

177
stylin.css~ Normal file
View File

@ -0,0 +1,177 @@
/* designed and coded by ubik - yewbic[at]yahoo[dot]com */
body {
background:#000 url('images/bg.jpg') no-repeat 50% 50px;
margin:0;
padding:0;
text-align:center;
}
#container {
background:#000;
width:960px;
margin:0 auto;
text-align:left;
}
#header {
background:url('images/header.png') no-repeat center top;
width:960px;
height:234px;
position:relative;
margin:0;
}
#menu {
width:210px;
float:left;
margin:50px 0 0 0;
text-align:center;
}
.leftbox {
width:185px;
background:#000;
border-width:7px 1px 7px 7px;
border-color:#555 #555 #555 #000;
border-style:solid;
margin:60px 0 0 0;
padding:10px 10px 10px 0;
text-align:justify;
font:14px verdana,arial,sans-serif;
color:#fff;
}
.leftbox ul {
list-style-type:none;
margin:10px 0 10px 0;
padding:0;
}
.leftbox li, .leftbox a {
font-weight:bold;
color:#99cc33;
letter-spacing:1px;
text-align:left;
text-decoration:none;
}
.leftbox a:hover {color:#ccff66}
h4 {
font:bold 15px verdana,arial,sans-serif;
color:#fff;
display:block;
margin:0 0 15px 0;
letter-spacing:1px;
text-align:center;
}
a.item {
background:url('images/menu.jpg') no-repeat;
max-width:210px;
height:34px;
display:block;
padding:0 0 0 10px;
font:bold 15px verdana,arial,sans-serif;
color:#fff;
text-decoration:none;
line-height:30px;
}
/*
good practice of background offset rollovers to avoid javascript preload.
Im using max-width, BG pos. and Padding instead of margin and smaller-than
container width, to get pop-out effect cause of a left-edge bug that makes
the menu jump. -ubik
*/
a.item:hover {
background-position:10px -34px;
padding:0 0 0 20px;
}
#main {
background:#000;
min-height:400px;
margin:0 0 0 220px;
font:20px verdana,arial,sans-serif;
color:#fff;
text-align:left;
}
#footer {
clear:both;
height:40px;
background:#000;
margin:50px 0 0 0;
text-align:center;
padding:20px 0 10px 0;
}
#footer a {
font:bold 15px verdana,arial,sans-serif;
color:#ccc;
text-decoration:none;
letter-spacing:1px;
margin-left:20px;
}
#footer a:hover {color:#ccff66}
/* "bottomRight" is the botttom right background image of the content container */
.bottomRight {background:url('images/bottom.png') no-repeat right bottom}
.content {
min-height:190px;
background:url('images/top.png') no-repeat left top;
padding:30px 40px;
margin:20px 0 30px 0;
text-align:justify;
}
h1 { /* position absolute - relative to the header, not document */
position:absolute;
left:70px;
bottom:40px;
margin:0;
display:inline;
font:50px bold georgia,times,serif;
color:#00FF00;
letter-spacing:5px;
font-variant:small-caps;
}
h2 {
font:bold italic 25px georgia,times,serif;
color:#fff;
display:block;
margin:15px 0 0 0;
}
h3 {
font:bold italic 25px georgia,times,serif;
color:#99cc33;
display:block;
margin:15px 0 0 0;
}
.content a {
text-decoration:none;
color:#99cc33;
font-weight:bold;
}
.content a:hover {color:#ccff66}
.content ul {list-style-type:circle}
.content li {font:bold 16px verdana,arial,sans-serif;}
p {margin-top:20px}
#footer p , #footer p a {
text-align:right;
font:11px verdana,arial;
color:#999;
margin:0;
}

108
worldedge.html Normal file
View File

@ -0,0 +1,108 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>worldedge</h2>
<p>
worldedge is a mod that teleports the player to the other side of the world when they reach the edge.
<br>
<br>
When the player walks past 30000 in any direction they will be teleported to the other side of the world as if they walked around the world.
<br>
<br>
Krock has made it so when you teleport to the other side you will be at ground height.
<br>
<br>
This mod was created by Amaz, modified by Krock And maintained by Don.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=10753">worldedge</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/worldedge">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/worldedge/archive/master.zip">worldedge.zip</a></li>
</ul>
<br>
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>

92
worldedge.html~ Normal file
View File

@ -0,0 +1,92 @@
<!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 by Don</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">
<div class="bottomRight">
<div class="content">
<h2>worldedge</h2>
<p>
<img src="images/underconstrution.png">
<br>
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>