diff --git a/articles/modules-for-reference.md b/articles/modules-for-reference.md index fbe6f24..c928e0b 100644 --- a/articles/modules-for-reference.md +++ b/articles/modules-for-reference.md @@ -13,6 +13,7 @@ Make sure to provide credit where credit is due. | Name / Repo | Description | | --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | | [JS module](https://github.com/altmp/altv-js-module) | The official alt:V module providing support for the JS language, using NodeJS and V8 | +| [JS module v2](https://github.com/altmp/altv-js-module-v2) | A complete rewrite of the original JS module, following a better API and cleaner code structure | | [JS bytecode module](https://github.com/altmp/altv-js-bytecode) | The official alt:V module that transforms clientside JS files into bytecode | | [C# module](https://github.com/FabianTerhorst/coreclr-module) | An alt:V module providing support for the C# language, has a C++ part for the module itself, and a runtime part in C# | | [AngelScript module](https://github.com/LeonMrBonnie/altv-angelscript-module) | An alt:V module providing support for the AngelScript language, fully written in C++ |