Skip to content

Commit

Permalink
Rename configuration: neoforge -> neoForge
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Nov 17, 2023
1 parent 7a1adf4 commit c234ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/net/fabricmc/loom/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static final class Configurations {
public static final String SRG = "srg";
public static final String MCP_CONFIG = "mcp";
public static final String FORGE = "forge";
public static final String NEOFORGE = "neoforge";
public static final String NEOFORGE = "neoForge";
public static final String FORGE_USERDEV = "forgeUserdev";
public static final String FORGE_INSTALLER = "forgeInstaller";
public static final String FORGE_UNIVERSAL = "forgeUniversal";
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/projects/neoforge/simple/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:$mcVersion"
mappings @MAPPINGS@
neoforge "net.neoforged:neoforge:$neoforgeVersion"
neoForge "net.neoforged:neoforge:$neoforgeVersion"
}

tasks.withType(JavaCompile).configureEach {
Expand Down

0 comments on commit c234ea4

Please sign in to comment.