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 1/2] 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" From 757edf883e2357da0c534d6807cd4155a17c6e14 Mon Sep 17 00:00:00 2001 From: KevDaDev <65958288+KevinDaGame@users.noreply.github.com> Date: Wed, 19 Jul 2023 19:18:28 +0200 Subject: [PATCH 2/2] Bump version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 717d763f..07f583b5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -voxelsniper.version=8.12.0 +voxelsniper.version=8.12.1 org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false