added mylandscaping
This commit is contained in:
parent
a79cb6671b
commit
ee21809b0a
BIN
images/mylandscaping/top.png
Normal file
BIN
images/mylandscaping/top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 386 KiB |
@ -67,9 +67,10 @@
|
||||
<div class="bottomRight">
|
||||
<div class="content">
|
||||
<p>
|
||||
mydeck is a mod for minetest that allows you to add realistic looking decks. To build them craft a machine and make the parts.
|
||||
<br>
|
||||
<br>
|
||||
mydeck is a mod for minetest that allows you to add realistic looking decks. To build them craft a machine and make the parts. Nathan has made a video showing mydeck.
|
||||
<p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/YKptK3nTk58" frameborder="0" allowfullscreen></iframe>
|
||||
<p>w
|
||||
<ul>
|
||||
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=11729">mydeck</a> </li>
|
||||
<li>Github Link - <a href="https://github.com/DonBatman/mydeck">Veiw Code</a></li>
|
||||
|
106
mydeck.html~
Normal file
106
mydeck.html~
Normal file
@ -0,0 +1,106 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="description" content="My Mods for Minetest" />
|
||||
<meta name="keywords" content="minetest, mymods, batman, donbatman, mycorners" />
|
||||
<meta name="author" content="Don" />
|
||||
<title>MyMods by Don</title>
|
||||
<link href="stylin.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<!--Body-->
|
||||
<body>
|
||||
<div id="container">
|
||||
|
||||
<!--Header-->
|
||||
<div id="header">
|
||||
<h1>MyMods for</h1>
|
||||
</div>
|
||||
<!--Menu-->
|
||||
<div id="menu">
|
||||
<a class="item" href="index.html">Home</a>
|
||||
<a class="item" href="mymods.html">My Mods</a>
|
||||
<a class="item" href="favmods.html">Mods I like</a>
|
||||
<a class="item" href="server.html">My Server</a>
|
||||
|
||||
|
||||
<!--Leftside-->
|
||||
<div class="leftbox">
|
||||
<h4>Top MyMods</h4>
|
||||
<ul>
|
||||
<li><a href="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>mydeck</h2>
|
||||
<br>
|
||||
<img src="images/mydeck/top.png">
|
||||
<div class="bottomRight">
|
||||
<div class="content">
|
||||
<p>
|
||||
mydeck is a mod for minetest that allows you to add realistic looking decks. To build them craft a machine and make the parts. Nathan has made a video showing mydeck.
|
||||
<p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/YKptK3nTk58" frameborder="0" allowfullscreen></iframe>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=11729">mydeck</a> </li>
|
||||
<li>Github Link - <a href="https://github.com/DonBatman/mydeck">Veiw Code</a></li>
|
||||
<li>Direct Download - <a href="https://github.com/DonBatman/mydeck/archive/master.zip">mydeck.zip</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
<br>
|
||||
<h4><a href="server.html">You can test this mod on Minetest Ville</a></h4>
|
||||
<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>
|
103
mylandscaping.html
Normal file
103
mylandscaping.html
Normal 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 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>mylandscaping</h2>
|
||||
<br>
|
||||
<img src="images/mylandscaping/top.png">
|
||||
<div class="bottomRight">
|
||||
<div class="content">
|
||||
<p>
|
||||
Mylandscaping is a joint effort of Nathan and I. We worked together to give you a great way to landscape your yard. This mod lets you make retaining walls and patio blocks. It is best if you just watch the video Nathan made and see for yourself.
|
||||
</p><p>
|
||||
<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.
|
||||
<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>
|
||||
<li>Direct Download - <a href="https://github.com/DonBatman/mylandscaping/archive/master.zip">mylandscaping.zip</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>
|
104
mylandscaping.html~
Normal file
104
mylandscaping.html~
Normal 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 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>mylandscaping</h2>
|
||||
<br>
|
||||
<!--<img src="images/mywoodslopes/top.png">-->
|
||||
image coming soon
|
||||
<div class="bottomRight">
|
||||
<div class="content">
|
||||
<p>
|
||||
Mylandscaping is a joint effort of Nathan and I. We worked together to give you a great way to landscape your yard. This mod lets you make retaining walls and patio blocks. It is best if you just watch the video Nathan made and see for yourself.
|
||||
</p><p>
|
||||
<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.
|
||||
<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>
|
||||
<li>Direct Download - <a href="https://github.com/DonBatman/mylandscaping/archive/master.zip">mylandscaping.zip</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>
|
@ -66,9 +66,11 @@
|
||||
<div class="bottomRight">
|
||||
<div class="content">
|
||||
<p>
|
||||
mymeshnodes allows you to make a lot of different shapes in Minetest. They are nice smooth meshnodes. Most of the models were done by VanessaE or ExeterDad. These nodes make building more exciting.
|
||||
<br>
|
||||
<br>
|
||||
mymeshnodes allows you to make a lot of different shapes in Minetest. They are nice smooth meshnodes. Most of the models were done by VanessaE or ExeterDad. Max Cohen has been working on getting more mesh nodes made. These nodes make building more exciting.
|
||||
</p>
|
||||
<p>
|
||||
The latest addition is the 45 degree slope. It allows you to make slopes on a 45 degree angle. Thanks Max for that. They are awesome!
|
||||
I also added half blocks. They are nodeboxes but have been a part of noncubic for a while so I thought I would through them in. Maybe Max will make them nodeboxes.
|
||||
<ul>
|
||||
<li>Minetest Forum Link - <a href="">mymeshnodes</a>(not on forum yet)</li>
|
||||
<li>Github Link - <a href="https://github.com/DonBatman/mymeshnodes">Veiw Code</a></li>
|
||||
|
102
mymeshnodes.html~
Normal file
102
mymeshnodes.html~
Normal 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="My Mods for Minetest" />
|
||||
<meta name="keywords" content="minetest, mymods, batman, donbatman, mycorners" />
|
||||
<meta name="author" content="Don" />
|
||||
<title>MyMods by Don</title>
|
||||
<link href="stylin.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<!--Body-->
|
||||
<body>
|
||||
<div id="container">
|
||||
|
||||
<!--Header-->
|
||||
<div id="header">
|
||||
<h1>MyMods for</h1>
|
||||
</div>
|
||||
<!--Menu-->
|
||||
<div id="menu">
|
||||
<a class="item" href="index.html">Home</a>
|
||||
<a class="item" href="mymods.html">My Mods</a>
|
||||
<a class="item" href="favmods.html">Mods I like</a>
|
||||
<a class="item" href="server.html">My Server</a>
|
||||
|
||||
|
||||
<!--Leftside-->
|
||||
<div class="leftbox">
|
||||
<h4>Top MyMods</h4>
|
||||
<ul>
|
||||
<li><a href="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>mymeshnodes</h2>
|
||||
<img src="images/mymeshnodes/top.png">
|
||||
<div class="bottomRight">
|
||||
<div class="content">
|
||||
<p>
|
||||
mymeshnodes allows you to make a lot of different shapes in Minetest. They are nice smooth meshnodes. Most of the models were done by VanessaE or ExeterDad. Max Cohen has been working on getting more mesh nodes made. These nodes make building more exciting.
|
||||
</p>
|
||||
<p>
|
||||
The latest addition is the 45 degree slope. It allows you to make slopes on a 45 degree angle. Thanks Max for that. They are awesome!
|
||||
<ul>
|
||||
<li>Minetest Forum Link - <a href="">mymeshnodes</a>(not on forum yet)</li>
|
||||
<li>Github Link - <a href="https://github.com/DonBatman/mymeshnodes">Veiw Code</a></li>
|
||||
<li>Direct Download - <a href="https://github.com/DonBatman/mymeshnodes/archive/master.zip">mymeshnodes.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>
|
@ -95,6 +95,7 @@ and "content" containers, for the box effect. -->
|
||||
<li><a href="mydoors.html">mydoors</a></li>
|
||||
<li><a href="myeavestrough.html">myeavestrough</a></li>
|
||||
<li><a href="myholeinthewall.html">myholeinthewall</a></li>
|
||||
<li><a href="mylandscaping.html">mylandscaping</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>
|
||||
|
131
mymods.html~
Normal file
131
mymods.html~
Normal file
@ -0,0 +1,131 @@
|
||||
<!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 for</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="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" 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="mybricks.html">mybricks</a></li>
|
||||
<li><a href="mycorners.html">mycorners</a></li>
|
||||
<li><a href="mydeck.html">mydeck</a></li>
|
||||
<li><a href="mydoors.html">mydoors</a></li>
|
||||
<li><a href="myeavestrough.html">myeavestrough</a></li>
|
||||
<li><a href="myholeinthewall.html">myholeinthewall</a></li>
|
||||
<li><a href="mymeshnodes.html">mymeshnodes</a></li>
|
||||
<li><a href="mymineshaft.html">mymineshaft</a></li>
|
||||
<li><a href="mymillwork.html">mymillork</a></li>
|
||||
<li><a href="mymulch.html">mymulch</a></li>
|
||||
<li><a href="mypaths.html">mypaths</a></li>
|
||||
<li><a href="myroofs.html">myroofs</a></li>
|
||||
<li><a href="mysponge.html">mysponge</a></li>
|
||||
<!--<li><a href="myslopes.html">myslopes</a></li>-->
|
||||
<li><a href="mysoffit.html">mysoffit</a></li>
|
||||
<!--<li><a href="mystreets.html">mystreets</a></li>-->
|
||||
<li><a href="mywoodslopes.html">mywoodslopes</a></li>
|
||||
<li><a href="worldedge.html">worldedge</a></li>
|
||||
</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>
|
Loading…
x
Reference in New Issue
Block a user