From cd1dcb7ff4c6cbe7a221986bdf5c2bc68a309929 Mon Sep 17 00:00:00 2001 From: erstazi Date: Thu, 5 Nov 2020 19:47:39 -0500 Subject: Adding Personhood West and Elders Valley --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index fa583b0..6ccd225 100644 --- a/init.lua +++ b/init.lua @@ -25,14 +25,16 @@ places.register_place = function (name, pos, command) }) end - + if spawn_spawnpos then places.register_place("Spawn", spawn_spawnpos, "spawn") 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=1534, y=28, z=2972}, "ph") +places.register_place("Personhood West", {x=1133, y=14, z=3046}, "phw") places.register_place("Trisiston", {x=-4262, y=21, z=-3123}, "tst") +places.register_place("Elders Valley", {x=-3815, y=10, z=-3150}, "ev") -- minetest.register_chatcommand("spawn", { -- params = "", -- cgit v1.2.3