Skip to content

Commit

Permalink
Move sentence about the update gradle task to where it should be
Browse files Browse the repository at this point in the history
  • Loading branch information
coehlrich authored Apr 17, 2024
1 parent 136192c commit bd1d45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gradle tasks:
* `:<version>:projectApplyAll` - Creates Minecraft source code of that version with patches applied
* `:<version>:projectMakeAll` - Generates patches for the specified version
* `update` - Requires `old_version` and `new_version` to be specified in `gradle.properties` in the format of `<type>/<ver>/<version>`.
* `:<version>:testJdks` - Checks that the generated source code is consistant across java versions along with compilation
Sets up the new version based on the old version without the patches from the old version
* `:<version>:testJdks` - Checks that the generated source code is consistant across java versions along with compilation

# GitHub Actions Workflows
* `Check For New Snapshots` - Runs every 30 minutes from 6am to 7pm UTC and checks for when Mojang releases a new version and runs the `Update` workflow
Expand All @@ -40,4 +40,4 @@ Sets up the new version based on the old version without the patches from the ol
* `Publish` whether to publish to the [NeoForge maven](https://maven.neoforged.net/)

# Mojang Mappings
This project uses the obfuscation logs provided by Mojang for Minecraft in order to generate its data. That means that the data here could be considered a derivative work of those mappings. So you should be fully versed in the license associated with those official mappings. You can read more about our interpretation of them [here.](https://github.com/neoforged/NeoForm/blob/main/Mojang.md)
This project uses the obfuscation logs provided by Mojang for Minecraft in order to generate its data. That means that the data here could be considered a derivative work of those mappings. So you should be fully versed in the license associated with those official mappings. You can read more about our interpretation of them [here.](https://github.com/neoforged/NeoForm/blob/main/Mojang.md)

0 comments on commit bd1d45a

Please sign in to comment.