Update README

This commit is contained in:
Jason Penilla 2022-04-21 20:45:48 -07:00
parent aedd5067fd
commit 41be2256f0
No known key found for this signature in database
GPG Key ID: 0E75A301420E48F8

View File

@ -16,13 +16,16 @@ applyApiPatches
applyPatches applyPatches
applyServerPatches applyServerPatches
cleanCache - Delete the project setup cache and task outputs. cleanCache - Delete the project setup cache and task outputs.
createMojmapBundlerJar - Build a runnable bundler jar
createMojmapPaperclipJar - Build a runnable paperclip jar
createReobfBundlerJar - Build a runnable bundler jar
createReobfPaperclipJar - Build a runnable paperclip jar
generateDevelopmentBundle generateDevelopmentBundle
paperclipJar - Build a runnable paperclip jar
rebuildApiPatches rebuildApiPatches
rebuildPatches rebuildPatches
rebuildServerPatches rebuildServerPatches
reobfJar - Re-obfuscate the built jar to obf mappings reobfJar - Re-obfuscate the built jar to obf mappings
runDev - Spin up a non-shaded non-remapped test server runDev - Spin up a non-relocated Mojang-mapped test server
runReobf - Spin up a test server from the reobfJar output jar runReobf - Spin up a test server from the reobfJar output jar
runShadow - Spin up a test server from the shadowJar archiveFile runShadow - Spin up a test server from the shadowJar archiveFile
``` ```