mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 21:05:58 -05:00
Split Minecraft and Forge jars (#34)
* Split Forge & Minecraft jars, WIP! Signed-off-by: shedaniel <daniel@shedaniel.me> * Properly remap Signed-off-by: shedaniel <daniel@shedaniel.me> * Use async Signed-off-by: shedaniel <daniel@shedaniel.me> * Change configurations Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
@@ -209,6 +209,9 @@ public class SourceRemapper {
|
||||
|
||||
if (extension.isForge()) {
|
||||
m.getClassPath().add(extension.getMinecraftMappedProvider().getSrgJar().toPath());
|
||||
m.getClassPath().add(extension.getMinecraftMappedProvider().getForgeMappedJar().toPath());
|
||||
m.getClassPath().add(extension.getMinecraftMappedProvider().getForgeIntermediaryJar().toPath());
|
||||
m.getClassPath().add(extension.getMinecraftMappedProvider().getForgeSrgJar().toPath());
|
||||
}
|
||||
|
||||
Set<File> files = project.getConfigurations()
|
||||
|
||||
Reference in New Issue
Block a user