From d834170a7b38e1e56e17032346a12b0bb5a3ac6d Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 20 Aug 2019 15:11:51 +0200 Subject: [PATCH] /spawnpyramid places pyramid at more useful pos --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index c2e37cc..908e6c1 100644 --- a/init.lua +++ b/init.lua @@ -289,6 +289,7 @@ minetest.register_chatcommand("spawnpyramid", { room_id = r end local ok, msg + pos = vector.add(pos, {x=-11, y=-1, z=0}) if s == 1 then ok, msg = make(pos, "default:sandstonebrick", "default:sandstone", "default:sandstone", "default:sand", "sandstone", room_id) else