Added more mods to the list

master
DonBatman 2015-10-10 09:14:11 -07:00
parent 602079b981
commit cb5d9e1ef9
25 changed files with 790 additions and 10 deletions

BIN
images/myboardgames/c4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 KiB

BIN
images/myboardgames/lbg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 KiB

BIN
images/myboardgames/top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

BIN
images/myboardgames/uno.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

BIN
images/mybricks/craft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
images/mybricks/inv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
images/mybricks/mach.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
images/mychisel/craft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

BIN
images/mychisel/top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

View File

@ -8,14 +8,9 @@
<meta name="author" content="Mymods website and mods are by Don and Max" />
<title>MyMods by Don and Max</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<!--Body-->
<body>
<div id="container">
<iframe src="http://rubenwardy.com/minetest_modding_book/index.html" width = "100%" height = 600"></iframe>
@ -25,9 +20,6 @@
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
</div>
</div>
</body>
</html>

125
myboardgames.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="Mods for Minetest" />
<meta name="keywords" content="minetest, mod, mods, mymods, batman, donbatman, don" />
<meta name="author" content="Mymods website and mods are by Don and Max" />
<title>MyMods by Don and Max</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<!--Body-->
<body>
<div id="container">
<!--Header-->
<div id="header">
<h1>MyMods for</h1>
</div>
<!--Menu-->
<div id="menu">
<a class="item" href="index.html">Home</a>
<a class="item" href="mymods.html">My Mods</a>
<a class="item" href="favmods.html">Mods I like</a>
<a class="item" href="server.html">My Server</a>
<!--Leftside-->
<div class="leftbox">
<h4>Top MyMods</h4>
<ul>
<li><a href="mydeck.html">mydeck</a></li>
<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>myboardgames</h2>
<br>
<img src="images/myboardgames/top.png">
<div class="bottomRight">
<div class="content">
<p>
myboardgames adds some mini games to Minetest.
<br>
<ul>
<li>mycheckers - a checkers board and pieces</li>
<li>mychess - a chess board and pieces</li>
<li>myconnect4 - a 4 in a row game</li>
<li>mydiamondblock - a large block with a maze of tunnels</li>
<li>mylittle_bg - a roll the dice board game</li>
<li>mymazes - a couple of small mazes</li>
<li>mypitfall - a parkour in a pitfall style</li>
<li>myuno - a card game</li>
</ul>
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=13209">myboardgames</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/myboardgames">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/myboardgames/archive/master.zip">myboardgames.zip</a></li>
</ul>
<br>
<p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/W1ERWJ0XY2c" frameborder="0" allowfullscreen></iframe>
<br>
<img src="images/myboardgames/checkers.png">
<br>
<img src="images/myboardgames/chess.png">
<br>
<img src="images/myboardgames/c4.png">
<br>
<img src="images/myboardgames/uno.png">
<br>
<img src="images/myboardgames/lbg.png">
</p>
</div>
</div>
</div>
<div id="footer">
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
</div>
</div>
</body>
</html>

View File

@ -77,7 +77,19 @@ mybricks adds lines to many blocks to make them look like bricks. You make a bri
</ul>
<br>
<br>
You need to craft a machine.
<br>
<img src="images/mybricks/craft.png">
<br>
Then place the machine and right click on it.
<br>
<img src="images/mybricks/mach.png">
<br>
Place the nodes you want changed to bricks into the input slot.
Click on the style of brick you want and then take it out of the output slot.
Lighter bricks look better with dark lines and darker bricks look better with light lines.
<br>
<img src="images/mybricks/inv.png">
</p>
</div>

