EMI Compatibility
MSandro opened this issue ยท 7 comments
Which recipe viewer are you using? These are supposed to be hidden unless the mods are actually installed.
Ex Deorum adds every compat block it has by default, then it is supposed to hide the blocks whose compat mods are missing. The reason for this is because it was the way the Forge dev recommended me to handle this sort of thing. If you just play with Ex Deorum alone, all of the mod compat barrels/sieves/crucibles should be hidden and only obtainable with /setblock or /give.
To hide the blocks, I disable their recipes, remove them from the creative tab, and hide them in JEI/REI. To fix this, I just need to hide the blocks in EMI as well, since it seems to ignore creative tabs and JEI hiding. The textures are broken because the models point to texture files in other mod jars that you don't have installed, so that is intended behavior.
If you try again with just JEI, you will no longer see the barrels, which is why I never caught the bug (I use JEI to test the mod, not EMI)