Added more stuff for the standalone installer

This commit is contained in:
coolGi
2022-06-24 22:50:21 +09:30
parent fd5fd05622
commit 8cd841220d
3 changed files with 24 additions and 13 deletions
+1
View File
@@ -130,6 +130,7 @@ If your IDE fails to auto-detect the source jars when browsing Minecraft classes
## Useful commands
Run the standalone jar: `./gradlew run`\
Only build Fabric: `./gradlew fabric:assemble` or `./gradlew fabric:build`\
Only build Forge: `./gradlew fabric:assemble` or `./gradlew forge:build`\
Run the Fabric client (for debugging): `./gradlew fabric:runClient`\