diff --git a/MCPOMF-b1.7.3-1.jar b/MCPOMF-b1.7.3-2.jar similarity index 99% rename from MCPOMF-b1.7.3-1.jar rename to MCPOMF-b1.7.3-2.jar index ce5ebd4..ab3bd52 100644 Binary files a/MCPOMF-b1.7.3-1.jar and b/MCPOMF-b1.7.3-2.jar differ diff --git a/build.gradle b/build.gradle index ff43f1f..db0c397 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } } dependencies { - classpath 'com.github.Chocohead:Fabric-Loom:6ebda4d' + classpath 'com.github.Chocohead:Fabric-Loom:6f9093e' } } @@ -38,7 +38,7 @@ dependencies { //to change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}" - mappings files("MCPOMF-b1.7.3-1.jar") + mappings files("MCPOMF-b1.7.3-2.jar") modImplementation "com.github.minecraft-cursed-legacy:cursed-fabric-loader:${project.loader_version}" }