mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Possible fix for #68
This commit is contained in:
@@ -66,7 +66,7 @@ public class ModCompileRemapper {
|
||||
version = ((ModuleComponentIdentifier) artifact.getId().getComponentIdentifier()).getVersion();
|
||||
} else {
|
||||
group = "net.fabricmc.synthetic";
|
||||
name = artifact.getId().getComponentIdentifier().getDisplayName().replace('.', '-');
|
||||
name = artifact.getId().getComponentIdentifier().getDisplayName().replace('.', '-').replace(" :", "-");
|
||||
version = "0.1.0";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user