1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-06-28 06:20:33 +02:00
This commit is contained in:
BuckarooBanzay
2021-11-10 09:16:24 +00:00
parent 3d6dcf4224
commit c40bafc248
24 changed files with 261 additions and 9 deletions

View File

@ -96,6 +96,10 @@
<td class="summary">Enable crystal armor.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#armor_material_nether">armor_material_nether</a></td>
<td class="summary">Enable nether armor.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#armor_init_delay">armor_init_delay</a></td>
<td class="summary">Initialization delay.</td>
</tr>
@ -435,6 +439,38 @@
</dd>
<dt>
<a name = "armor_material_nether"></a>
<strong>armor_material_nether</strong>
</dt>
<dd>
<p>Enable nether armor. </p>
<p><strong>Definition:</strong></p>
<ul>
<li><span style="font-size:80%;"><code>type:</code></span> <code>bool</code></li>
<li><span style="font-size:80%;"><code>default:</code></span> <code>true</code></li>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</dd>
<dt>
<a name = "armor_init_delay"></a>
@ -1109,7 +1145,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-08-01 12:41:44 </i>
<i style="float:right;">Last updated 2021-11-10 09:16:24 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>