Cristiano Magro
2020-10-13 3d38d757384579ee62dd2f58594e376a34585bfb
commit | author | age
a8daa4 1 unused_args = false
DL 2 allow_defined_top = true
3 max_line_length = 999
4
5 globals = {
6     "technic", "minetest",
7     "srcstack",
8 }
9
10 read_globals = {
11     string = {fields = {"split", "trim"}},
12     table = {fields = {"copy", "getn"}},
13
14     "intllib", "VoxelArea",
15     "default", "stairsplus",
16
17     "PseudoRandom", "ItemStack",
18     "mg", "tubelib", "vector",
19
20     "moretrees", "bucket",
21     "unified_inventory", "digilines",
22
23     "pipeworks", "screwdriver",
24     "VoxelManip", "unifieddyes",
25
26     "Settings", "mesecon",
27     "digiline_remote",
28
29     "protector", "isprotect",
30     "homedecor_expect_infinite_stacks",
31 }
32
33 files["concrete/init.lua"].ignore = { "steel_ingot" }
34 files["technic/machines/MV/tool_workshop.lua"].ignore = { "pos" }
35 files["technic/machines/other/frames.lua"].ignore = { "item_texture", "item_type", "adj", "connected", "" }
36 files["technic/machines/register/battery_box.lua"].ignore = { "pos", "tube_upgrade" }
37 files["technic/machines/register/cables.lua"].ignore = { "name", "from_below", "p" }
38 files["technic/machines/register/common.lua"].ignore = { "result" }
39
40 files["technic/machines/register/generator.lua"].ignore = { "node" }
41 files["technic/machines/switching_station.lua"].ignore = { "pos1", "tier", "poshash" }
42 files["technic/radiation.lua"].ignore = { "LAVA_VISC" }
43 files["technic/tools/chainsaw.lua"].ignore = { "pos" }
44 files["technic/tools/mining_drill.lua"].ignore = { "mode" }
45 files["technic_chests/register.lua"].ignore = { "fs_helpers", "name", "locked_after_place" }
46
47 files["technic_cnc/cnc.lua"].ignore = { "multiplier" }
48 files["wrench/init.lua"].ignore = { "name", "stack" }