125
mychisel.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="Mods for Minetest" />
<meta name="keywords" content="minetest, mod, mods, mymods, batman, donbatman, don" />
<meta name="author" content="Mymods website and mods are by Don and Max" />
<title>MyMods by Don and Max</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<!--Body-->
<body>
<div id="container">
<!--Header-->
<div id="header">
<h1>MyMods for</h1>
</div>
<!--Menu-->
<div id="menu">
<a class="item" href="index.html">Home</a>
<a class="item" href="mymods.html">My Mods</a>
<a class="item" href="favmods.html">Mods I like</a>
<a class="item" href="server.html">My Server</a>
<!--Leftside-->
<div class="leftbox">
<h4>Top MyMods</h4>
<ul>
<li><a href="mydeck.html">mydeck</a></li>
<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>mychisel</h2>
<br>
<img src="images/mychisel/top.png">
<div class="bottomRight">
<div class="content">
<p>
mychisel adds a chisel to Minetest. It is used to chisel grooves into blocks.
<br>
Simply craft a chisel and use it. Right click to get different modes.
<br>
<img src="images/mychisel/craft.png">
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=13104">mychisel</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/mychisel">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mychisel/archive/master.zip">mychisel.zip</a></li>
</ul>
<br>
Supported blocks -
<br>
<ul>
<li>default:cobble</li>
<li>default:sandstone</li>
<li>default:clay</li>
<li>default:coalblock</li>
<li>default:stone</li>
<li>default:desert_stone</li>
<li>default:wood</li>
<li>default:acacia_wood</li>
<li>default:pine_wood</li>
<li>default:desert_cobble</li>
<li>default:junglewood</li>
<li>default:sandstonebrick</li>
<li>default:stonebrick</li>
<li>default:desert_stonebrick</li>
</ul>
<br>
<img src="images/mychisel/screenshot.png">
</p>
</div>
</div>
</div>
<div id="footer">
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
</div>
</div>
</body>
</html>

102
mydfences.html Normal file
View File

@ -0,0 +1,102 @@
<!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="Mods for Minetest" />
<meta name="keywords" content="minetest, mod, mods, mymods, batman, donbatman, don" />
<meta name="author" content="Mymods website and mods are by Don and Max" />
<title>MyMods by Don and Max</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<!--Body-->
<body>
<div id="container">
<!--Header-->
<div id="header">
<h1>MyMods for</h1>
</div>
<!--Menu-->
<div id="menu">
<a class="item" href="index.html">Home</a>
<a class="item" href="mymods.html">My Mods</a>
<a class="item" href="favmods.html">Mods I like</a>
<a class="item" href="server.html">My Server</a>
<!--Leftside-->
<div class="leftbox">
<h4>Top MyMods</h4>
<ul>
<li><a href="mydeck.html">mydeck</a></li>
<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>mydfences</h2>
<br>
<!--img src="images/mysponge/top.png"-->
<div class="bottomRight">
<div class="content">
<p>
mydfences is a simple mod that allows you to make fences with the different types of wood in Minetest.
Default only allows you to make one type of fence no matter what wood you use. This mod makes each type a seperate type of fence.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="">mydfences</a> - not on forum</li>
<li>Github Link - <a href="https://github.com/DonBatman/mydfences">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mydfences/archive/master.zip">mydfences.zip</a></li>
</ul>
<br>
</p>
</div>
</div>
</div>
<div id="footer">
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
</div>
</div>
</body>
</html>

101
myfences.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="Mods for Minetest" />
<meta name="keywords" content="minetest, mod, mods, mymods, batman, donbatman, don" />
<meta name="author" content="Mymods website and mods are by Don and Max" />
<title>MyMods by Don and Max</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<!--Body-->
<body>
<div id="container">
<!--Header-->
<div id="header">
<h1>MyMods for</h1>
</div>
<!--Menu-->
<div id="menu">
<a class="item" href="index.html">Home</a>
<a class="item" href="mymods.html">My Mods</a>
<a class="item" href="favmods.html">Mods I like</a>
<a class="item" href="server.html">My Server</a>
<!--Leftside-->
<div class="leftbox">
<h4>Top MyMods</h4>
<ul>
<li><a href="mydeck.html">mydeck</a></li>
<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>myfences</h2>
<br>
<!--img src="images/mysponge/top.png"-->
<div class="bottomRight">
<div class="content">
<p>
myfences adds a few new fence styles to Minetest.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?t=11539&p=173497">myfences</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/myfences">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/myfences/archive/master.zip">myfences.zip</a></li>
</ul>
<br>
</p>
</div>
</div>
</div>
<div id="footer">
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
</div>
</div>
</body>
</html>

