3d_armor/reference/topics/crafting.html
2024-06-25 04:37:28 +00:00

146 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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>3D Armor</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
<link rel="icon" href="https://www.minetest.net/media/icon.svg" type="image/png" />
</head>
<body>
<div id="container">
<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->
<div id="main">
<!-- Menu -->
<div id="navigation">
<br/>
<h1>3d_armor</h1>
<ul>
<li><a href="../index.html">Index</a></li>
</ul>
<h2>Contents</h2>
<ul>
<li><a href="#Craft_Recipes">Craft Recipes</a></li>
</ul>
<h2>Topics</h2>
<ul class="">
<li><a href="../topics/api.html">api</a></li>
<li><a href="../topics/settings.html">settings</a></li>
<li><a href="../topics/helmets.html">helmets</a></li>
<li><a href="../topics/chestplates.html">chestplates</a></li>
<li><a href="../topics/leggings.html">leggings</a></li>
<li><a href="../topics/boots.html">boots</a></li>
<li><a href="../topics/shields.html">shields</a></li>
<li><strong>crafting</strong></li>
</ul>
</div>
<div id="content">
<h1>Topic <code>crafting</code></h1>
<p>3D Armor Crafting</p>
<p>
</p>
<h2><a href="#Craft_Recipes">Craft Recipes</a></h2>
<table class="function_list">
<tr>
<td class="name" nowrap><a href="#armor">armor</a></td>
<td class="summary">Craft recipes for helmets, chestplates, leggings, boots, &amp; shields.</td>
</tr>
</table>
<br/>
<br/>
<h2 class="section-header "><a name="Craft_Recipes"></a>Craft Recipes</h2>
<dl class="function">
<dt>
<a name = "armor"></a>
<strong>armor</strong>
</dt>
<dd>
Craft recipes for helmets, chestplates, leggings, boots, &amp; shields.
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
<h3>Usage:</h3>
<ul>
<pre class="example">Key:
- m: material
- wood: group:wood
- cactus: default:cactus
- steel: default:steel_ingot
- bronze: default:bronze_ingot
- diamond: default:diamond
- gold: default:gold_ingot
- mithril: moreores:mithril_ingot
- crystal: ethereal:crystal_ingot
- nether: nether:nether_ingot
helmet: chestplate: leggings:
┌───┬───┬───┐ ┌───┬───┬───┐ ┌───┬───┬───┐
│ m │ m │ m │ │ m │ │ m │ │ m │ m │ m │
├───┼───┼───┤ ├───┼───┼───┤ ├───┼───┼───┤
│ m │ │ m │ │ m │ m │ m │ │ m │ │ m │
├───┼───┼───┤ ├───┼───┼───┤ ├───┼───┼───┤
│ │ │ │ │ m │ m │ m │ │ m │ │ m │
└───┴───┴───┘ └───┴───┴───┘ └───┴───┴───┘
boots: shield:
┌───┬───┬───┐ ┌───┬───┬───┐
│ │ │ │ │ m │ m │ m │
├───┼───┼───┤ ├───┼───┼───┤
│ m │ │ m │ │ m │ m │ m │
├───┼───┼───┤ ├───┼───┼───┤
│ m │ │ m │ │ │ m │ │
└───┴───┴───┘ └───┴───┴───┘</pre>
</ul>
</dd>
</dl>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="https://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
<i style="float:right;">Last updated 2024-06-25 04:37:27 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>