Skip to content

Commit 9fd44f5

Browse files
committed
change: casing in minecraft jar type
1 parent 25660f6 commit 9fd44f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/net/fabricmc/loom/configuration/providers/minecraft/MinecraftJar.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ public enum Type {
166166
MERGED("merged"),
167167

168168
// NeoForge stuff
169-
GAME_RESOURCES("game-resources"),
170-
NEOFORGE_UNIVERSAL("neoforge-universal"),
169+
GAME_RESOURCES("gameResources"),
170+
NEOFORGE_UNIVERSAL("neoforgeUniversal"),
171171
FML("fml"),
172172

173173
// Regular jars, not merged or split

0 commit comments

Comments
 (0)