New EMI Compat doesn't allow for toggle visibility
Phoenixcresset opened this issue ยท 0 comments
Hello, thank you for your time !
Since the last update that added EMI compatibility, it looks like the intended way to set the recipe book action to toggle the visibility of EMI is to set toggleableSidebars like this :
toggleableSidebars:
However, if done so, on loading the game, the config defaults back to :
toggleableSidebars:
- craftables
Also, looking at the code, it looks like in the else case of if (!sidebars.isEmpty()), EmiScreenManager.toggleVisibility is set to false, is this intended ? (I have no idea how emi works under the hood, but it seems redundant since you already set it to false in all cases a few lines aboves)