From ce94fa5208f70ac14fe0d08ee8363726f1880cf8 Mon Sep 17 00:00:00 2001 From: Sebastian Waldman <63021947+dfn-slxxp@users.noreply.github.com> Date: Tue, 25 Aug 2026 22:56:55 -0400 Subject: [PATCH] Mod building tool Added section for automatically building mods using a tool. --- Site/modding/lynk-walkthrough/mod-building.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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!