fix remapped mods not including yarn minecraft version

dev/0.11
asie 2019-06-07 22:17:32 +02:00
parent 11246870fa
commit a12fd8e6eb
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class LoomDependencyManager {
}
{
String mappingsKey = mappingsProvider.mappingsName + "." + mappingsProvider.mappingsVersion;
String mappingsKey = mappingsProvider.mappingsName + "." + mappingsProvider.minecraftVersion.replace(' ', '_').replace('.', '_').replace('-', '_') + "." + mappingsProvider.mappingsVersion;
for (RemappedConfigurationEntry entry : Constants.MOD_COMPILE_ENTRIES) {
ModCompileRemapper.remapDependencies(