Disabled immersive portals compat as it doesnt fully work

This commit is contained in:
coolGi
2023-06-15 17:57:22 +09:30
parent ebd6aa0d74
commit 08d15f7728
3 changed files with 6 additions and 4 deletions
@@ -1,5 +1,7 @@
package com.seibel.lod.fabric.mixins.mods.imm_ptl_core;
// TODO: Fix this eventually
/*
import com.mojang.blaze3d.systems.RenderSystem;
import com.mojang.blaze3d.vertex.PoseStack;
import com.mojang.math.Vector3f;
@@ -67,4 +69,5 @@ public class MixinImmersivePortalsGameRenderer {
accessor.partialTicks
);
}
}
}
*/
@@ -20,8 +20,7 @@
"client.MixinMinecraft",
"client.MixinTextureUtil",
"mods.sodium.MixinSodiumChunkRenderer",
"mods.imm_ptl_core.MixinImmersivePortalsGameRenderer"
"mods.sodium.MixinSodiumChunkRenderer"
],
"server": [],
"injectors": {
+1 -1
View File
@@ -31,7 +31,7 @@ fabric_api_version=0.76.0+1.18.2
enable_lithium=0
enable_iris=0
enable_bclib=1
enable_immersive_portals=1
enable_immersive_portals=0
enable_canvas=0
quilt_loader_version=0.19.1