diff --git a/build.gradle b/build.gradle index f9ced4be..a2897229 100644 --- a/build.gradle +++ b/build.gradle @@ -155,7 +155,7 @@ dependencies { // Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed // that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied. // The userdev artifact is a special name and will get all sorts of transformations applied to it. - minecraft 'net.minecraftforge:forge:1.19.2-43.0.8' + minecraft 'net.minecraftforge:forge:1.19.2-43.1.25' implementation 'org.spongepowered:mixin:0.8.5' annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'