DonBatman.github.io/mycorners.html

131 lines
3.8 KiB
HTML

<!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>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>
I made a light version for servers. <a href="https://github.com/DonBatman/mycorners_light/archive/master.zip">mycorners_light.zip</a>
<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>
<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>