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

[Question/Bug] Fabric loader `RuntimeModRemapper` won't work for Kotlin?

Open SettingDust opened this issue 1 year ago • 2 comments

My loader is 0.15.3.

Maybe https://github.com/FabricMC/tiny-remapper side

When I copy the intermediary jar to mods in development. The Java jars will get remapped. But the Kotlin jars won't remap.

https://github.com/SettingDust/FabricLoaderRuntimeRemapKotlin

For a quick view. 图片 图片

Original discord: https://discord.com/channels/507304429255393322/721100785936760876/1187996702687371285

SettingDust avatar Dec 23 '23 06:12 SettingDust

Is there some hint for this?

SettingDust avatar Jan 19 '24 15:01 SettingDust

For now, https://github.com/badasintended/explosion is a workaround in dev env. So that let loom handle the nested jar instead of loader.

SettingDust avatar Mar 12 '24 03:03 SettingDust