Skip to content

Commit

Permalink
Merge pull request #207 from KevinDaGame/forge/1.20.1
Browse files Browse the repository at this point in the history
Bump forge to 1.20.1
  • Loading branch information
KevinDaGame authored Jul 20, 2023
2 parents a26c6cb + 757edf8 commit 699ce6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VoxelSniperForge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
voxelsniper.version=8.12.0
voxelsniper.version=8.12.1

org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
Expand Down

0 comments on commit 699ce6f

Please sign in to comment.