mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-27 07:26:48 +01:00
Fix README
This commit is contained in:
parent
44f3358f3e
commit
1d5f045133
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fg.deobf("com.jozufozu.flywheel:Flywheel-Fabric:${flywheel_version}")
|
modImplementation "com.jozufozu.flywheel:Flywheel-Fabric:${flywheel_version}"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
`${flywheel_version}` gets replaced by the version of Flywheel you want to use, eg. `1.18-0.3.0.3`
|
`${flywheel_version}` gets replaced by the version of Flywheel you want to use, eg. `1.18-0.3.0.3`
|
||||||
|
|
Loading…
Reference in a new issue