Create: Copycats+

Create: Copycats+

5M Downloads

Incompatibility with Zeta

ChloeDawn opened this issue ยท 1 comments

commented

Mod version: 1.1.0-mc1.20.1

When loaded with Zeta, Copycats+ on-demand creative tab rebuilding causes loop errors in Zeta, resulting in entire creative tabs vanishing from the menu.

Here is a log of it occuring: https://mclo.gs/lDVsVIk
This has also been reported to Zeta's repository: VazkiiMods/Quark#4764

static void refreshItemVisibility() {
DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> () ->
LogicalSidedProvider.WORKQUEUE.get(LogicalSide.CLIENT).submit(() -> {
CreativeModeTab.ItemDisplayParameters cachedParameters = CreativeModeTabsAccessor.getCACHED_PARAMETERS();
if (cachedParameters != null) {
CreativeModeTabsAccessor.callBuildAllTabContents(cachedParameters);
}
Mods.JEI.executeIfInstalled(() -> CopycatsJEI::refreshItemList);
})
);
}

commented

I was able to reproduce without Copycats+.