diff --git a/build.gradle b/build.gradle index e668f40..6f87c17 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } } dependencies { - classpath 'com.github.Chocohead:Fabric-Loom:97d30fb' + classpath 'com.github.Chocohead:Fabric-Loom:432e4c8' } } @@ -52,7 +52,9 @@ dependencies { //to change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}" - mappings files("plasma-b1.7.3+build.8.jar") + mappings loom.fromCommit("minecraft-cursed-legacy/Plasma", "ff0e1e5") {spec -> + spec.version = "b1.7.3-10" + } modImplementation "com.github.minecraft-cursed-legacy:cursed-fabric-loader:${project.loader_version}" diff --git a/plasma-b1.7.3+build.8.jar b/plasma-b1.7.3+build.8.jar deleted file mode 100644 index cb5f813..0000000 Binary files a/plasma-b1.7.3+build.8.jar and /dev/null differ