Skip to content

Commit

Permalink
add creative core incompatibility (#189)
Browse files Browse the repository at this point in the history
* add creative core incompatibility

* add issue link
  • Loading branch information
ix0rai authored Mar 12, 2024
1 parent 29b9523 commit 0706db7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public/incompatible-mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,15 @@
"note": "Modules can be loaded and managed, but are unable to be executed on Quilt."
},
{
"ids":["dml-refabricated"],
"ids": ["dml-refabricated"],
"name": "Deep Mob Learning: Refabricated",
"type": "GAME",
"note": "Crashes the game if there is another mod that utilises QSL libraries (as opposed to Quilted Fabric API ones)"
},
{
"ids": ["creativecore"],
"name": "CreativeCore",
"type": "WORKAROUND",
"note": "Occasionally breaks the search tab in the creative mode item screen, and spams errors in logs. The issue can be fixed via using its `/cmdclientconfig` command to set `playSoundWithOffset` to `false`. Relevant issue: https://github.com/CreativeMD/CreativeCore/issues/205."
}
]

1 comment on commit 0706db7

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://2d69ecc7.quiltmc-org.pages.dev

Please sign in to comment.