Skip to content

Commit

Permalink
fix: Change MOD_NAMESPACE to simple_seasons to match the filetree
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed May 28, 2024
1 parent 8f6a6d8 commit cb3a15f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class SimpleSeasons implements ModInitializer {
public static final String MOD_ID = "simple-seasons";
public static final String MOD_NAMESPACE = "simpleseasons";
public static final String MOD_NAMESPACE = "simple_seasons";
public static final String MOD_NAME = "Simple Seasons";
public static final Logger LOGGER = LoggerFactory.getLogger(MOD_NAME);
public static final List<LiteralArgumentBuilder<ServerCommandSource>> COMMANDS = List.of(SetSeasonCommand.register());
Expand Down

0 comments on commit cb3a15f

Please sign in to comment.