Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.13.x] Refactor run configs based on my FG pr: MinecraftForge/ForgeGradle#546 #5482

Merged
merged 1 commit into from Feb 18, 2019
Merged

[1.13.x] Refactor run configs based on my FG pr: MinecraftForge/ForgeGradle#546 #5482

merged 1 commit into from Feb 18, 2019

Conversation

OhYea777
Copy link
Contributor

This PR is the result of the combination of two of my other PR's: #5333 and #5471. I have closed those two PR's to centralize them into this.

This updates Forge's build.gradle file to better use the run config setup I have created in my FG pr: MinecraftForge/ForgeGradle#546. It also fixes the current issue of using the wrong asset index and now sets it based on the downloaded version meta from FG.

I have also updated parts of the MDK to show, and describe, what can be done with the new run config setup. It also adds a test mod, using the MDK's test source set, to show the ability of multiple mods in a single project. Run configs should also be backwards compatible

OhYea777 added a commit to OhYea777/ForgeOCEP that referenced this pull request Feb 16, 2019
@OhYea777 OhYea777 changed the title [1.13.2] Refactor run configs based on my FG pr: MinecraftForge/ForgeGradle#546 [1.13.x] Refactor run configs based on my FG pr: MinecraftForge/ForgeGradle#546 Feb 16, 2019
mdk/build.gradle Outdated Show resolved Hide resolved
 > Updated run config formats based on the refactored setup in my FG pr.
 > Removed old 'runclient' and 'runserver' JavaExec tasks, replacing
 them by creating the run configs using the refactored setup.
 > Update to set 'assetIndex' environment variable from FG..
 > Updated MDK for new run config setup (it _should_ work without
 changing anything, however).
@OhYea777
Copy link
Contributor Author

OhYea777 commented Feb 18, 2019

Resolved conflicts and simplified the MDK changes that I had originally made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants