mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-23 11:27:54 +01:00
address requested changes
This commit is contained in:
parent
c705fdfc6f
commit
68d15043a6
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue