address requested changes

This commit is contained in:
IThundxr 2024-10-14 18:11:54 -04:00
parent c705fdfc6f
commit 68d15043a6
Failed to generate hash of commit

View file

@ -3,8 +3,8 @@ package dev.engine_room.flywheel.impl.compat;
import dev.engine_room.flywheel.impl.FlwImplXplat;
public enum CompatMods {
SODIUM("sodium"),
IRIS("iris");
IRIS("iris"),
SODIUM("sodium");
public final boolean isLoaded;