-
-
Notifications
You must be signed in to change notification settings - Fork 183
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.21.3] Show a range's default value in config file #1652
[1.21.3] Show a range's default value in config file #1652
Conversation
Last commit published: 157f2449845aaa72b786be9e45525ba46a499738. 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 #1652' // https://github.com/neoforged/NeoForge/pull/1652
url 'https://prmaven.neoforged.net/NeoForge/pr1652'
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-pr1652
cd NeoForge-pr1652
curl -L https://prmaven.neoforged.net/NeoForge/pr1652/net/neoforged/neoforge/21.3.12-beta-pr-1652-DefaultRangeValueInConfigFile2/mdk-pr1652.zip -o mdk.zip
jar xf mdk.zip
rm mdk.zip || del mdk.zip To test a production environment, you can download the installer from here. |
Can you show an example of what this looks like? We could also put it on the same line as something else. For example:
|
How about default first and then range? It doesn't really matter I know 😅 |
We can merge tomorrow to give more time for feedback. |
Thoughts on making it |
🚀 This PR has been released as NeoForge version |
Closes #1643