From cb94946e1e596b42b21d7e73213f59feb8e76f92 Mon Sep 17 00:00:00 2001 From: DonBatman Date: Sat, 24 Oct 2015 21:34:06 -0700 Subject: alligned score board added pacmini board --- pong/init.lua | 2 +- pong/schems/pong.mts | Bin 196 -> 195 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'pong') diff --git a/pong/init.lua b/pong/init.lua index be72843..8c277df 100644 --- a/pong/init.lua +++ b/pong/init.lua @@ -121,6 +121,6 @@ minetest.register_node("pong:block",{ groups = {cracky = 1}, on_rightclick = function(pos, node, player, itemstack, pointed_thing) local schem = minetest.get_modpath("pong").."/schems/pong.mts" - minetest.place_schematic(pos,schem,0, "air", true) + minetest.place_schematic({x=pos.x,y=pos.y-1,z=pos.z},schem,0, "air", true) end, }) diff --git a/pong/schems/pong.mts b/pong/schems/pong.mts index d0c1a7c..20ec05f 100644 Binary files a/pong/schems/pong.mts and b/pong/schems/pong.mts differ -- cgit v1.2.3