104
myitemchest.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="Mods for Minetest" />
<meta name="keywords" content="minetest, mod, mods, mymods, batman, donbatman, don" />
<meta name="author" content="Mymods website and mods are by Don and Max" />
<title>MyMods by Don and Max</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<!--Body-->
<body>
<div id="container">
<!--Header-->
<div id="header">
<h1>MyMods for</h1>
</div>
<!--Menu-->
<div id="menu">
<a class="item" href="index.html">Home</a>
<a class="item" href="mymods.html">My Mods</a>
<a class="item" href="favmods.html">Mods I like</a>
<a class="item" href="server.html">My Server</a>
<!--Leftside-->
<div class="leftbox">
<h4>Top MyMods</h4>
<ul>
<li><a href="mydeck.html">mydeck</a></li>
<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>myitemchest</h2>
<br>
<!--img src="images/mysponge/top.png"-->
<div class="bottomRight">
<div class="content">
<p>
myitemchest is not meant to be used as a regular mod. It is meant for modders to use in their mods or games.
It is a chest that, when right clicked, it opens and items appear in it. It is made so that it only
gives items once. After that the chest is only good for decoration. The chest will still open and close.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=13375">myitemchest</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/myitemchest">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/myitemchest/archive/master.zip">myitemchest.zip</a></li>
</ul>
<br>
<img src="images/myitemchest/screenshot.png">
</p>
</div>
</div>
</div>
<div id="footer">
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
</div>
</div>
</body>
</html>

View File

@ -72,6 +72,12 @@ Mylandscaping is a joint effort of Nathan and I. We worked together to give you
<iframe width="560" height="315" src="https://www.youtube.com/embed/iXmZPBQou7g" frameborder="0" allowfullscreen></iframe>
</p><p>
If you liked Nathans video please subscribe and show him some likes. He s working hard on making minetest a great game.
</p>
<p>
New video by Nathan
</p><p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/OKFl2JI-YcI?list=PL-uTdq9t8wywiYIjZa3vfUADO0jdnWqj2" frameborder="0" allowfullscreen></iframe>
</p>
<ul>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=12094&sid=ba47e1e757923ab682d7169704a49e19">mylandscaping</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/mylandscaping">Veiw Code</a></li>

View File

@ -71,7 +71,7 @@ Mylights is a mod for Minetest for crafting lights and light bulbs. You make lig
</p><p>
</p><p>
<ul>
<li>Minetest Forum Link - <a href="">mylights</a>(not on forum yet)</li>
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=13154">mylights</a></li>
<li>Github Link - <a href="https://github.com/DonBatman/mylights">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mylights/archive/master.zip">mylights.zip</a></li>
</ul>

104
mymasonhammer.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="Mods for Minetest" />
<meta name="keywords" content="minetest, mod, mods, mymods, batman, donbatman, don" />
<meta name="author" content="Mymods website and mods are by Don and Max" />
<title>MyMods by Don and Max</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<!--Body-->
<body>
<div id="container">
<!--Header-->
<div id="header">
<h1>MyMods for</h1>
</div>
<!--Menu-->
<div id="menu">
<a class="item" href="index.html">Home</a>
<a class="item" href="mymods.html">My Mods</a>
<a class="item" href="favmods.html">Mods I like</a>
<a class="item" href="server.html">My Server</a>
<!--Leftside-->
<div class="leftbox">
<h4>Top MyMods</h4>
<ul>
<li><a href="mydeck.html">mydeck</a></li>
<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>mymasonhammer</h2>
<br>
<!--img src="images/mysponge/top.png"-->
<div class="bottomRight">
<div class="content">
<p>
mymasonhammer is a hammer for Minetest. It allows you too hit stone to form ladders and foot holds for climbing.
It also makes stairs in stone. This is a great tool to have when mining.
<br>
Right click to change modes.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="">mymasonhammer</a> - not on forum</li>
<li>Github Link - <a href="https://github.com/DonBatman/mymasonhammer">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mymasonhammer/archive/master.zip">mymasonhammer.zip</a></li>
</ul>
<br>
</p>
</div>
</div>
</div>
<div id="footer">
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
</div>
</div>
</body>
</html>

