mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 05:05:20 -05:00
Remap fabric mods on quilt as well
Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
@@ -51,6 +51,11 @@ public final class ModUtils {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (platform == ModPlatform.QUILT && isMod(input, ModPlatform.FABRIC)) {
|
||||
logger.lifecycle(":found fabric mod on quilt {} in {}", id, config);
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user