Skip to content

Commit

Permalink
Bump forge to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDaGame committed Jul 19, 2023
1 parent a26c6cb commit ca451ff
Showing 1 changed file with 2 additions and 2 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

0 comments on commit ca451ff

Please sign in to comment.