From a7fc5e7b79b224f6352eac34efaca856d1bc28f9 Mon Sep 17 00:00:00 2001 From: Jozufozu Date: Sat, 27 Nov 2021 11:31:50 -0800 Subject: [PATCH] Change project name, update ci badge --- README.md | 8 ++++---- settings.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0764d418a..393a70fc7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Logo by @voxel_dani on Twitter

Flywheel

A modern engine for modded Minecraft.
-Jenkins +Jenkins Discord Curseforge Downloads
@@ -46,12 +46,12 @@ repositories { } dependencies { - implementation fg.deobf("com.jozufozu.flywheel:Flywheel:${flywheel_version}") + implementation fg.deobf("com.jozufozu.flywheel:Flywheel-Forge:${flywheel_version}") } ``` -`${flywheel_version}` gets replaced by the version of Flywheel you want to use, eg. `0.0.3.18` +`${flywheel_version}` gets replaced by the version of Flywheel you want to use, eg. `0.3.0.17` -For a list of available Flywheel versions, you can check [the maven](https://maven.tterrag.com/com/jozufozu/flywheel/Flywheel/). +For a list of available Flywheel versions, you can check [the maven](https://maven.tterrag.com/com/jozufozu/flywheel/Flywheel-Forge/). If you aren't using mixed mappings (or just want to be safe), add the following properties to your run configurations: ```groovy diff --git a/settings.gradle b/settings.gradle index 012ca9ac4..6d647c44e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -rootProject.name = 'Flywheel' +rootProject.name = 'Flywheel-Forge'