mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2025-06-28 06:20:33 +02:00
deploy: c790b20169
This commit is contained in:
143
reference/topics/crafting.html
Normal file
143
reference/topics/crafting.html
Normal file
@ -0,0 +1,143 @@
|
||||
<!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" />
|
||||
</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, & 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, & 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
|
||||
|
||||
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="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
||||
<i style="float:right;">Last updated 2021-07-30 14:13:01 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user