From 68d15043a677e18922ae13011658d5db840a05b2 Mon Sep 17 00:00:00 2001 From: IThundxr Date: Mon, 14 Oct 2024 18:11:54 -0400 Subject: [PATCH] address requested changes --- .../java/dev/engine_room/flywheel/impl/compat/CompatMods.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/java/dev/engine_room/flywheel/impl/compat/CompatMods.java b/common/src/main/java/dev/engine_room/flywheel/impl/compat/CompatMods.java index 6c5e20e53..414f69448 100644 --- a/common/src/main/java/dev/engine_room/flywheel/impl/compat/CompatMods.java +++ b/common/src/main/java/dev/engine_room/flywheel/impl/compat/CompatMods.java @@ -3,8 +3,8 @@ import dev.engine_room.flywheel.impl.FlwImplXplat; public enum CompatMods { - SODIUM("sodium"), - IRIS("iris"); + IRIS("iris"), + SODIUM("sodium"); public final boolean isLoaded;