From dc95ece45b203315397543248090e84bdd944d0c Mon Sep 17 00:00:00 2001 From: tobspr Date: Tue, 18 Jan 2022 17:51:56 +0100 Subject: [PATCH] Update readme --- mod_examples/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mod_examples/README.md b/mod_examples/README.md index cadc3b17..53a4309e 100644 --- a/mod_examples/README.md +++ b/mod_examples/README.md @@ -9,6 +9,10 @@ Currently there are two options to develop mods for shapez.io: Since the `create-shapezio-mod` package is still in development, the current recommended way is to write single file mods, which I'll explain now. +## Mod Developer Discord + +A great place to get help with mod development is the official [shapez.io modloader discord]https://discord.gg/xq5v8uyMue). + ## Setting up your development environment The simplest way of developing mods is by just creating a `mymod.js` file and putting it in the `mods/` folder of the standalone (You can find the `mods/` folder by clicking "Open Mods Folder" in the shapez.io Standalone).