From d4740fef0e7e56c86d731aac400059b2899ed8c5 Mon Sep 17 00:00:00 2001 From: TimMayr <109072732+TimMayr@users.noreply.github.com> Date: Sun, 9 Feb 2025 11:47:16 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15fdc0a9..7bdbdc27 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ This section assumes that you're using the command-line version of Git. 1. Import the gradle project in an ide like intellij 2. Run the build task 3. Go to `mcdev\Schematica-Modern\build\libs`. - * You should see a `.jar` file named `LunatriusCore-#.#.#-#.#.#.#.jar`. + * You should see a `.jar` file named `Schematica-#.#.#-#.#.#.#.jar`. 4. Copy the jar into your Minecraft mods folder, and you are done! 5. Alternatively you can use the Client run configuration in your ide @@ -86,4 +86,4 @@ In order to get the most up-to-date builds, you'll have to periodically update y 4. Execute `git pull master`. This pulls all commits from the official repository that do not yet exist on your local repository and updates it. -Shamelessly based this README off [pahimar's version](https://github.com/pahimar/Equivalent-Exchange-3). \ No newline at end of file +Shamelessly based this README off [pahimar's version](https://github.com/pahimar/Equivalent-Exchange-3).