Disabled immersive portals compat as it doesnt fully work
This commit is contained in:
+4
-1
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user