|
|
|
@ -12,7 +12,7 @@ buildscript {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
dependencies {
|
|
|
|
|
classpath 'com.github.Chocohead:Fabric-Loom:bbaa5d7'
|
|
|
|
|
classpath 'com.github.Chocohead:Fabric-Loom:7425f5a'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -52,8 +52,8 @@ dependencies {
|
|
|
|
|
//to change the versions see the gradle.properties file
|
|
|
|
|
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
|
|
|
|
|
|
|
|
|
mappings loom.fromCommit("minecraft-cursed-legacy/Plasma", "59b928b") {spec ->
|
|
|
|
|
spec.version = "b1.7.3-15"
|
|
|
|
|
mappings loom.fromCommit("minecraft-cursed-legacy/Plasma", "e84b183") {spec ->
|
|
|
|
|
spec.version = "b1.7.3-17"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
modImplementation "com.github.minecraft-cursed-legacy:cursed-fabric-loader:${project.loader_version}"
|
|
|
|
|