mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Fix fabric remapping 2.0
Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
@@ -222,7 +222,7 @@ public class MinecraftMappedProvider extends DependencyProvider {
|
||||
|
||||
private void mapMinecraftJar(TinyRemapper[] remapperArray) throws Exception {
|
||||
Path input = inputJar.toPath();
|
||||
Path inputForge = inputForgeJar.toPath();
|
||||
Path inputForge = inputForgeJar == null ? null : inputForgeJar.toPath();
|
||||
Path outputMapped = minecraftMappedJar.toPath();
|
||||
Path outputIntermediary = minecraftIntermediaryJar.toPath();
|
||||
Path outputSrg = minecraftSrgJar == null ? null : minecraftSrgJar.toPath();
|
||||
|
||||
Reference in New Issue
Block a user