1
0
forked from Clones/Controlify

🐛 Resolve incompatibility with FAPI item group API where custom creative tabs would be randomly ordered when tabbed through

This commit is contained in:
isXander
2023-07-24 22:26:38 +01:00
parent 9be29f44cd
commit 282a29394b
2 changed files with 72 additions and 6 deletions

View File

@ -74,6 +74,7 @@ dependencies {
"fabric-screen-api-v1",
"fabric-command-api-v2",
"fabric-networking-api-v1",
"fabric-item-group-api-v1",
).forEach {
modImplementation(fabricApi.module(it, libs.versions.fabric.api.get()))
}