Skip to content

Commit

Permalink
Disable checks package for now
Browse files Browse the repository at this point in the history
Something about the RenderSystem thread errors is breaking many mods, including JourneyMap. We need to investigate further.
  • Loading branch information
IMS212 committed Dec 5, 2023
1 parent 3ca0b90 commit 858d68b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ private MixinConfig() {
// Defines the default rules which can be configured by the user or other mods.
// You must manually add a rule for any new mixins not covered by an existing package rule.
this.addMixinRule("core", true); // TODO: Don't actually allow the user to disable this
this.addMixinRule("core.checks", false);

this.addMixinRule("features", true);

Expand Down
15 changes: 0 additions & 15 deletions src/main/resources/sodium.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,6 @@
"client": [
"core.MinecraftClientMixin",
"core.WindowMixin",
"core.checks.AbstractTextureMixin",
"core.checks.AsyncTextureMixin",
"core.checks.BufferRendererMixin",
"core.checks.FramebufferMixin",
"core.checks.GlStateManagerMixin",
"core.checks.NativeImageBackedTextureMixin",
"core.checks.NativeImageMixin",
"core.checks.PlayerSkinTextureMixin",
"core.checks.RenderSystemMixin",
"core.checks.SpriteAtlasTextureMixin",
"core.checks.SpriteContentsAnimatorImplMixin",
"core.checks.TextureManagerMixin",
"core.checks.VertexBufferMixin",
"core.checks.VertexFormatMixin",
"core.checks.WindowFramebufferMixin",
"core.gui.DownloadingTerrainScreenMixin",
"core.model.colors.BlockColorsMixin",
"core.model.colors.ItemColorsMixin",
Expand Down

0 comments on commit 858d68b

Please sign in to comment.