Closed sargunv closed 5 years ago
I replaced the instruction to manually place the mod into run/mods with a gradle task that automatically does it for you. This has a few advantages:
./gradlew runClient
prepareRuns
run/mods
Hey! Thanks for the PR :)
I replaced the instruction to manually place the mod into run/mods with a gradle task that automatically does it for you. This has a few advantages:
./gradlew runClient
does is sufficient againprepareRuns
run/mods
will always be the same as the version compiled against; no room for human error