mirror of
				https://github.com/mt-mods/xcompat.git
				synced 2025-10-31 08:15:28 +01:00 
			
		
		
		
	update .luacheckrc and move some globals over to read
This commit is contained in:
		| @@ -4,9 +4,7 @@ allow_defined_top = true | |||||||
| exclude_files = {".luacheckrc"} | exclude_files = {".luacheckrc"} | ||||||
|  |  | ||||||
| globals = { | globals = { | ||||||
|     "minetest", "sound_api", "xcompat", "default", |     "xcompat", | ||||||
|     "mcl_sounds", "ks_sounds", "nodes_nature", "fl_stone", |  | ||||||
|     "fl_topsoil", "fl_trees", "hades_sounds", "rp_sounds", |  | ||||||
| } | } | ||||||
|  |  | ||||||
| read_globals = { | read_globals = { | ||||||
| @@ -20,5 +18,7 @@ read_globals = { | |||||||
|     "vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom", |     "vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom", | ||||||
|  |  | ||||||
|     --mod produced |     --mod produced | ||||||
|     "fl_dyes", "fl_hand", "fl_tools", "mobkit", "fl_tnt", "i3", |     "minetest", "default", "mcl_sounds", "ks_sounds", | ||||||
|  |     "nodes_nature", "fl_stone", "fl_topsoil", "fl_trees", | ||||||
|  |     "hades_sounds", "rp_sounds", | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user