Skip to content

Commit d4d6e72

Browse files
committed
Minor readme tweaks
1 parent 0af9247 commit d4d6e72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Vineflower's features include:
1010
Examples of Vineflower's output, compared to other decompilers, can be found on [the wiki.](https://github.com/Vineflower/vineflower/wiki)
1111

1212
## Use
13-
Want to use Vineflower? There are a few ways! For Fabric and Architectury projects, [Loom Quiltflower](https://github.com/Juuxel/LoomQuiltflower) allows you to run genSources with Vineflower.
13+
Want to use Vineflower? There are a few ways! For Minecraft modding, [Loom Vineflower](https://github.com/Juuxel/loom-vineflower) allows you to generate sources with Vineflower.
1414
The [Vineflower Intellij IDEA plugin](https://plugins.jetbrains.com/plugin/18032-quiltflower) replaces Fernflower in IDEA with Vineflower, and allows you to modify its settings.
1515

1616
If you want to run Vineflower from the commandline, head over to the [Releases tab](https://github.com/Vineflower/vineflower/releases) and grab the latest release.
@@ -19,7 +19,7 @@ You can then run Vineflower with `java -jar vineflower.jar <arguments> <source>
1919
`<source>` can be a jar, zip, folder, or class file, and `<destination>` can be a folder, zip, jar, or excluded, to print to the console.
2020

2121

22-
To use Vineflower as a library, you can find distributions on maven central.
22+
To use Vineflower as a library, you can find distributions on maven central. Vineflower 1.9+ requires Java 11 or higher to run.
2323
Vineflower can be imported with gradle with:
2424
```groovy
2525
dependencies {
@@ -45,4 +45,4 @@ Vineflower is a fork of both Jetbrains' Fernflower and MinecraftForge's ForgeFlo
4545

4646
* Jetbrains- For maintaining Fernflower
4747
* Forge Team- For maintaining ForgeFlower
48-
* CFR- For it's large suite of very useful tests
48+
* CFR- For its large suite of very useful tests

0 commit comments

Comments
 (0)