From ca451ff39da4a17eee4a18d1d7d82893069d862f Mon Sep 17 00:00:00 2001 From: KevDaDev <65958288+KevinDaGame@users.noreply.github.com> Date: Wed, 19 Jul 2023 19:14:58 +0200 Subject: [PATCH] Bump forge to 1.20.1 --- VoxelSniperForge/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VoxelSniperForge/build.gradle b/VoxelSniperForge/build.gradle index d7c67912..982db5f4 100644 --- a/VoxelSniperForge/build.gradle +++ b/VoxelSniperForge/build.gradle @@ -20,7 +20,7 @@ compileJava { } minecraft { - mappings channel: 'official', version: '1.20' + mappings channel: 'official', version: '1.20.1' runs { client { workingDirectory project.file('run') @@ -100,7 +100,7 @@ dependencies { // 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. // The userdev artifact is a special name and will get all sorts of transformations applied to it. - minecraft 'net.minecraftforge:forge:1.20-46.0.12' + minecraft 'net.minecraftforge:forge:1.20.1-47.1.0' shadow "net.kyori:adventure-text-serializer-gson:4.11.0" annotationProcessor "org.spongepowered:mixin:0.8.5:processor"