fabric-loader icon indicating copy to clipboard operation
fabric-loader copied to clipboard

Basic merged intermediary support

Open thecatcore opened this issue 1 year ago • 5 comments

Loader follow up to FabricMC/fabric-loom#1026, allowing to use the same intermediary format in production as well.

thecatcore avatar Mar 19 '24 18:03 thecatcore

Tested against modified babric intermediaries and it works flawlessly.

thecatcore avatar Mar 20 '24 13:03 thecatcore

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.

thecatcore avatar Mar 20 '24 15:03 thecatcore

I'll wait for the next TR release before updating the code accordingly.

thecatcore avatar Mar 25 '24 18:03 thecatcore

I've updated TR to take advantage of FabricMC/tiny-remapper#128. Should TinyRemapperMappingsHelper be removed as it is fully replaced by TR TinyUtils?

thecatcore avatar Apr 25 '24 19:04 thecatcore

Should TinyRemapperMappingsHelper be removed as it is fully replaced by TR TinyUtils?

sounds good

SpaceWalkerRS avatar Apr 25 '24 19:04 SpaceWalkerRS