From 335061997ed8b16b43b297b103cf0787f30ccda4 Mon Sep 17 00:00:00 2001 From: Maciej Kasatkin Date: Sun, 28 Oct 2012 20:24:38 +0100 Subject: Initial config file --- init.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index b81371a..3e78f31 100644 --- a/init.lua +++ b/init.lua @@ -14,6 +14,10 @@ minetest.register_alias("gold_locked_chest", "technic:gold_locked_chest") minetest.register_alias("mithril_chest", "technic:mithril_chest") minetest.register_alias("mithril_locked_chest", "technic:mithril_locked_chest") +--Read technic config file +dofile(minetest.get_modpath("technic").."/config.lua") + + dofile(minetest.get_modpath("technic").."/concrete.lua") dofile(minetest.get_modpath("technic").."/iron_chest.lua") dofile(minetest.get_modpath("technic").."/copper_chest.lua") @@ -47,7 +51,7 @@ dofile(minetest.get_modpath("technic").."/tree_tap.lua") dofile(minetest.get_modpath("technic").."/flashlight.lua") dofile(minetest.get_modpath("technic").."/cans.lua") dofile(minetest.get_modpath("technic").."/chainsaw.lua") -dofile(minetest.get_modpath("technic").."/item_drop.lua") +if enable_item_drop then dofile(minetest.get_modpath("technic").."/item_drop.lua") end function has_locked_chest_privilege(meta, player) -- cgit v1.2.3