-
+
@@ -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'