Go to file
Wuzzy 243e8a67d4 Update for 0.4.16 settings syntax 2017-06-20 16:56:03 +02:00
locale Add doc_items support 2016-08-05 17:37:13 +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 Version 1.3.1 2016-11-19 00:22:56 +01:00
depends.txt Use new doc_items interface 2016-10-31 02:16:19 +01:00
description.txt Initial commit: Version 1.1.1 2016-07-02 14:24:09 +02:00
init.lua Update for 0.4.16 settings syntax 2017-06-20 16:56:03 +02:00
mod.conf Add mod.conf 2016-07-02 14:27:43 +02:00
screenshot.png Larger screenshot 2016-08-08 05:54:13 +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.3.1.

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