From 2909ef469b5c1f32cc1c1ecf7069e90e08a31353 Mon Sep 17 00:00:00 2001 From: DragonEggBedrockBreaking Date: Wed, 10 Mar 2021 04:26:40 +0000 Subject: [PATCH] Fix Sodium Compatibility (#26) --- src/main/resources/fabric.mod.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 00ff760..8a01e00 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,6 +25,12 @@ "seamless_loading_screen.mixins.json" ], + "custom": { + "sodium:options": { + "mixin.features.gui.fast_loading_screen": false + } + }, + "depends": { "fabricloader": ">=0.7.4", "fabric": "*",