Go to file
Wuzzy b8da953ea7 Force singlenode mapgen, add option to disable it 2016-08-05 17:13:01 +02:00
sounds Initial commit: Version 1.1.1 2016-07-02 14:24:09 +02:00
textures Initial commit: Version 1.1.1 2016-07-02 14:24:09 +02:00
README.md Fix typo in README.md 2016-07-02 17:33:39 +02:00
depends.txt Initial commit: Version 1.1.1 2016-07-02 14:24:09 +02:00
description.txt Initial commit: Version 1.1.1 2016-07-02 14:24:09 +02:00
init.lua Force singlenode mapgen, add option to disable it 2016-08-05 17:13:01 +02:00
mod.conf Add mod.conf 2016-07-02 14:27:43 +02:00
screenshot.png Initial commit: Version 1.1.1 2016-07-02 14:24:09 +02:00
settingtypes.txt Force singlenode mapgen, add option to disable it 2016-08-05 17:13:01 +02:00

README.md

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, players can build stuff to it just like with any other block.

If static_spawnpoint is set, the Origin will be set one node length below that point instead.

Current version

The current version is 1.2.0.

Technical notes

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.

License

License of everything in this mod: WTFPL