Skip to content

Commit

Permalink
refactor: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed May 24, 2024
1 parent 0be7d16 commit 710a710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/zepalesque/zenith/Zenith.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
import java.nio.file.Path;
import java.util.concurrent.CompletableFuture;

// TODO: More documentation
@Mod(Zenith.MODID)
public class Zenith
{
public class Zenith {
public static final String MODID = "zenith";

public static final Logger LOGGER = LogUtils.getLogger();
Expand Down

0 comments on commit 710a710

Please sign in to comment.