Make built-in resource pack overlays work#2868
Make built-in resource pack overlays work#2868TelepathicGrunt wants to merge 2 commits intoneoforged:1.21.xfrom
Conversation
Last commit published: 8429365b5102258b4953fe6c9b61c0cfbc848e83 - version: PR PublishingThe artifacts published by this PR:
Repository DeclarationIn order to use the artifacts published by the PR, add the following repository to your buildscript: repositories {
maven {
name = "Maven for PR #2868" // https://github.com/neoforged/NeoForge/pull/2868
url = uri("https://prmaven.neoforged.net/NeoForge/pr2868")
content {
includeModule("net.neoforged", "neoforge")
includeModule("net.neoforged", "testframework")
}
}
}MDK installationIn order to setup a MDK using the latest PR version, run the following commands in a terminal. mkdir NeoForge-pr2868
cd NeoForge-pr2868
curl -L https://prmaven.neoforged.net/NeoForge/pr2868/net/neoforged/neoforge/21.11.9-beta-pr-2868-builtinresourcepackoverlays/mdk-pr2868.zip -o mdk.zip
jar xf mdk.zip
rm mdk.zip || del mdk.zipTo test a production environment, you can download the installer from here. |
|
@WCBBEX @Apollounknowndev Could either of you test this to see if this works? The "Publish PR to GitHub Packages" bot will leave a comment shortly for how to run this PR build in dev to test in a workspace. |
|
I performed a simple test, and it works. |
Closes #2724
See the comment here for why the change is required:
#2724 (comment)