change back line breaks
This commit is contained in:
parent
f9f568314a
commit
cd99e90a92
@ -209,10 +209,10 @@ minetest.register_node("mymod:node", {
|
|||||||
depends = default
|
depends = default
|
||||||
|
|
||||||
This mod has the name "mymod". It has three text files: init.lua, mod.conf,
|
This mod has the name "mymod". It has three text files: init.lua, mod.conf,
|
||||||
and depends.txt. <br/>
|
and depends.txt.\\
|
||||||
The script prints a message and then registers a node –
|
The script prints a message and then registers a node –
|
||||||
which will be explained in the next chapter. <br/>
|
which will be explained in the next chapter.\\
|
||||||
There's a single dependency, the
|
There's a single dependency, the
|
||||||
[default mod](https://content.minetest.net/metapackages/default/), which is
|
[default mod](https://content.minetest.net/metapackages/default/), which is
|
||||||
usually found in Minetest Game. <br/>
|
usually found in Minetest Game.\\
|
||||||
There is also a texture in textures/ for the node.
|
There is also a texture in textures/ for the node.
|
||||||
|
Loading…
Reference in New Issue
Block a user