diff --git a/README.md b/README.md index 895dd03..581e4e5 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,9 @@ Hey modders! -This is a bit of a mess, so please bear with me. Ping [@aristeas.] on discord if you have any questions, comments, or concerns. +Modular Assemblies is a mod framework designed to put the 'Engineer' back into 'Space Engineers'. It provides a simpler method of creating multiblock structures that provide added functionality, without killing performance or using esoteric vanilla tools. -Modular Assemblies is the base mod, and must be referenced as a dependency for client mods. [Check out the wiki](https://github.com/StarCoreSE/Modular-Assemblies/wiki) for more information and guides. +This is the base mod, and must be referenced as a dependency for client mods. [Check out the wiki](https://github.com/StarCoreSE/Modular-Assemblies/wiki) for more information and guides, and feel free to message [@aristeas.] [on the StarCore discord](https://discord.gg/starcore) if you have any questions or comments. -By [@aristeas.], with help from [validpoint]. -Debug drawing referenced from [m_digi]'s "(DevTool) Programmable Block Debug API". -ModAPI, WcAPI, and included assembly mod referenced from [darkstar0818]'s "AssemblyCore - 2.4". +By [[Aristeas](https://github.com/Jnick-24)], with help from [Invalid](https://github.com/InvalidArgument3). +Debug drawing referenced from [m_digi](https://github.com/THDigi)'s "(DevTool) Programmable Block Debug API".