Skip to content

Commit 699ce6f

Browse files
authored
Merge pull request #207 from KevinDaGame/forge/1.20.1
Bump forge to 1.20.1
2 parents a26c6cb + 757edf8 commit 699ce6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VoxelSniperForge/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ compileJava {
2020
}
2121

2222
minecraft {
23-
mappings channel: 'official', version: '1.20'
23+
mappings channel: 'official', version: '1.20.1'
2424
runs {
2525
client {
2626
workingDirectory project.file('run')
@@ -100,7 +100,7 @@ dependencies {
100100
// Specify the version of Minecraft to use. If this is any group other than 'net.minecraft' it is assumed
101101
// that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied.
102102
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
103-
minecraft 'net.minecraftforge:forge:1.20-46.0.12'
103+
minecraft 'net.minecraftforge:forge:1.20.1-47.1.0'
104104
shadow "net.kyori:adventure-text-serializer-gson:4.11.0"
105105
annotationProcessor "org.spongepowered:mixin:0.8.5:processor"
106106

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
voxelsniper.version=8.12.0
1+
voxelsniper.version=8.12.1
22

33
org.gradle.jvmargs=-Xmx3G
44
org.gradle.daemon=false

0 commit comments

Comments
 (0)