From 3530d06c435564b7dd8690606075e98c0e92dcb7 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 12 Nov 2016 10:52:47 +0000 Subject: added 6x lucky blocks --- init.lua | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 3d66fec..bc8e7ab 100644 --- a/init.lua +++ b/init.lua @@ -639,8 +639,11 @@ minetest.register_node("protector:display_node", { drop = "", }) -dofile(minetest.get_modpath("protector") .. "/doors_chest.lua") -dofile(minetest.get_modpath("protector") .. "/pvp.lua") -dofile(minetest.get_modpath("protector") .. "/admin.lua") +local path = minetest.get_modpath("protector") + +dofile(path .. "/doors_chest.lua") +dofile(path .. "/pvp.lua") +dofile(path .. "/admin.lua") +dofile(path .. "/lucky_block.lua") print (S("[MOD] Protector Redo loaded")) -- cgit v1.2.3