mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 23:42:59 +00:00
Add some notes to tutorial and reference
This commit is contained in:
parent
f04deaad15
commit
f009cce911
2 changed files with 9 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
||||||
<a class="section-link" href="#{{ section.slug }}">🔗 <!-- Link Symbol --></a>
|
<a class="section-link" href="#{{ section.slug }}">🔗 <!-- Link Symbol --></a>
|
||||||
<span>Contents</span>
|
<span>Contents</span>
|
||||||
</h2>
|
</h2>
|
||||||
|
<p>TODO: Group commands here by category (*especially* the meta commands)</p>
|
||||||
<ul class="command-list">
|
<ul class="command-list">
|
||||||
{% for section in sections_help %}
|
{% for section in sections_help %}
|
||||||
<li><a href="#{{ section.slug }}">
|
<li><a href="#{{ section.slug }}">
|
||||||
|
|
|
@ -10,8 +10,8 @@ Welcome to the WorldEditAdditions beginners tutorial! There are a number of conv
|
||||||
|
|
||||||
It is assumed that:
|
It is assumed that:
|
||||||
|
|
||||||
|
- You are already familiar the basics of [Minetest](https://www.minetest.net/) (try the [tutorial game](https://content.minetest.net/packages/Wuzzy/tutorial/) if you're unsure)
|
||||||
- You have both WorldEdit and WorldEditAdditions installed (see the [Download](/#download) section)
|
- You have both WorldEdit and WorldEditAdditions installed (see the [Download](/#download) section)
|
||||||
- You are already familiar the basics of [Minetest](https://www.minetest.net/)
|
|
||||||
|
|
||||||
Minetest supports the execution of _Chat Commands_ to manipulate the Minetest world. While in a Minetest world, simply type `/help` (the first forward slash `/` will automatically cause the chat window to appear) and hit <kbd>enter</kbd> to display a list of chat commands that are currently registered grouped by mod for example.
|
Minetest supports the execution of _Chat Commands_ to manipulate the Minetest world. While in a Minetest world, simply type `/help` (the first forward slash `/` will automatically cause the chat window to appear) and hit <kbd>enter</kbd> to display a list of chat commands that are currently registered grouped by mod for example.
|
||||||
|
|
||||||
|
@ -52,3 +52,10 @@ See a full list with complete explanations in the [chat command reference](/Refe
|
||||||
## Anything else?
|
## Anything else?
|
||||||
|
|
||||||
- Make sure we have covered everything
|
- Make sure we have covered everything
|
||||||
|
|
||||||
|
|
||||||
|
## Advanced Concepts
|
||||||
|
|
||||||
|
- Memory usage
|
||||||
|
- Meta commands
|
||||||
|
- Other things?
|
||||||
|
|
Loading…
Reference in a new issue