forked from nalc/homedecor_modpack
1c7ceb2e90
- Remove intllib support - Fix luacheck warnings (except for 1 I don't know what to do) - Removes homedecor_common/mt_game_beds_functions.lua (we can get the function directly from `beds` mod instead of using an obsolete copie; I have not re-enabled bed-sleeping, but it should work)
34 lines
480 B
Lua
34 lines
480 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
max_comment_line_length = 999
|
|
|
|
read_globals = {
|
|
"DIR_DELIM",
|
|
"minetest", "core",
|
|
"unpack",
|
|
"dump",
|
|
table = { fields = { "copy", "getn" } },
|
|
"vector", "nodeupdate",
|
|
"VoxelManip", "VoxelArea",
|
|
"PseudoRandom", "ItemStack",
|
|
"default",
|
|
"doors",
|
|
"stairsplus",
|
|
"stairs",
|
|
"screwdriver",
|
|
"beds",
|
|
"technic",
|
|
"mesecon",
|
|
"unifieddyes",
|
|
"creative",
|
|
"homedecor",
|
|
"player_api",
|
|
"skins",
|
|
}
|
|
|
|
globals = {
|
|
"armor",
|
|
"signs_lib",
|
|
}
|
|
|