Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Oct 12, 2024
1 parent b6c22f0 commit 50b89da
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import dev.engine_room.flywheel.api.Flywheel;
import dev.engine_room.flywheel.backend.FlwBackend;
import dev.engine_room.flywheel.impl.compat.CompatMods;
import dev.engine_room.flywheel.impl.registry.IdRegistryImpl;
import dev.engine_room.flywheel.lib.util.ShadersModHandler;
import dev.engine_room.flywheel.vanilla.VanillaVisuals;
Expand All @@ -29,10 +28,6 @@ public static void init() {

// vanilla
VanillaVisuals.init();

// Embeddium Compat
if (CompatMods.EMBEDDIUM.isLoaded())
EmbeddiumCompat.init();
}

public static void freezeRegistries() {
Expand Down

0 comments on commit 50b89da

Please sign in to comment.