diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-26 19:53:51 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-26 19:53:51 +0200 |
commit | 0b775116f8141bb5eee470d8b7df30497d37a815 (patch) | |
tree | e3ff20e10907fe4c516cccc38ea78e4d967b0b22 | |
parent | cfb6d69e62db38e5104ee245ae08cbf419ca4a96 (diff) |
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ if spawn_spawnpos then end places.register_place("Origin", {x=0, y=0, z=0}, "origin") places.register_place("South Forest", {x=285, y=9, z=-2047}, "sf") +places.register_place("Personhood", {x=1532, y=28, z=2971}, "ph") -- minetest.register_chatcommand("spawn", { -- params = "", |