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