From 6990ae2835c8ef5c96ff826cd4c0274651ffba12 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Fri, 15 May 2020 09:40:59 -0400 Subject: [PATCH] Update mod info --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a30379b..d87e2fd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Leadercraft -Shell project for Gamecraft mods. -Use this as a quick-start project structure for your own mods, or to learn how modding works. +Leadercraft Gamecraft Mod. +Everybody likes leaderboards, right? ## 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)). -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 @@ -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. 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). \ No newline at end of file +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).