Conversation
Last commit published: 59e01b3fb0f12ca46c82288b054bda7d519f2599 - 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 #3198" // https://github.com/neoforged/NeoForge/pull/3198
url = uri("https://prmaven.neoforged.net/NeoForge/pr3198")
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-pr3198
cd NeoForge-pr3198
curl -L https://prmaven.neoforged.net/NeoForge/pr3198/net/neoforged/neoforge/26.2.0-alpha.0+pre-2.20260602.164726/mdk-pr3198.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. |
|
@XFactHD, this pull request has conflicts, please resolve them for this PR to move forward. |
|
All good now! |
Co-Authored-By: Dennis C <11262040+XFactHD@users.noreply.github.com> Co-Authored-By: RogueLogix <9971693+RogueLogix@users.noreply.github.com>
No description provided.