diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-11-22 11:12:11 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-11-22 11:12:11 +0000 |
commit | c0e02303670645e8b49160fdc73a1d31760be27f (patch) | |
tree | d1612cf3a78b94167a72df68fcbde0b219fef38f /init.lua | |
parent | 1e10553838c8ebcb8534fd65b352219cd6ef99ab (diff) |
added protector placement tool (thanks shara)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -644,6 +644,7 @@ local path = minetest.get_modpath("protector") dofile(path .. "/doors_chest.lua") dofile(path .. "/pvp.lua") dofile(path .. "/admin.lua") +dofile(path .. "/tool.lua") dofile(path .. "/lucky_block.lua") print (S("[MOD] Protector Redo loaded")) |