-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Steps to reproduce:
- Follow the Instructions in the README
- The following error occurs at the asset downloading step
./gradlew downloadAssetsFAILURE: Build failed with an exception.
* What went wrong:
Task 'downloadAssets' not found in root project 'minecraft-1.21.11' and its subprojects.
This happens, because the README still references the downloadAssets gradle task. This task was renamed to assets in commit bdb813f (see build.gradle, line 267).
Suggested fix:
- Either update the README to refer to the
assetstask instead, or - remove the explicit download step, as it is not needed (
runClientdepends onassets, so running./gradlew runClientwill download assets automatically)
Metadata
Metadata
Assignees
Labels
No labels