View File

@ -60,17 +60,23 @@
<ul>
<li><a href="myadmin.html">myadmin</a></li>
<li><a href="mybricks.html">mybricks</a></li>
<li><a href="myboardgames.html">myboardgames</a></li>
<li><a href="mychisel.html">mychisel</a></li>
<li><a href="mycorners.html">mycorners</a></li>
<li><a href="mydeck.html">mydeck</a></li>
<li><a href="mydfences.html">mydfences</a></li>
<li><a href="mydoors.html">mydoors</a></li>
<li><a href="myfences.html">myfences</a></li>
<!--<li><a href="myeavestrough.html">myeavestrough</a></li>-->
<li><a href="myholeinthewall.html">myholeinthewall</a></li>
<li><a href="myitemchest.html">myitemchest</a></li>
<li><a href="myladders.html">myladders</a></li>
<li><a href="mylandscaping.html">mylandscaping</a></li>
<li><a href="mylights.html">mylights</a></li>
<li><a href="mymasonhammer.html">mymasonhammer</a></li>
<li><a href="mymeshnodes.html">mymeshnodes</a></li>
<li><a href="mymineshaft.html">mymineshaft</a></li>
<li><a href="mymillwork.html">mymillork</a></li>
<li><a href="mymineshaft.html">mymineshaft</a></li>
<li><a href="mymulch.html">mymulch</a></li>
<li><a href="mypaths.html">mypaths</a></li>
<li><a href="myroofs.html">myroofs</a></li>
@ -78,6 +84,7 @@
<!--<li><a href="myslopes.html">myslopes</a></li>-->
<li><a href="mysheetmetal.html">mysheetmetal</a></li>
<!--<li><a href="mystreets.html">mystreets</a></li>-->
<li><a href="mytorches.html">mytorches</a></li>
<li><a href="mywoodslopes.html">mywoodslopes</a></li>
<li><a href="worldedge.html">worldedge</a></li>
</ul>

102
mytorches.html Normal file
View File

@ -0,0 +1,102 @@
<!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="Mods for Minetest" />
<meta name="keywords" content="minetest, mod, mods, mymods, batman, donbatman, don" />
<meta name="author" content="Mymods website and mods are by Don and Max" />
<title>MyMods by Don and Max</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<!--Body-->
<body>
<div id="container">
<!--Header-->
<div id="header">
<h1>MyMods for</h1>
</div>
<!--Menu-->
<div id="menu">
<a class="item" href="index.html">Home</a>
<a class="item" href="mymods.html">My Mods</a>
<a class="item" href="favmods.html">Mods I like</a>
<a class="item" href="server.html">My Server</a>
<!--Leftside-->
<div class="leftbox">
<h4>Top MyMods</h4>
<ul>
<li><a href="mydeck.html">mydeck</a></li>
<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>mytorches</h2>
<br>
<!--img src="images/mysponge/top.png"-->
<div class="bottomRight">
<div class="content">
<p>
mytorches replaces the default Minetest torches with 3d torches. These torches do not last.
They burn out over time.
<br>
<br>
<ul>
<li>Minetest Forum Link - <a href="">mytorches</a> - not on forum</li>
<li>Github Link - <a href="https://github.com/DonBatman/mytorches">Veiw Code</a></li>
<li>Direct Download - <a href="https://github.com/DonBatman/mytorches/archive/master.zip">mytorches.zip</a></li>
</ul>
<br>
</p>
</div>
</div>
</div>
<div id="footer">
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
</div>
</div>
</body>
</html>