LiteLoader does not work with mods that use Forge Registry Replacements
When LiteLoader is active, it causes issues with mods that use Forge Registry Replacements.
Replaced blocks and items will have model errors, and it is not possible to open the gui of substituted blocks by right clicking them. There are probably other issues, but these are the ones known right now.
I have created a minimal test setup to reproduce the issue in a dev environment here:
https://github.com/mezz/LiteLoaderRegistrySubstitutionTest
I suspect this is causing some unexpected things to happen with JEI as well, which is my motivation for looking into this issue.
This is the underlying problem behind the following issues:
http://develop.liteloader.com/liteloader/LiteLoader/issues/47
http://develop.liteloader.com/liteloader/LiteLoader/issues/50
http://develop.liteloader.com/liteloader/LiteLoader/issues/51
https://github.com/KnightMiner/Inspirations/issues/30
https://github.com/mezz/JustEnoughItems/issues/1288
https://github.com/Shadows-of-Fire/FastWorkbench/issues/4
https://github.com/SleepyTrousers/EnderIO/issues/4754
https://github.com/rwtema/DietHopper/issues/6
-
Reassigned to @Mumfrey
-
mentioned in issue #46
-
@Mumfrey Please continue looking into this! This issue means I and many others have to choose between LiteLoader mods and certain Forge mods, which is no way to run a modpack.
-
Found the issue, documented it, and published a fix: https://github.com/mezz/JustEnoughItems/issues/1189#issuecomment-498078956