1
0
ミラー元 https://github.com/Sokomine/cottages.git 前回の同期 2025-11-13 09:25:26 +01:00
ファイル
cottages/.luacheckrc
2023-01-23 16:07:26 -08:00

51 行
759 B
Lua

std = "lua51+luajit+minetest+cottages"
unused_args = false
max_line_length = 120
stds.minetest = {
read_globals = {
"DIR_DELIM",
"minetest",
"core",
"dump",
"vector",
"nodeupdate",
"VoxelManip",
"VoxelArea",
"PseudoRandom",
"ItemStack",
"default",
"table",
"math",
"string",
}
}
stds.cottages = {
globals = {
"cottages",
},
read_globals = {
player_api = {
fields = {
player_attached = {
read_only = false,
other_fields = true,
},
},
other_fields = true,
},
"carts",
"default",
"doors",
"fs_layout",
"futil",
"node_entity_queue",
"player_monoids",
"stairs",
"stamina",
"unified_inventory",
},
}