Add German
[minetest_origin.git] / README.md
blob31eaf0e86275ff72a75dfb69f417c7133d75085c
1 # The Origin
2 ## Description
3 This mod adds a single indestructible block, called “The Origin”, once at
4 position (0,-1,0) when the singlenode map generator is used, so players spawn
5 on a solid block instead of falling down immediately. From this block onwards,
6 players can build stuff to it just like with any other block.
8 If `static_spawnpoint` is set, the Origin will be set one node length below
9 that point instead.
11 ## Current version
12 The current version is 1.2.0.
14 ## Technical notes
15 The mod tries to ensure that the Origin will only be set once per world.
16 If the Origin has been set, a file called “origin.mt” will be placed in the
17 world's folder. It contains the position of the Origin. As long as this file
18 is present, this mod will not place the Origin again.
20 ## License
21 License of everything in this mod: WTFPL