diff options
author | Linnea Gräf <nea@nea.moe> | 2024-09-21 00:51:51 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-09-21 00:51:51 +0200 |
commit | a2c193c0272cf942903a9453a9154f28b7a1bd94 (patch) | |
tree | 645d235585d920168bbff4f6317f87a0a0c1895f | |
parent | ec0ae5720793ed248bae629012a9c9801c58ee97 (diff) | |
download | moddevwiki-a2c193c0272cf942903a9453a9154f28b7a1bd94.tar.gz moddevwiki-a2c193c0272cf942903a9453a9154f28b7a1bd94.tar.bz2 moddevwiki-a2c193c0272cf942903a9453a9154f28b7a1bd94.zip |
Add github deletion warning
-rw-r--r-- | docs/ide-setup.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ide-setup.md b/docs/ide-setup.md index 7d93f84..43707d1 100644 --- a/docs/ide-setup.md +++ b/docs/ide-setup.md @@ -31,6 +31,10 @@ If you want to contribute to an existing project, find that project on GitHub an ### Creating a new Project + +!!! warning + Unfortunately, [GitHub decided to delete my account](https://nea.moe/blog/github-suspension/). Because of that you will need to use the [zip generator](https://nea.moe/tools/processor/forge1.8.9/). Once you have downloaded and unzipped the folder you can continue as you usually would with this tutorial. + Go to [Forge1.8.9Template](https://github.com/nea89o/Forge1.8.9Template/). Click on "Use this template" and "Create a new Repository". Find a good name for your mod. If you want to code your mod in Kotlin or make a 1.12 mod you will need to tick "Include all branches". Don't worry about it too much, you can change this later with a little bit of effort. !!! warning |