mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2025-06-28 06:20:33 +02:00
deploy: da78601a77
This commit is contained in:
@ -63,47 +63,47 @@
|
||||
<h2><a href="#Armors">Armors</a></h2>
|
||||
<table class="function_list">
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#shield_admin">shields:shield_admin</a></td>
|
||||
<td class="name" nowrap><a href="#shields:shield_admin">shields:shield_admin</a></td>
|
||||
<td class="summary">Admin Shield</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#shield_wood">shields:shield_wood</a></td>
|
||||
<td class="name" nowrap><a href="#shields:shield_wood">shields:shield_wood</a></td>
|
||||
<td class="summary">Wood Shield</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#shield_enhanced_wood">shields:shield_enhanced_wood</a></td>
|
||||
<td class="name" nowrap><a href="#shields:shield_enhanced_wood">shields:shield_enhanced_wood</a></td>
|
||||
<td class="summary">Enhanced Wood Shield</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#shield_cactus">shields:shield_cactus</a></td>
|
||||
<td class="name" nowrap><a href="#shields:shield_cactus">shields:shield_cactus</a></td>
|
||||
<td class="summary">Cactus Shield</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#shield_enhanced_cactus">shields:shield_enhanced_cactus</a></td>
|
||||
<td class="name" nowrap><a href="#shields:shield_enhanced_cactus">shields:shield_enhanced_cactus</a></td>
|
||||
<td class="summary">Enhanced Cactus Shield</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#shield_steel">shields:shield_steel</a></td>
|
||||
<td class="name" nowrap><a href="#shields:shield_steel">shields:shield_steel</a></td>
|
||||
<td class="summary">Steel Shield</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#shield_bronze">shields:shield_bronze</a></td>
|
||||
<td class="name" nowrap><a href="#shields:shield_bronze">shields:shield_bronze</a></td>
|
||||
<td class="summary">Bronze Shield</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#shield_diamond">shields:shield_diamond</a></td>
|
||||
<td class="name" nowrap><a href="#shields:shield_diamond">shields:shield_diamond</a></td>
|
||||
<td class="summary">Diamond Shield</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#shield_gold">shields:shield_gold</a></td>
|
||||
<td class="name" nowrap><a href="#shields:shield_gold">shields:shield_gold</a></td>
|
||||
<td class="summary">Gold Shield</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#shield_mithril">shields:shield_mithril</a></td>
|
||||
<td class="name" nowrap><a href="#shields:shield_mithril">shields:shield_mithril</a></td>
|
||||
<td class="summary">Mithril Shield</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#shield_crystal">shields:shield_crystal</a></td>
|
||||
<td class="name" nowrap><a href="#shields:shield_crystal">shields:shield_crystal</a></td>
|
||||
<td class="summary">Crystal Shield</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -116,7 +116,7 @@
|
||||
|
||||
<dl class="function">
|
||||
<dt>
|
||||
<a name = "shields:shield_admin"></a>
|
||||
<a name="shields:shield_admin"></a>
|
||||
<strong>shields:shield_admin</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
@ -126,9 +126,9 @@
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Image:</h3>
|
||||
<h3>Inventory Image:</h3>
|
||||
<ul>
|
||||
<img src="https://raw.githubusercontent.com/minetest-mods/3d_armor/master/shields/textures/shields_inv_shield_admin.png" style="width:32px; height:32px;" />
|
||||
<img src="../data/shields_inv_shield_admin.png" style="width:32px; height:32px;" />
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Groups:</h3>
|
||||
@ -148,7 +148,7 @@
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "shields:shield_wood"></a>
|
||||
<a name="shields:shield_wood"></a>
|
||||
<strong>shields:shield_wood</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
@ -158,9 +158,9 @@
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Image:</h3>
|
||||
<h3>Inventory Image:</h3>
|
||||
<ul>
|
||||
<img src="https://raw.githubusercontent.com/minetest-mods/3d_armor/master/shields/textures/shields_inv_shield_wood.png" style="width:32px; height:32px;" />
|
||||
<img src="../data/shields_inv_shield_wood.png" style="width:32px; height:32px;" />
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Groups:</h3>
|
||||
@ -190,7 +190,7 @@
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "shields:shield_enhanced_wood"></a>
|
||||
<a name="shields:shield_enhanced_wood"></a>
|
||||
<strong>shields:shield_enhanced_wood</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
@ -200,9 +200,9 @@
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Image:</h3>
|
||||
<h3>Inventory Image:</h3>
|
||||
<ul>
|
||||
<img src="https://raw.githubusercontent.com/minetest-mods/3d_armor/master/shields/textures/shields_inv_shield_enhanced_wood.png" style="width:32px; height:32px;" />
|
||||
<img src="../data/shields_inv_shield_enhanced_wood.png" style="width:32px; height:32px;" />
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Groups:</h3>
|
||||
@ -231,7 +231,7 @@
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "shields:shield_cactus"></a>
|
||||
<a name="shields:shield_cactus"></a>
|
||||
<strong>shields:shield_cactus</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
@ -241,9 +241,9 @@
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Image:</h3>
|
||||
<h3>Inventory Image:</h3>
|
||||
<ul>
|
||||
<img src="https://raw.githubusercontent.com/minetest-mods/3d_armor/master/shields/textures/shields_inv_shield_cactus.png" style="width:32px; height:32px;" />
|
||||
<img src="../data/shields_inv_shield_cactus.png" style="width:32px; height:32px;" />
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Groups:</h3>
|
||||
@ -272,7 +272,7 @@
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "shields:shield_enhanced_cactus"></a>
|
||||
<a name="shields:shield_enhanced_cactus"></a>
|
||||
<strong>shields:shield_enhanced_cactus</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
@ -282,9 +282,9 @@
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Image:</h3>
|
||||
<h3>Inventory Image:</h3>
|
||||
<ul>
|
||||
<img src="https://raw.githubusercontent.com/minetest-mods/3d_armor/master/shields/textures/shields_inv_shield_enhanced_cactus.png" style="width:32px; height:32px;" />
|
||||
<img src="../data/shields_inv_shield_enhanced_cactus.png" style="width:32px; height:32px;" />
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Groups:</h3>
|
||||
@ -313,7 +313,7 @@
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "shields:shield_steel"></a>
|
||||
<a name="shields:shield_steel"></a>
|
||||
<strong>shields:shield_steel</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
@ -323,9 +323,9 @@
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Image:</h3>
|
||||
<h3>Inventory Image:</h3>
|
||||
<ul>
|
||||
<img src="https://raw.githubusercontent.com/minetest-mods/3d_armor/master/shields/textures/shields_inv_shield_steel.png" style="width:32px; height:32px;" />
|
||||
<img src="../data/shields_inv_shield_steel.png" style="width:32px; height:32px;" />
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Groups:</h3>
|
||||
@ -356,7 +356,7 @@
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "shields:shield_bronze"></a>
|
||||
<a name="shields:shield_bronze"></a>
|
||||
<strong>shields:shield_bronze</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
@ -366,9 +366,9 @@
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Image:</h3>
|
||||
<h3>Inventory Image:</h3>
|
||||
<ul>
|
||||
<img src="https://raw.githubusercontent.com/minetest-mods/3d_armor/master/shields/textures/shields_inv_shield_bronze.png" style="width:32px; height:32px;" />
|
||||
<img src="../data/shields_inv_shield_bronze.png" style="width:32px; height:32px;" />
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Groups:</h3>
|
||||
@ -399,7 +399,7 @@
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "shields:shield_diamond"></a>
|
||||
<a name="shields:shield_diamond"></a>
|
||||
<strong>shields:shield_diamond</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
@ -409,9 +409,9 @@
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Image:</h3>
|
||||
<h3>Inventory Image:</h3>
|
||||
<ul>
|
||||
<img src="https://raw.githubusercontent.com/minetest-mods/3d_armor/master/shields/textures/shields_inv_shield_diamond.png" style="width:32px; height:32px;" />
|
||||
<img src="../data/shields_inv_shield_diamond.png" style="width:32px; height:32px;" />
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Groups:</h3>
|
||||
@ -439,7 +439,7 @@
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "shields:shield_gold"></a>
|
||||
<a name="shields:shield_gold"></a>
|
||||
<strong>shields:shield_gold</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
@ -449,9 +449,9 @@
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Image:</h3>
|
||||
<h3>Inventory Image:</h3>
|
||||
<ul>
|
||||
<img src="https://raw.githubusercontent.com/minetest-mods/3d_armor/master/shields/textures/shields_inv_shield_gold.png" style="width:32px; height:32px;" />
|
||||
<img src="../data/shields_inv_shield_gold.png" style="width:32px; height:32px;" />
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Groups:</h3>
|
||||
@ -482,7 +482,7 @@
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "shields:shield_mithril"></a>
|
||||
<a name="shields:shield_mithril"></a>
|
||||
<strong>shields:shield_mithril</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
@ -492,9 +492,9 @@
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Image:</h3>
|
||||
<h3>Inventory Image:</h3>
|
||||
<ul>
|
||||
<img src="https://raw.githubusercontent.com/minetest-mods/3d_armor/master/shields/textures/shields_inv_shield_mithril.png" style="width:32px; height:32px;" />
|
||||
<img src="../data/shields_inv_shield_mithril.png" style="width:32px; height:32px;" />
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Groups:</h3>
|
||||
@ -521,7 +521,7 @@
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "shields:shield_crystal"></a>
|
||||
<a name="shields:shield_crystal"></a>
|
||||
<strong>shields:shield_crystal</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
@ -531,9 +531,9 @@
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Image:</h3>
|
||||
<h3>Inventory Image:</h3>
|
||||
<ul>
|
||||
<img src="https://raw.githubusercontent.com/minetest-mods/3d_armor/master/shields/textures/shields_inv_shield_crystal.png" style="width:32px; height:32px;" />
|
||||
<img src="../data/shields_inv_shield_crystal.png" style="width:32px; height:32px;" />
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Groups:</h3>
|
||||
@ -567,7 +567,7 @@
|
||||
</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>
|
||||
<i style="float:right;">Last updated 2021-07-31 12:03:46 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user