Skip to content

Commit

Permalink
add creative core incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai authored Mar 12, 2024
1 parent 29b9523 commit 8fec225
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`."
}
]

0 comments on commit 8fec225

Please sign in to comment.