diff --git a/Site/modding/lynk-walkthrough/mod-building.md b/Site/modding/lynk-walkthrough/mod-building.md index ef9358d6..55216a8e 100644 --- a/Site/modding/lynk-walkthrough/mod-building.md +++ b/Site/modding/lynk-walkthrough/mod-building.md @@ -4,6 +4,12 @@ sidebar_position: 9 # Mod Building +## Automatically Building + +- For easy building, [use this tool](https://github.com/MoSim-Modding-Fun/v25-Mod-Builder) made by [Seb](https://github.com/dfn-slxxp). Follow the docs on the tool to use it. + +## Manual Building + - Go to `Window/Asset Management/Addressables/Groups` ![Find Groups Here](@site/static/img/lynk/addressablegroup.png) @@ -48,4 +54,4 @@ sidebar_position: 9 ![Place DLL](@site/static/img/lynk/dll.png) -- If this works, you are good to go! Zip the folder and have fun! \ No newline at end of file +- If this works, you are good to go! Zip the folder and have fun!