fabric-loader
fabric-loader copied to clipboard
Basic merged intermediary support
Loader follow up to FabricMC/fabric-loom#1026, allowing to use the same intermediary format in production as well.
Tested against modified babric intermediaries and it works flawlessly.
I've externalized the code defining source namespace to game provider. I took a different approach to fix the 'hole' issue, I'm creating a new mapping with the source namespace set to remap operation source one. This allows filtering out any missing entry in this namespace.
I'll wait for the next TR release before updating the code accordingly.
I've updated TR to take advantage of FabricMC/tiny-remapper#128.
Should TinyRemapperMappingsHelper be removed as it is fully replaced by TR TinyUtils?
Should
TinyRemapperMappingsHelperbe removed as it is fully replaced by TRTinyUtils?
sounds good