Update mod info

This commit is contained in:
NGnius (Graham) 2020-05-15 09:40:59 -04:00
parent d34f484ed1
commit 6990ae2835

View file

@ -1,12 +1,12 @@
# Leadercraft # Leadercraft
Shell project for Gamecraft mods. Leadercraft Gamecraft Mod.
Use this as a quick-start project structure for your own mods, or to learn how modding works. Everybody likes leaderboards, right?
## Installation ## Installation
First, install the [Gamecraft Modding API](https://git.exmods.org/modtainers/GamecraftModdingAPI) ([direct link to install guide](https://www.exmods.org/guides/install.html)). First, install the [Gamecraft Modding API](https://git.exmods.org/modtainers/GamecraftModdingAPI) ([direct link to install guide](https://www.exmods.org/guides/install.html)).
To install the Leadercraft mod, copy the latest release's `Leadercraft.dll` and `0Harmony.dll` files into the `Plugins` folder in Gamecraft's main folder or follow the [install guide](https://www.exmods.org/guides/install.html) again for Leadercraft. To install the Leadercraft mod, copy the latest release's `Leadercraft.dll` file into the `Plugins` folder in Gamecraft's main folder or follow the [install guide](https://www.exmods.org/guides/install.html) again for Leadercraft, ignoring the part about unzipping files.
## Development ## Development
@ -32,4 +32,4 @@ After you've completed the setup, open the solution file `Leadercraft.sln` in yo
I'd recommend Visual Studio Community Edition or JetBrains Rider for Windows and Monodevelop for Linux. I'd recommend Visual Studio Community Edition or JetBrains Rider for Windows and Monodevelop for Linux.
If you've successfully completed setup, you should be able to build the Leadercraft project without errors. If you've successfully completed setup, you should be able to build the Leadercraft project without errors.
If it doesn't work and you can't figure out why, ask for help on the [Gamecraft Modding Discord server](https://discord.gg/xjnFxQV). If it doesn't work and you can't figure out why, ask for help on the [Gamecraft Modding Discord server](https://discord.gg/xjnFxQV).