Skip to content

Commit

Permalink
New todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Desoroxxx committed Nov 7, 2023
1 parent 72cff41 commit d03a5cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/dev/redstudio/alfheim/Alfheim.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
@Mod(modid = ID, useMetadata = true, dependencies = "required-after:mixinbooter@[8.6,);required-after:redcore@[0.5,)")
public final class Alfheim {

// Todo: Separate bugfixes and lighting engine

public static final int FLAG_COUNT = 32; // 2 light types * 4 directions * 2 halves * (inwards + outwards)

public static final boolean IS_NOTHIRIUM_LOADED = Loader.isModLoaded("nothirium");
Expand Down

0 comments on commit d03a5cb

Please sign in to comment.