mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-15 12:51:22 +00:00
deploy: df81a7755b
This commit is contained in:
parent
aad08d9b9d
commit
ee7b49c45f
6 changed files with 19 additions and 17 deletions
|
@ -73,7 +73,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-31 11:19:23 </i>
|
||||
<i style="float:right;">Last updated 2021-07-31 11:21:08 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<h2>Contents</h2>
|
||||
<ul>
|
||||
<li><a href="#Functions">Functions</a></li>
|
||||
<li><a href="#Unsafe_methods">Unsafe methods </a></li>
|
||||
<li><a href="#Unsafe_Methods">Unsafe Methods </a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -89,7 +89,7 @@
|
|||
<td class="summary">Registers a node to be replaced.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2><a href="#Unsafe_methods">Unsafe methods </a></h2>
|
||||
<h2><a href="#Unsafe_Methods">Unsafe Methods </a></h2>
|
||||
<table class="function_list">
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#cleaner.get_remove_ores">cleaner.get_remove_ores ()</a></td>
|
||||
|
@ -317,7 +317,7 @@
|
|||
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 class="section-header has-description"><a name="Unsafe_methods"></a>Unsafe methods </h2>
|
||||
<h2 class="section-header has-description"><a name="Unsafe_Methods"></a>Unsafe Methods </h2>
|
||||
|
||||
<div class="section-description">
|
||||
Enabled with <a href="settings.html#cleaner.unsafe">cleaner.unsafe</a> setting.
|
||||
|
@ -410,7 +410,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-31 11:19:23 </i>
|
||||
<i style="float:right;">Last updated 2021-07-31 11:21:08 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<h2>Contents</h2>
|
||||
<ul>
|
||||
<li><a href="#Chat_Commands">Chat Commands</a></li>
|
||||
<li><a href="#Unsafe_commands">Unsafe commands </a></li>
|
||||
<li><a href="#Unsafe_Commands">Unsafe Commands </a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -86,10 +86,10 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#ctool">ctool</a></td>
|
||||
<td class="summary">Manages settings for wielded cleaner tool.</td>
|
||||
<td class="summary">Manages settings for wielded <a href="tools.html">cleaner tool</a>.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2><a href="#Unsafe_commands">Unsafe commands </a></h2>
|
||||
<h2><a href="#Unsafe_Commands">Unsafe Commands </a></h2>
|
||||
<table class="function_list">
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#remove_ores">remove_ores</a></td>
|
||||
|
@ -290,7 +290,7 @@
|
|||
<strong>ctool</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
Manages settings for wielded cleaner tool.
|
||||
Manages settings for wielded <a href="tools.html">cleaner tool</a>.
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
@ -314,7 +314,7 @@
|
|||
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 class="section-header has-description"><a name="Unsafe_commands"></a>Unsafe commands </h2>
|
||||
<h2 class="section-header has-description"><a name="Unsafe_Commands"></a>Unsafe Commands </h2>
|
||||
|
||||
<div class="section-description">
|
||||
Enabled with <a href="settings.html#cleaner.unsafe">cleaner.unsafe</a> setting.
|
||||
|
@ -352,7 +352,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-31 11:19:23 </i>
|
||||
<i style="float:right;">Last updated 2021-07-31 11:21:08 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
|
@ -126,14 +126,16 @@
|
|||
{
|
||||
<span class="string">"nodes"</span> :
|
||||
{
|
||||
<span class="string">"remove"</span> : [
|
||||
<span class="string">"remove"</span> :
|
||||
[
|
||||
<span class="string">"old:node_1"</span>,
|
||||
<span class="string">"old:node_2"</span>,
|
||||
],
|
||||
<span class="string">"replace"</span> : {
|
||||
<span class="string">"replace"</span> :
|
||||
{
|
||||
<span class="string">"old:node_3"</span> : <span class="string">"new:node_1"</span>,
|
||||
<span class="string">"old:node_4"</span> : <span class="string">"new:node_2"</span>,
|
||||
}
|
||||
},
|
||||
},
|
||||
}</pre>
|
||||
</ul>
|
||||
|
@ -146,7 +148,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-31 11:19:23 </i>
|
||||
<i style="float:right;">Last updated 2021-07-31 11:21:08 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
|
@ -114,7 +114,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-31 11:19:23 </i>
|
||||
<i style="float:right;">Last updated 2021-07-31 11:21:08 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
|
@ -117,7 +117,7 @@ use (left-click):
|
|||
</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-31 11:19:23 </i>
|
||||
<i style="float:right;">Last updated 2021-07-31 11:21:08 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue