Possible fix for #68

dev/0.11
modmuss50 2019-05-26 16:02:35 +01:00
parent 4be5fe010f
commit e73febd7f4
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}