Skip to content

Commit

Permalink
update readme for extra release information
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed May 17, 2021
1 parent 1ef06ed commit ba526bb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.MD → README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
![VanillaGradle Logo](docs/logo.png?raw=true)

**VanillaGradle** is a toolchain for *Minecraft: Java Edition* that provides a workspace to interact with the game using official mappings provided
by Mojang Studios. This plugin requires at least Gradle 6.7 to run, though it is only actively tested against the latest release of every major Gradle
series supported (currently 6.x and 7.x).
by Mojang Studios. This plugin requires at least Gradle 6.7 and Java 8 to run, though it is only actively tested against the latest release of every major Gradle series supported (currently 6.x and 7.x).

### Documentation

Expand Down Expand Up @@ -35,7 +34,7 @@ minecraft {
}
```

Within IntelliJ IDEA, this will generate run configurations named `runClient` and `runServer`
Within IntelliJ IDEA and Eclipse, this will generate run configurations named `runClient` and `runServer`

To have browsable sources in-IDE, run `./gradlew decompile`

Expand All @@ -50,6 +49,10 @@ your system you can instead run the supplied Gradle wrapper `gradlew`)*

### Version History

**Compatibility:** We use [Semantic Versioning](https://semver.org/) for the user-visible API in VanillaGradle. This applies to every public class
outside of the `org.spongepowered.gradle.vanilla.internal` package. The contents of the `internal` package are considered implementation details
and are subject to change at any time.

<table width="100%">
<thead>
<tr>
Expand All @@ -61,7 +64,7 @@ your system you can instead run the supplied Gradle wrapper `gradlew`)*
<tbody>
<tr>
<td valign="top"><b>0.2</b></td>
<td valign="top">Map 2021</td>
<td valign="top">May 2021</td>
<td valign="top">
<ul>
<li>Run configurations are generated for Eclipse</li>
Expand Down

0 comments on commit ba526bb

Please sign in to comment.