Skip to content

Commit

Permalink
Update en_us.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Dec 25, 2023
1 parent 7f16586 commit ab41052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/assets/neoforge/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"fml.menu.mods.search": "Search pls",
"fml.menu.mods.a_to_z": "A-Z",
"fml.menu.mods.z_to_a": "Z-A",
"fml.menu.mods.config": "Configuration",
"fml.menu.mods.config": "Configurationnnnnn",
"fml.menu.mods.openmodsfolder": "Open mods folder",
"fml.menu.modoptions": "Mod Options...",
"fml.menu.mods.info.version":"Version: {0}",
Expand Down

1 comment on commit ab41052

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name 'Maven for PR #1' // https://github.com/ForgeForce/NeoForge/pull/1
        url 'https://prmaven.neoforged.net/NeoForge/pr1'
        content {
            includeModule('net.neoforged', 'neoforge')
        }
    }
}

MDK installation

In order to setup a MDK using the latest PR version, run the following commands in a terminal.
The script works on both *nix and Windows as long as you have the JDK bin folder on the path.
The script will clone the MDK in a folder named NeoForge-pr1.

mkdir NeoForge-pr1
cd NeoForge-pr1
curl -L https://prmaven.neoforged.net/NeoForge/pr1/net.neoforged/neoforge/20.4.65-beta-pr-1-testpr/mdk-pr1.zip -o mdk.zip
jar xf mdk.zip
rm mdk.zip

To test a production environment, you can download the installer from here.

Please sign in to comment.