updated forge version

This commit is contained in:
alterNERDtive 2023-08-06 15:26:10 +02:00
parent d8b1a63be6
commit efdc4e4ab7
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1

View file

@ -186,7 +186,7 @@ dependencies {
// Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed // Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed
// that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied. // that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied.
// The userdev artifact is a special name and will get all sorts of transformations applied to it. // The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft 'net.minecraftforge:forge:1.18.2-40.2.9' minecraft 'net.minecraftforge:forge:1.18.2-40.2.10'
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor' annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'