minetest_origin/README.md

22 lines
829 B
Markdown
Raw Permalink Normal View History

2016-07-02 05:27:31 -07:00
# The Origin
## Description
This mod adds a single indestructible block, called “The Origin”, once at
position (0,-1,0) when the singlenode map generator is used, so players spawn
on a solid block instead of falling down immediately. From this block onwards,
2016-07-02 05:24:09 -07:00
players can build stuff to it just like with any other block.
2016-07-02 05:27:31 -07:00
If `static_spawnpoint` is set, the Origin will be set one node length below
2016-07-02 05:24:09 -07:00
that point instead.
2016-07-02 05:27:31 -07:00
## Current version
2016-11-18 15:22:56 -08:00
The current version is 1.3.1.
2016-07-02 05:27:31 -07:00
## Technical notes
2016-07-02 05:24:09 -07:00
The mod tries to ensure that the Origin will only be set once per world.
If the Origin has been set, a file called “origin.mt” will be placed in the
world's folder. It contains the position of the Origin. As long as this file
is present, this mod will not place the Origin again.
2016-07-02 08:33:39 -07:00
## License
2016-07-02 05:24:09 -07:00
License of everything in this mod: WTFPL